body {
	font-family: Georgia, 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;
}
a {
	color: #0041A4;
	text-decoration: none;
}
#header {
	border-top: 5px solid #4391CD;
	padding: 0px;
	background-image: url('../img/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	height: 228px;
}
.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: 190px;
	height: 89px;
	background: url(../img/logo.gif) no-repeat top left;
}
#header ul {
	font-size: 90%;
	float: left;
	list-style: none;
	margin: 00px 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: 2px 0px 5px 0px;
	text-align: center;
	width: 100px;
	text-decoration: none;
	background-color: #4391CD;
	background-image: url('../img/tab.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: white;
}
#header ul li a:hover {
	background-color: #4391CD;
	background-image: url('../img/active-tab.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#header ul li .activeTab {
	background-color: #4391CD;
	background-image: url('../img/active-tab.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-weight: bold;
}
#headerBorder {	
	position: relative;
	width: 750px;
	margin: 0px auto;
	height: 5px;
	border-bottom: 1px solid #DFDFDF;
	clear: both;
}
#main {
	background-image: url('../img/main-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	min-height: 476px;
	height:auto !important;
	height: 476px;
}
#mainContainer {
	position: relative;
	width: 730px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background-color: #ffffff;
}
#rightBar {
	float: right;
	margin-bottom: 10px;
	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;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DFDFDF;
}
.rightBarSubHeader {
	font-size: 100%;
	color: #108AE9;
	margin-top: 1em;
}
#mainContent {
	margin-right: 220px;
	text-align: left;
	color: #808080;
	line-height: 15pt;
}
#mainContentHeader {
	font-size: 125%;
	color: #0041A4;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DFDFDF;
}
.mainContentImg {
	float: right;
	border: 1px solid #DFDFDF;
	padding: 3px;
	margin-left: 10px;
}
#footer {
	clear: both;
	position: relative;
	width: 730px;
	margin: 0px auto;
	padding: 5px 0px 20px 0px;
	background-color: #ffffff;
	border-top: 1px solid #DFDFDF;
	text-align: left;
	font-size: 85%;
	color: #808080;
}
#footerCopy {
	margin-right: 200px;
	margin-left: 80px;
	text-align: center;
}
#footerAddress {
	position: absolute;
	right: 50px;
	text-align: left;
}
#tricimg {
	left: 0px;
	position: absolute;
}
#tricimg img {
	border: 0px;
]