@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #232F08;
}
.thrColElsHdr #container {
	width: 61.25em;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: normal;
	background-color: #68734c;
	border: thick groove #8b864e;
	overflow:hidden
}
.thrColElsHdr #sidebar1 {
	width: 20em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
	margin-left: 5px;
	background-color: #a8ad87;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 10em;
	background-color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-right: 10px;
}
.thrColElsHdr #footer {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000000;
}
.thrColElsHdr #footer p {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	padding-top: .75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
/* 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;
	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;
	line-height: 0px;
}
.thrColElsHdr #container #header #centergraphics1 #graphic1 {
	float: left;
}
.thrColElsHdr #container #header #centergraphics1 #graphics2 {
	float: left;
}
.thrColElsHdr #container #header #centergraphics1 #graphics3 {
	float: left;
}
/*footer links*/
a:link {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-size: x-small;
}
a:active {
	color: #8b864e;
	font-size: x-small;
	text-decoration: none;
}
.thrColElsHdr #logos {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.thrColElsHdr #logos #logotext {
	font-size: x-small;
	color: #FFFFFF;
	padding-bottom: 10px;
}


