@charset "utf-8";
html,body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image:url(imgs/background.jpg);
	background-repeat:repeat-x;
	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: 800px;
	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 {
	position:absolute;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 80px;
	text-align:center;
	font-size:8pt;
	width: 730px;
	height: 14px;
}
.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 {
	margin-top: 0px;
	width: 570px;
	float:left;
	padding:2px;
}
.oneColFixCtr #container #leftsideHOME {
	margin-top: 0px;
	width: 360px;
	float:left;
	padding:2px;
}
.oneColFixCtr #container #rightside {
	display:none;
	margin-top: 0px;
	width: 141px;
	background-color:#000000;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	font-size:7pt;
}
.oneColFixCtr #container #rightsideHOME {
	margin-top: 0px;
	width: 331px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	font-size:7pt;
	float:right;
	margin-right: 10px;
}
h1{
	color: #FFFFFF;
	font-size:9pt;
	margin:0px;
	display:inline;
}
.oneColFixCtr #container #header {
	clear:both;
	}
.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: #ffffff;
	font-weight:bold;
}
