@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(images/navgreen_BG.gif);
	background-repeat: repeat-y;
}
.twoColElsLtHdr #container {
	text-align: left; 
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 905px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	background-color: #008ab0;
	height: 247px; 
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 12em;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: EurekaSans, Tahoma, Verdana;
	font-size: 10pt;
	height: 275px;
	color: #FFF;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 5px;
}
#sidebar1 p {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
#sidebar1 p a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	}
#sidebar1 p a:hover {
	color: #FFF;
	text-decoration: underline;
	}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; 
}
.orange {
	color: #f47321;
	font-weight: bold;
}

.text {
	font-size: 8pt;
	line-height: 12pt;
	font-family: Verdana, Geneva, sans-serif;
}
.text a {
	text-decoration: none;
	color: #008AB0;
}
.text a:hover {
	text-decoration: underline;
}
.twoColElsLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
} 
.twoColElsLtHdr #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: 7pt;
	font-family: Verdana, Geneva, sans-serif;
}

/* Miscellaneous classes for reuse */
.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;
	
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right:10px;
	margin-bottom: 20px;
	
	
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.upper { text-transform: uppercase;}
