/* text and colors *//* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/* html * {	zoom:100%; /* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/	}/* without the above hack, IE6 does not draw the header until the page is resized *//* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */* {	margin:0;	padding:0;	}body {	font-size: 1em ; /* 1em = 16pts */	font-family: Verdana, Arial, Helvetica, sans-serif;}.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left *//* DEFAULT TAG STYLES - font sizes, margins, padding, etc. *//* NOTE: text colors follow below */body {background-color:#FFF;}#main_wrapper {background-color:#FFF; border: 1px solid #666633;}#header {background-color:#006600;}#nav {background-color:white; border-right: 1px solid #666633;}#content {background-color:white;   }#promo {background-color:transparent;}#footer {background-color:#006600;}IMG.displayed {    display: block;    margin-left: auto;    margin-right: auto }    blockquote {margin-bottom:8px ; margin-top:8px ;margin-left:20px ; margin-right: 20px}p {text-indent: 3em}#header p  {margin-bottom:3px ; margin-top:3px;}#content p  {margin-bottom:5px ; margin-top:10px ;              padding:2px ;text-indent: 1em}h1, h2, h3, h4, h5, h6, ul, ol, dl {	font-family: 'Trebuchet MS', Verdana,  serif; color:black;	} /* TEXT COLORS */	h1.centxt{text-align:center;}/* for use in header*/         p.hlbox  {text-indent: 0em; border-width:2px; padding:2px; border-style:hidden; float:left; font-size:2em;}p.hrbox  {text-indent: 0em; border-width:2px; padding:2px; border-style:hidden; float:right; font-size:1em;}img.left  {float:left; }img.right  {float:right;}img.frameleft { border-width:4px; border-color:black; border-style:solid; margin:10px 0px 10px 0px; padding:0px; float:left }img.frameright { border-width:4px; border-color:black; border-style:solid; margin:10px 0px 10px 0px; padding:0px; float:right }img.noframeright { border-width:4px; border-color:black; border-style:hidden; margin:10px 0px 10px 0px; padding:0px; float:right }p {	color:#000;	}p.box {text-indent: 1em}	p.box {border-width:4px}p.box {border-style:solid}p.box {border-color #F33;}p.bold {font-weight:bold;}ul, ol, dl, blockquote, cite {	color:black	} ul,ol {text-indent: 2em}ul ul li {text-indent: 4em}  */ for embedded lists*/ol ol li {text-indent: 4em}  */ for embedded lists*/ul ol li {text-indent: 4em}  */ for embedded lists*/ol ul li {text-indent: 4em}  */ for embedded lists*/	a:link              { color:#0000FF; text-decoration:underline; } /* blue unvisited link */  a:visited           { color:#CC0066; text-decoration:underline; } /*purple MediumSlateBlue#7B68EE*/               	a:hover             { color:#00CC00; text-decoration:underline; }   /*green red#FF0000*/                  a:active            { color:#DC143C; text-decoration:underline; } /* crimsonselected link */ 		table, form {  color: #000;	}#footer p {	margin:0;	}/* basic table styling  - more-styled tables in tables.css */table caption {	font-weight:bold;	font-size:1em;	margin-top:.6em;	}table {	margin: 1em 1em 1em 1em;	font-size:.8em;	}table th	{	padding: .3em .5em .3em .5em;	border:2px solid #069;	}table td	{	padding: .3em .5em .3em .5em;	text-decoration:none;	border:1px solid #069;	}/* THE ALSETT CLEARING METHOD */	.clearfix:after { content: “.”; display: block;  height: 0; clear: both; visibility: hidden;}.clearfix {display: inline-table;}/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! * html .clearfix {height: 1%;}.clearfix {display: block;}/* end backslash hack */ 
