body {
	background-color: #babfc4;
	color: #ffffff;
	background-image: url(images/outer_back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	text-align: center;
}
p {
	margin-top: 0px;
}
.subnav {
	text-align: center;
	margin-bottom: 20px;
}
a {
	color: #1383b5;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
img {
	border: 0px;
}
ol.upper {
	list-style-type: upper-alpha;	
}
ol.lower {
	list-style-type: lower-alpha;
}
ol.decimal {
	list-style-type: decimal;
}
#preload {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
#shell {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	background-image: url(images/banner.jpg);
	width: 792px;
	height: 110px;
}
#main_content_area {
	background-color: #003366;
	width: 792px;
	float: left;
}
#left_nav {
	background-color: #003366;
	width: 140px;
	text-align: center;
	float: left;
	padding-top: 20px;
}
#content {
	background-color: #ffffff;
	width: 612px;
	color: #000000;
	padding: 20px;
	text-align: justify;
	float: left;
}
#content a:hover {
	color: #000000;
}
#footer {
	width: 772px;
	text-align: center;
	font-size: 10px;
	padding: 10px;
	background-color: #003366;
	float: left;
}
#design {
	float:right;
	background-image: url(images/mini_logo.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
}