*{
	margin:0 0; 
	padding:0 0;
	}
body{
	color:#484848; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	}

/* START font size specs:want IE text re-sizable, so force all browsers to think 10px is baseline */
html{font-size:125%}
body{font-size:50%}
p,blockquote,td,th,input,select{font-size:120%;}
li{font-size:110%;}
li li{font-size:100%;}
textarea{font-size:120%;}
pre{font-size:100%;}
h1{font-size:170%;}
h2{font-size:130%;}
h3{font-size:130%;}
h4{font-size:120%;}
h5{font-size:100%;}
/* done with basic text size, time to tweak classes */
div#rightsidebar p{font-size:120%;}
div#footer p{font-size:110%;}
ul#navlist ul{font-size:100%;}
p.top{font-size:90%;}
p.fineprint{font-size:90%;}
.fileattachment{font-size:100%;}
/* END font sizes */

body, html {
  height:100%
	}

p { 
	line-height:1.75em;	
	padding-bottom:1em;
	}
	
blockquote {
	width: 195px;
	text-align: center;
	margin:1em 0 .1em 0;
	padding:0;
	letter-spacing: -1px;
	line-height: 1em;
	color:#5E3A80;
	background: #E9DBF0 url(../images/css/open_quote.gif) no-repeat top left;
	}

blockquote p.quote {
	font-size: 180% !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-style:italic;
	margin: 0 7px 0 7px;
	padding: 10px 10px 5px 10px;
	background: url(../images/css/end_quote.gif) no-repeat right bottom;
	}

blockquote p.author {
	margin: 0;
	padding: 0 10px 10px 0;
	color:#999;
	text-align: right;
	background: url(../images/css/box_bottom.gif) no-repeat bottom right;
	}

blockquote.pullquote {
	float: left;
	width: 150px;
	margin: 5px 10px 5px 0px;
	padding: 1em;
	letter-spacing: 1px;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #369;
	text-align: center;
	font-style:italic;
	}

li {
  padding-bottom:1em;
	}

ol,li { 
	margin-left:10px;
  }

ul { 
	margin:0 0 0 20px;
	list-style-image:url(images);
	}

ul li { 
	list-style-image:url(../images/css/checkedbullet.png);
	line-height:1.25;
	}
ul li ul{/* IE problem: need to force the separation */
  padding-top:1em;
	}

ul li li { 
	list-style-image:url(../images/css/checkedbullet.png);
	}

pre {
	font-family:"Courier New", Courier, mono; 
	}

body{
	background: #eed url(../images/css/bg-2-columns.png) fixed center top;
  text-align:center;
	}
body.singlecolumn div#wrapper{
	background-color:#fff;
	}

a { 
	color: #8C48AB; 
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px dotted #5F2772;
	color: #990000;
	text-decoration: none;
	}

h1 { 
	color:#660066;
	padding-bottom:.5em;
	line-height:1.25em;
	font-style:italic;
	}

h2 { 
	color:#990000;
	padding-top:.5em;
	line-height:1.25em;
		}

h5 {
	color:#600;
	font-weight:bold;
	padding-bottom:.5em;
	}

img {
	border:none;
	}

p.expandTop {
	padding-top:20px;
	}

a img {
	display: block;
	margin-bottom: 8px;
	border: none;
	}

a:hover img {
	border: none;
	}
	
* html select{/* IE hack, loosen right */
	padding-right:.4em;
	}

/* ----------------------------------- *|
  master buckets
/* ----------------------------------- */
div#cheat{/* useless, other than adding this bg */
	background:transparent url(../images/css/more-toppers.png) top center repeat-x;
  min-height:100%;
	}
* html div#cheat {
  height:100%
	}
div#wrapper {
	width:700px;
  min-height:100%;
	margin:0 auto;
	line-height:130%;
  text-align:left;
	}

/* IE grandfather height hack */
* html div#wrapper {
  height:100%
	}

div#top{
	height:150px;
	}
div#top h1{
	text-indent:-5000px;
	}
div#content{
	width: 438px;
	float: left;
	padding: 2em 20px 0 17px;
  color:#333;
	background: transparent url(../images/css/topgradient.gif) repeat-x top left;
	}
* html div#content{/* IE box model hack 475px */
	width:430px;
	}
div#content h2 { 
	margin:0 0 1em 0; 
	}

div#content h3 { 
	color: #d53300;
	margin:.5em 0 .25em 0; 
	}

div#rightsidebar{
	width:205px;
	padding: 17px 10px 10px;
	float: right;
	background: transparent url(../images/css/topgradient.gif) repeat-x top left;
	}

* html div#rightsidebar{/* IE box model hack 225px */
	width:210px;
	}
div#rightsidebar p{
	font-family:"Lucida Sans", Verdana, "Microsoft Sans Serif";
	}

div#rightsidebar p.faq{
	font-family:"Lucida Sans", Verdana, "Microsoft Sans Serif";
	padding:0em 0em 0em 1em;
	}

div#rightsidebar h1{
	margin-top: 12px;
	}

div#rightsidebar h2{ 
	color:#EDAE45;
	padding:1em 0em .5em 1em;
	line-height: 1.25em;
	border-bottom: 1px dotted #CC99FF;
	}

div#rightsidebar h3{
	color:#B23403;
	padding:1em 0em 1em 1em;
	line-height: 1.25em;
	}

div#footer{
	width:700px;
  height:50px;
	margin:-30px auto 0 auto;
	text-align:right;
	color:#333;
	background-color:#ddd;
	border-top:1px solid #D5C2D6;
	border-bottom:3px solid #5E2772;
	}

div#footer p{
	margin-top:.4em;
	margin-left:2em;
	padding-top: 12px;
	text-align:left;
	}

div#clearfoot{
	width:700px;
  height:36px;
  clear:both;
  }
	
/* ----------------------------------- *|
 top-centered navigation
/* ----------------------------------- */

#navcontainer ul {
	margin: 0;
	padding: .5em 0;
	list-style-type: none;
	background:#F2EBF6 url(../images/css/nav-bg.gif) top repeat-x;
	font-family:"Lucida Sans", Verdana, "Microsoft Sans Serif";
	width: 100%;
	font-size: 110%;
	text-align: center;
	text-transform:uppercase;
	border-bottom: 1px solid #E1D9D0;
	}

#navcontainer li { 
	display: inline;
	padding:0 17px 0 0;
	margin:0;
	background:transparent url(../images/css/nav-bullet-flower.gif) right top  no-repeat;
	}
#navcontainer li.last{
	padding-right:0;
	background:none;
	}
#navcontainer li a {
	text-decoration: none;
	background-color: #F2EBF6;
	color: #666;
	padding: .2em 1em;
	}

#navcontainer li a:hover {
	color: #333;
	border-top:4px solid #b24025;
	border-bottom:none;
	}
#navcontainer li.urhere a {
	border-top:2px solid #c9bbba;
	border-bottom:1px solid #c9bbba;
	background-color:#e4dce4;
	color:#5b585b;
	}
	
#navcontainer li.urhere a:hover {
	border-top:4px solid #b24025;
	color:#333;
	}

/*end navigation */
	
/* ----------------------------------- *|
  more common classes
/* ----------------------------------- */
p.top{
	text-align:right;
	font-family:"Lucida Sans", Verdana, "Microsoft Sans Serif";
	}
p.top a{
	color:#A7A37E;
	}
p.top a:hover{
	color:#b24025; 
	}
.fileattachment{ 
	color:#25383C;
	padding-top:1em;
	}

li.updated a{
 	background-color:#D7D38E;
	}
li.updated sup {
	color:#c30;
	font-weight:bold;
	}

/* top search form */
div#top p{
	text-align:right;
	padding:.3em 19px;
	}
p.fineprint{
	font-style:italic;
	line-height:130%;
	}

/* ----------------------------------- *|
	 more special anchors:Email 
/* ----------------------------------- */
a.email{
  padding-left:16px;
	background:transparent url(mail.gif) no-repeat left;
	text-decoration:none;
	}

/* ----------------------------------- *|

	Bulletproof Creative Floating

/* ----------------------------------- */
div#rightsidebox {
	float:left;/*  */
	width: 195px;
	margin-top:20px;
	padding: 0 0 10px 0;
	font-family:"Lucida Sans", Verdana, "Microsoft Sans Serif";
	background: #eaf5bd url(../images/css/box-b.gif) no-repeat bottom right;
	}
div#rightsidebox h2 {
	margin:0;
	padding:10px 0 10px 12px;
	letter-spacing: 1px;
	font-weight:bold;
	text-align:left;
	background: #eaf5bd url(../images/css/box-t.gif) no-repeat top left;
	}

div#rightsidebox dl {
	float:left;
	width: 185px;
	padding: 5px 5px 10px 12px; 
	display: inline; /*fixes IE/Win double margin bug*/
	}

div#rightsidebox dt {
	margin:0;
	padding:0;
	font-size: 130%;
	letter-spacing: 1px;
	line-height: 1.25em;
	color: #c93;
	}

div#rightsidebox dd {
	margin: 0;
	padding: 0;
	font-size: 105%;
	line-height: 1.25em;
	color: #666;
	}

div#rightsidebox dl dd.img {
	margin: 0;
	}

div#rightsidebox dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #798592;
	border-right-color: #798592;
	background: #fff;
	}

/* reverse float */

div#rightsidebox .alt dt {
	float: left;
	}

div#rightsidebox .alt dd {
	margin: 0 7px 0 0;
	}

div#rightsidebox .alt dd.img img {
	float: right;
	margin: 0 7px 0;
	}

/* --------------------------------------- *|
    Shady Blockquote
|* --------------------------------------- */
blockquote.shady {
	padding:0;
	margin:0;
	width:210px;
	background:#fff url(../images/css/shady-bg.png) top left repeat-y;
	}
blockquote.shady p{
	padding:17px 43px 0;
	color:#990000;
	background:transparent url(../images/css/shady-top.png) top left no-repeat;
	text-align:left;
	}
blockquote.shady cite{
	display:block;
	height:55px;
	padding:10px 43px;
	color:#6e5151;
	background:transparent url(../images/css/shady-bottom.png) bottom left no-repeat;
	text-align:right;
	}
* html blockquote.shady cite{
	height:65px;
	}

/* --------------------------------------- *|
    misc.
|* --------------------------------------- */
p.superclearleft{
	clear:left;
	text-indent:-4000px;
	font-size:1px;
	height:1px;
	line-height:1px;
	}


/* floats, positioning, and widths */
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
.w50 {
	width:50%;
	}
.floatleft p {
	padding:0px 10px 0 0;
	}
.floatright p {
	padding:0px 0 0 10px;
	}
img.floatleft {
	margin:15px 15px 5px 0;
	}
img.floatright {
	margin:15px 0 5px 15px;
	}

/* stu nichols' simple fluid drop shadows */
.leftout {
  display:block; 
  background:#ddd; 
  border:none; 
	position:relative;
  margin:1.25em 1em 1.25em .25em;
  }
.rightout {
  display:block; 
  background:#ddd; 
  border:none; 
	position:relative;
  margin:1.25em 0 1em 1.25em;
  }

.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #ccc; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:8em;} /* change to suit */
