body {
	background: #848484 url('../images/bg_body.jpg') repeat-x scroll 0 0;
}
.pageWrapper {
	margin-top: 20px;
	background-color: #1A385C;
}
.logo {
	border-bottom: 4px solid #B8B8B8;
	height: 143px;
	margin-top: 10px;
}
.logo h1 {
	margin: 0;
	padding: 0;
}
.logo h1 a {
	width: 375px;
	height: 143px;
	display: block;
	text-indent: -9999em;
	background: transparent url('../images/bg_h1_logo.jpg') no-repeat scroll 0 0;
	text-decoration: none;
	float: left;
}
.banner {
	width: 565px;
	height: 143px;
	background: transparent url('../images/banner_img_home2.jpg') no-repeat scroll 0 0;
	display: block;
	float: left;
}
.navWrapper {
	height: 26px;
	overflow: hidden;
	background: transparent url('../images/bg_navbar.gif	') repeat-x scroll 0 0;
	border-top: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
}
ul.navbar {
	margin: 0 0 0 100px;
	padding: 0;
}
ul.navbar li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}
ul.navbar li span.spacer {
	display: block;
	height: 22px;
	width: 2px;
	float: left;
	margin: 2px 0px;
	background: #B0B0B0;
}
ul.navbar li a {
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	color: #6B6B6B;
	height: 26px;
	padding: 0 32px;
	line-height: 26px;
	margin: 0;
}
ul.navbar li a:hover,
ul.navbar li.active a {
	background: #fff;
}
.spacer1 {
	background: #FFB200;
	height: 8px;
	border-top: 3px solid #AFAFAF;
}
.contentWrapper {
	background: #fff;
}
.content {
	min-height: 450px;
	background: #fff;
	padding: 35px 0px 20px 65px;
	color: #676767;
}
.content a {
    text-decoration: none;
    color: #00365B;
    font-weight: bold;    
}
.content a:hover {
    color: #FFB200;

}
.rtcolumn .img_quote {
    color: #676767;
    font-size: 11px;
    width: 250px;
    text-align: center;
    display: block;
    margin: 10px auto;
}
.content h1 {
    font-size: 22px;
    font-family: "Arial Black",Arial, Helvetica, sans-seirf;
    font-weight: normal;
    color: #00365b;
}
.rtcolumn {
    padding-top: 55px;
    text-align: center;  
}
.footer {
	height: 36px;
	background: #FFB200;
	margin-bottom: 10px;
}.footer p {
    text-align: center;
    line-height: 36px;
    color: #fff;
    text-size: 11px;
    font-weight: bold;
}
