﻿body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: none;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-color: #003981;
	body img { border: 0px; text-decoration: none; }
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 10px;
	text-align: left;
}
#masthead {
	height: 125px;
	background-color: #FFFFFF;
	background-image: url('images/setup10_09/header.jpg');
}
#top-nav {
	height: 30px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}
#leftnav {
	width: 180px;
	float: left;
	margin: 20px 0px 10px 0px;
	color: #0066CC;
	font-size: small;
	font-family: Arial;
}
#rightnav {
	float: right;
	width: 175px;
	margin: 20px 0px 10px 0px;
	font-family: Arial;
	font-size: x-small;
}
#maincontent {
	margin: 20px 10px 10px 200px;
	color: #0066CC;
	width: 390px;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	background-color: #CCCCCC;
}
