#flash, #leftCol, #rightCol, #mainNav, #footer {
	display:inline;
}
html {
	font-size: 16px;
}


body {
	background: #BACAD5;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.625em;
	color: #3F3F3F;
	
}
#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 202px;
	width: 870px;
	background: url("../img/header2.gif") no-repeat right top;
}
#content {
	background: url("../img/bgPattern.gif") repeat-y center;
	float: left;
	width: 870px;
	margin: 0px;
	clear: both;
}
#logo {
	background: url("../img/header1.gif");
	float: left;
	clear: right;
	height: 162px;
	width: 346px;
	display: block;
}
#mainNav {
	background: url("../img/mainNav.gif") no-repeat left top;
	height: 30px;
	width: 825px;
	float: left;
	margin-top: 0px;
	clear: both;
	color: #FFFFFF;
	text-align: right;
	padding-right: 45px;
	padding-top: 10px;
	font-size: 1.3em;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#mainNav li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	margin-left: 5px;
}
#mainNav ul li.firstLi {
	border-style: none;
}
#mainNav li a{
	color: #FFFFFF;
	text-decoration: none;

}
#mainNav li a:hover{
	color: #003457;
	text-decoration: underline;

}
#mainBody {
}
#leftCol {
	width: 201px;
	float: left;
	margin-left: 34px;
	font-size: 1.1em;
	line-height: 1.5em;
}
#mainBody a {
	color: #003457;
	font-weight: bold;
	text-decoration: none;
}
#mainBody a:hover {
	text-decoration: underline;
}
#leftCol h2 {
	font-size: 2.1em;
	color: #003457;
	margin-top: 5px;
	/* margin-bottom: -10px; */
	font-weight: normal;
}
.subBox {
	background: url("../img/subBoxTop.gif") no-repeat left top;
	padding: 5px 8px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #007462;
}
#rightCol {
	background: #FFFFFF url("../img/crossBg.gif") no-repeat right bottom;
	float: left;
	width: 560px;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 20px;
}
#rightColsub {
	float: left;
	width: 560px;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 20px;
}
#rightCol h1, #rightColsub h1 {
	font-size: 2.9em;
	color: #003457;
	font-variant: small-caps;
	margin-top: 15px;
	font-weight: normal;
	margin-bottom: 0px;
}
#rightCol h3, #rightColsub h3 {
	font-size: 1.9em;
	text-transform: capitalize;
	color: #007462;
	font-weight: normal;
	margin-top:15px;
}
#flash {
	background: #FFFFFF;
	float: left;
	width: 800px;
	height: 159px;
	margin-left: 34px;
}
#footer {
	background: #BACAD5 url("../img/footer.gif") no-repeat left top;
	height: 75px;
	width: 835px;
	float: left;
	clear: both;
	margin-top: 0px;
	text-align: right;
	padding-top: 50px;
	padding-right: 35px;
	color: #FFFFFF;
}