@charset "utf-8";
body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CACACA;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#pagewidth {
	background-color: #FFFFFF;
	width: 99%;
	min-height: 800px
}
#mainContent {
	width: 915px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #081980;
}
.white {
	background-color: #FFFFFF;
}

#footer {
	font-size: 11px;
	text-align: left;
	margin-left: 200px;
	margin-top: 10px;
}


#header {
	background-color: #0066FF;
	height: 120px;
}
.inner {
	margin-right: 8px;
	margin-left: 8px;
}

