@charset "utf-8";

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #669999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 18px;
}
.twoColFixLtHdr #sidebarright{
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	
}
.twoColFixLtHdr #sidebarright2{
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin-top: 0px;
	margin-right: -28px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 14px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	text-align: center;
	line-height: 1.1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 20px;
}






body  {
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003366;
}

#banner{
	height: 191px;
	background-image: url(../graphics/banner4.jpg);
	background-repeat: no-repeat;
}

#nav		{
	padding: 2px 0px 0px 5px;
	background-color: #003366;
	border-top: 0px solid #D2D5AB;
	border-bottom: 1px solid #D2D5AB;
	height: 17px;
	/*overflow:hidden;*/
		width: auto;
		}
		
#nav ul	{
	padding: 0;
	font-size: 11px;
	margin: 0;
		}

#nav ul li	{
	display: inline;
	padding: 0;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
		}

#nav ul li a{
	font-size: 11px;
	color: #FFFFFF;
		} 

#nav a	{
		text-decoration:none;
		font-size:11px;
		padding: 0px;
		margin: 0px;		
		}

#navbar a:link, #navbar a:visited {
	color: #666600;
		}
			
#nav a:hover, #nav a:active{
	color: #FF9900;
}
#navbar a:visited {
	color: #CCCCCC;
		}
h1 {
	color: #CC6600;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 0px #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
h2 {
	color: #73998E;
	font-size: 1.4em;
	margin: 12px 0px 0px;
	padding: 4px 0px 0px;
}
.ltbluesubhead {
	color: #73998E;
	font-size: 1.3em;
	margin: 12px 0px 0px;
	padding: 4px 0px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 8px 0px 0px;
}
.h3blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #73998e;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
}
.h4blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #73998e;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
}

p {
	line-height: 1.4em;
	margin: 4px 8px 8px 0px;
	padding: 0px;
}
.firstp {
	line-height: 1.2;
	margin: 15px 8px 0px 0px;
	padding: 0px;
}
.caption {
	line-height: 0.95em;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.caption_l {
	line-height: 0.95em;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	text-align: left;
}


.leftpic {
	margin: 0px;
	padding: 10px 12px 0px 0px;
	float: left;
}
.leftpicclear{
	margin: 0px;
	padding: 10px 12px 0px 0px;
	float: left;
	clear: both;
}
#clearit{
		clear: both;
}


.stylebrown {color: #666633
}
.stylegreen {
	color: #3C7A7A
}
a {
	color: #4358C4;
	text-decoration: none;
}
.subhead_epscorgreen	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7EA391;
	line-height: 1.2em;
}
.reversehead {
	font-size: 1em;
	font-weight: bold;
	background-color: #73998E;
	display: block;
	margin-left: 0px;
	width: 250px;
	padding-left: 12px;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	line-height: 1.1em;
}
.norule {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.greyrule {
	text-decoration: none;
	border: 1px solid #666;
}
.can_color {
	color: #60821B;
}
.rid_color {
	color: #8B5C4A;
}
.indent {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3B716C;
}
