@charset "UTF-8";
a:link {
	color: #FFF;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content {
	position:absolute;
	width:640px;
	z-index:1;
	text-align: left;
	left:40px;
	top: 290px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: thin solid #CCC;
}.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight:900;
	color: #073d6c;
	letter-spacing: -1px;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}
#menu {
	position:absolute;
	left:130px;
	top:30px;
	width:690px;
	height:30px;
	z-index:2;
	text-align: left;
	background-color:#016c65;
	color:#FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 80px;
	border:thin #999 solid;
}
#loginzone {
	position:absolute;
	left:460px;
	top:0px;
	width:440px;
	height:26px;
	z-index:3;
	text-align:right;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
}
#sidebar {
	position:absolute;
	left:740px;
	top:80px;
	width:160px;
	height:600px;
	z-index:4;
	background-color:#CCC;
	border:thin #CCC solid
}
#logo {
	position:absolute;
	left:10px;
	top: 10px;
	padding-bottom:10px;
	width: 180px;
	border:thin solid #CCC;
	z-index:1000;
	background-color:#FFF
}
#topbanner {
	position:absolute;
	left:40px;
	top: 80px;
	width:680px;
	border:thin #CCC solid;
	z-order:3;
	height:200px;
}