@charset "UTF-8";
body {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	top: 40px;
	background-color: #3366FF;
}
.oneColFixCtr #container {
	width: 796px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #CADBFF;
}
.oneColFixCtr #mainContent {
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	padding-top: 0;
}
.navigation {
	float: left;
	width: 160px;
	padding-top: 30px;
}
.navigation ul {
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	list-style-type: none;
	margin: 0px;
	vertical-align: top;
}
.navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.navigation li a {
	font-size: 0.9em;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	background-color: #0000FF;
}
.navigation li a:hover {
	color: #CCCCCC;
	background-color: #0066FF;
}
