@charset "utf-8";
/* CSS Document */

.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 2px solid #00099A;
	background: url(images/aspsllcback4.gif) no-repeat;
}

body,td,th {
	font-family: Arial, Verdana, tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#000000;
}
#mainContent {
	vertical-align: top;
	padding-left: 20px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active { text-decoration: none; }
#header {
	font: 10px arial;
	padding-left: 20px;
	border-color: #C0C0C0;
	height: 160px;
	padding-top: 10px;
}
#nav {
	width: 200px;
	height: 100px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 25px;
	font-style: normal;
	font-weight: bold;
}

#featured {
	width: 182px;
	float: right;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 20px;

}

#footer {
	background: #F7C645;
	text-align: center;
	clear: both;

}

