@charset "utf-8";
body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #051a6b;
	background-image:url(imgs/page-bg.jpg);
	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;
	min-height: 100%;
}
.oneColFixCtr #container {
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(imgs/containerBG.png);
	background-repeat:repeat-y;
	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. */
	min-height: 100%;
}
.login_box {
	margin: auto;
	height: 360px;
	width: 400px;
	background-image: url(imgs/login-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}
.logincontent {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}
.logintext {
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}
.login_box a:link, #logoutetc a:link {
	color:#FFF;
	text-decoration:underline;
	cursor: pointer;
}
.login_box a:hover, #logoutetc a:hover {
	color:#FFF;
	text-decoration:underline;
	cursor: pointer;
	font-weight:bold;
}
.login_box a:visited, #logoutetc a:visited {
	color:#FFF;
	text-decoration:underline;
	cursor: pointer;
}
.oneColFixCtr #mainContent {
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent #register {
	position:absolute;
	margin-left:800px;
	margin-top:6px;
	width:180px;
	height:20px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFF;
	text-align:right;
}
.oneColFixCtr #mainContent #menuSystem {
	position:absolute;
	margin-left:5px;
	margin-top:90px;
	width:980px;
	height:23px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	text-align:left;
	font-weight: bold;
}
.oneColFixCtr #mainContent #menuSystem a:link, #register a:link{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #mainContent #menuSystem a:visited, #register a:visited{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #mainContent #menuSystem a:hover, #register a:hover{
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;
}
.oneColFixCtr #mainContent #thebottom{
	margin-top: 10px;
	width: 740px;
	float: left;
}
.oneColFixCtr #mainContent #thebottom #leftside{
	float: left;
	margin-left:15px;
	width: 475px;
}
.oneColFixCtr #mainContent #rightside{
	float: right;
	margin-left:5px;
	margin-right: 10px !important;
	margin-right: 5px;
	margin-top: 10px;
	width: 222px;
	border-left: solid thin #FFF;
	min-height: 90%;
	padding-left: 10px;
}
.oneColFixCtr #mainContent #thebottom #middle{
	margin-left:500px;
	width: 240px;
}
.oneColFixCtr #mainContent #thebottom #middle #announcements {
	background-color: #8c9de0;	
	padding: 4px;
	min-height: 254px;
}
.titleBar {
	background-image:url(imgs/title-bar-bg.jpg);
	background-repeat:repeat-x;
	padding: 5px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	height: 27px;
}
.smallText9 {
	font-size:9px;	
}
.smallText9red {
	font-size:9px;
	color:#F00;
}
.smallText10 {
	font-size:10px;	
}
.smallText11 {
	font-size:11px;	
}
.pageheader {
	font-size:16px;
	font-weight:bold;
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
}