@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
}
img {display: block;}
.oneColFixCtrHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #navArea {
	color: #231F20;
	height: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 228px;
	width: 467px;
	float: left;
}

#navArea img{
border:0;}
.oneColFixCtrHdr #topnav {
	padding: 0px;  /* 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. */
	height: 150px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0 px;
	padding-left: 110px;
	width: 467px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* 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 */
}
#navArea ul {
	margin: 0px;
	list-style-type:none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navArea li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-image:url(../images/l2smallarrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#topnav #rightnav {
	float: right;
	height: 24px;
	width: 200px;
	text-align: left;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#rightnav ul {
	margin: 0px;
	padding: 0px;
}
#rightnav li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightnav a:hover {
	text-decoration: underline;
}
li.nopad {
	padding: 0px;
}
.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:0px;
    font-size: 1px;
    line-height: 0px;
}
.navBoxClosed {
	font-size: 11px;
	color: #FFFFFF;
	height: 95px;
	width: 95px;
	border: 1px solid #FFFFFF;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 15px;
	line-height: 12px;
}
.navBoxBlank {
	font-size: 11px;
	color: #FFFFFF;
	height: 97px;
	width: 97px;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 15px;
	line-height: 12px;
}
.navBoxOpen {
	font-size: 10px;
	color: #FFFFFF;
	height: 150px;
	width: 105px;
	border: 1px solid #FFFFFF;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 5px;
	background-image: url(../images/l1downArrow.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#navArea a {
	color: #FFFFFF;
	text-decoration: none;
}
#navArea ul a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navArea ul a:hover {
	text-decoration: underline;
}
img.alignright {
	float: right;
}
#rightcol {
	width: 225px;
	margin-right: 45px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 220px;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
#mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	color: #c1d82f;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	color: #c1d82f;
	margin: 0px;
	padding: 0px;
}
#rightcol h1 {
	font-size: 12px;
	font-weight: bold;
	color: #c1d82f;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
#rightcol a {
	text-decoration: none;
	color: #c1d82f;
}
#rightcol p {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#mainContent p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#logodiv {
	height: 150px;
	width: 200px;
}
