/* 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;
	float: none;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.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 */
//#main_wrapper {
//	background-color:#FFFFFF;
//}
//#header {background-color:#808073;}
//#nav {background-color:#BFBFAC;}
//#content {
//	background-color:#9966CC;
//}
//#promo {background-color:transparent;}
//#footer {background-color:#D9D9C3;}
//
//h1, h2, h3, h4, h5, h6, ul, ol, dl {
//	font-family: 'Trebuchet MS', Verdana,  serif;
//	} 
///* TEXT COLORS */
//h1 {
//	color:#FFF;
//	}
//h2, h3, h4, h5 {
//	color:#808073;
//	}
//h6 {
//	color:#000000;
//	}
//p {
//	color:#000;
//	text-align: justify;
//	}
//ul, ol, dl, blockquote, cite {
//	color:#808073;
//	}
//#nav ul, #nav a {
//	color:#FFF;
//	}
//table, form {
//	color: #BFBFAC;
//	}
//a {
//	color:#808073;
//	}
//a:hover, #nav a:hover {
//	color:#000;
//	}	
//#footer p {
//	margin:0;
//	}

/* CLASS:EA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.ea {
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
}
.ea #main_wrapper {
	background-color:#CCCC99;
	border-top-width: 10px;
	border-right-width: 30px;
	border-bottom-width: 10px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
.ea #header {
	background-color:#CCCC99;
}
.ea #nav {
	background-color:#CCCC99;
	padding-top: 0.5em;
}
.ea #nav ul, .ea #nav a {
	color:#666666;
	}
.ea  #nav ul, .ea #nav  dl, .ea #nav ol{
	margin:0; /* lists without specific classes */
	padding: 0;
		}
.ea  #nav li {
	list-style-type:none;
	margin: 0;
	padding: 0.3em;
	font-size: .7em;
	}
.ea #nav a:hover {
	color:#FFFFCC;
	}	
.ea    #nav a.selected {
	background-color: #003399;
	color: #CCCC99;
}
.ea #footer {
	background-color:#CCCC99;
}
.ea #content {
	background-color: #FFFFCC;
}
.ea #content-inner {
	margin-top: 25px;
	padding: 25px;
}
.ea   #content_inner  h1, .ea #content_inner h3 {
	padding-top: .3em;
	padding-bottom: 0.3em;
}
.ea #content_inner .topofpage {
	font-size: small;
	text-align: right;
}
.ea #content_inner ol, .ea #content_inner ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.25em;
}
.ea #content_inner li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
.ea #content_inner p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

/* CLASS:LIME TEXT COLORS */
.ea h1 {
	color:#000000;
	font-size: 1.5em;
	margin: 0px;
	}
.ea h2 {
	color:#000000;
	margin: 0px;
	padding: .5em 0 0 0;
	font-size: 1.375em;
	line-height: 1.25;
	}
.ea  h3   {
	color:#000000;
	font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
.ea h4 {
	color:#000000;
	font-size:1.125em; /* 18pt */
	}
.ea h5 {
	color: #000000;
	font-size:1em; /* 16pt */
}
.ea h6 {
	color:#000000;
	font-size:.875em; /* 14pt */
	margin: 0px;
	}
.ea table, .ea form {
	color: #507EA1;
	}
.ea a {
	color:#666666;
	text-decoration: none;
	}
.ea a:hover {
	color:#000000;
	}
.info margin {
	margin-left:300px;
	padding-left: 500px;
}
/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom: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;}
.ea  #content_inner  a {
	color: #507EA1;
}
.ea #content_inner td a {
	color: #FF0000;
}
.ea #content_inner a:hover {
	color: #0000CC;
}
.ea #content_inner td a:hover {
	color: #000000;
	background-color: #FF0000;
}
.alignright {
	text-align: right;
}
.mySelectClass {
	color: #FFFFFF;
	background-color: #000000;
}
.center {
	font-weight: bolder;
	text-align: center;
}
.italic {
	font-style: italic;
	text-decoration: underline;
}
.SpryHiddenRegion {
	visibility: hidden;
}
