body {
	font-family: "Lucida Sans Unicode", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	line-height: 13pt;
	color: #000000;

	background-color: #ffffff;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;

	margin: 0px 0px 0px 0px; 
	padding: 0px;
}
p {
	margin: 0em 0em 1em 0em;
}
hr {
	display: none;
}
#header {
	border-top: 5px solid #4891FF;
	padding: 0px;
	background-color: #0041A3;
	background-image: url('../img/header-bg.gif');
	background-repeat: repeat-x;
	text-align: left;
	height: 97px;
}
.container {
	position: relative;
	width: 750px;
	margin: 0px auto;
}
#header h1 {	
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 297px;
	height: 58px;
	background: url(../img/logo.gif) no-repeat top left;
}
#header ul {
	float: left;
	list-style: none;
	margin: 70px 0px 0px 0px; 
	padding: 0px;
}
#header ul li {
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0;
}
#header ul li a {
	float: left;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #0081E5;
	color: white;
}
#header ul li a:hover {
	background-color: #75C3FF;
	background-image: url('../img/active-tab.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#header ul li .activeTab {
	background-color: #75C3FF;
	background-image: url('../img/active-tab.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-weight: bold;
}
#headerBorder {
	height: 5px;
	border-bottom: 1px solid #DFDFDF;
	clear: both;
}
#mainContainer {
	position: relative;
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}
#rightBar {
	float: right;
	margin-top:0px;
	width: 200px;
	text-align: left;
	border: 1px solid #DFDFDF;
}
#rightBarContainer {
	margin: 3px;
	padding: 10px;
	background-color: #E7F4F4;

	font-size: 85%;
	color: #808080;
}
#rightBarHeader {
	font-size: 125%;
	color: #0041A4;
	margin-bottom: 0.5em;
}
#mainContentSubHeader {
        font-size: 110%;
        color: #0041A4;
}
#mainContent {
	margin-right: 220px;
	text-align: left;
	color: #808080;
}
#mainContentHeader {
	font-size: 125%;
	color: #0041A4;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.mainContentImg {
	float: right;
	border: 1px solid #DFDFDF;
	padding: 3px;
	margin-left: 10px;
}
#footer {
	background-color: #014FC4;
	background-image: url('../img/footer-bg.gif');
	background-repeat: repeat-x;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-size: 85%;
	color: white;

}
#footer a {
	text-decoration: none;	
	color: #75C3FF;
}
#footerCopy {
	float: left;
}
#footerAddress {
	text-align: left;
	margin-left: 570px;
}
