@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
	background-image: url(images/backgroundrepeat123.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8EEB0A;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 6px;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: normal;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #FFF;
	font-weight: bold;
	padding-top: 22px;
	text-align: center;
	padding-bottom: 8px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8FEB0A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8FEB0A;
	font-weight: bold;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

hr	{
	color: #8FEB0A;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
}

td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8FEB0A;
	font-style: italic;
}
.oneColFixCtrHdr #container {
	width: 898px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(images/entrypagebackground.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.oneColFixCtrHdr #header {
	height: 138px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.oneColFixCtrHdr #navigation {
	height: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	display: block;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #rightcolumn {
	width: 575px;
	display: block;
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	width: 898px;
	display: block;
	clear: left;
	float: left;
}
.oneColFixCtrHdr #footer {
	display: block;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: #4B8B00;
	border-top-width: 1px;
}
.oneColFixCtrHdr #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 */
	color: #4B8B00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-bottom: 12px;
	text-decoration: none;
	color: #4B8B00;
	padding-top: 8px;
}

#bottomnav a {
	text-decoration: none;
	color: #E4E4E4;
}

#bottomnav a:hover {
	color: #0F0;
}

#bottomnav .selected {
	border-bottom-style: solid;
	border-bottom-color: #3F0;
	border-bottom-width: 1px;
}

.gaa {
	border: 1px solid #3C3;
	display: block;
}

