@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003D23;
	background-image: none;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 109px;
	width: 980px;
	padding: 0;
	background-color: #003C22;
} 
.thrColFixHdr #container #navigation {
	height: 50px;
	width: 964px;
	background-color: #FFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 4px;
}
.thrColFixHdr #container #flashbanner {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 236px;
	padding: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	background-color: #C7E2DF;
	margin-top: 0px;
	background-repeat: repeat-y;
}
.thrColFixHdr #container #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #065468;
}
.thrColFixHdr #copy {
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 236px;
	padding: 0px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #D2E7E5;
}
.thrColFixHdr #container #sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #023846;
	font-size: 11px;
	margin: 10px;
}
.thrColFixHdr #mainContent {
	width: 472px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	background-color: #D1E4D8;
	background-repeat: repeat-y;
} 
.thrColFixHdr #introduction {
	float: left;
	width: 700px;
	background-color: #D1E4D8;
	margin-right: 10px;
	margin-left: 10px;
}
.thrColFixHdr #container #credits {
	font-variant: normal;
	text-transform: uppercase;
	color: #004C2F;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
}
.thrColFixHdr #introduction p  {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #004C2F;
	margin-top: 15px;
	margin-bottom: 15px;
}
.thrColFixHdr #banner1 {
	width: 120px;
	margin-left: 10px;
	float: left;
}
.thrColFixHdr #banner2 {
	width: 120px;
	margin-right: 10px;
	float: right;
}
.thrColFixHdr #mainContent p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #004C2F;
	margin: 10px;
}
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 980px;
	margin-left: 0px;
	margin-right: 0px;
	height: 145px;
	background-image: url(../SGEimages/footer.gif);
	background-repeat: no-repeat;
} 
.thrColFixHdr #container #footer a:link {
	color: #FFF;
}
.thrColFixHdr #container #footer a:visited {
	color: #CCC;
}
.thrColFixHdr #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
	text-align: center;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.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: 0px;
}
a img {
	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;
}
a:link {
	color: #08727D;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	color: #033D4D;
}
a:visited {
	color: #666;
}

