@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #001222;
	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: #FFFFFF;
	font-size:9pt;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #navigation {
	text-align:center;
	font-size:8pt;
	border-top: solid thin white;
	border-bottom: solid thin white;
	min-height: 20px;
}
.oneColFixCtr a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtr a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
.oneColFixCtr a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtr #container #leftside {
	width: 570px;
	float:left;
	padding:2px;
}
.oneColFixCtr #container #rightside {
	width: 141px;
	background-color:#00080f;
	float:right;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	font-size:7pt;
}
h1{
	color: #FFFFFF;
	font-size:8pt;
	margin:0px;
	display:inline;]
	font-weight:normal;
}
.oneColFixCtr #container #rightside a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtr #container #rightside a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtr #container #rightside a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.smalltext_blk {
	font-size:8pt;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
.smalltext_wht {
	font-size:8pt;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.adminheaders {
	font-size: 10pt;
	color: #ff9000;
}