@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:#114577;
	font:14px Arial, Helvetica, sans-serif;
	color:#493b20;
}
a {
	color:#1B5B98;
	text-decoration:none;
}	 
.wrapper {
	width:900px;
	margin:auto;
}
.topsection {
	width:900px;
	float:left;
	height:160px;
	background:#FFF;
}
.logo {
	width:450px;
	float:left;
}
.logo a img {
	border:none;
}
.topright {
	width:450px;
	float:left;
	text-align:right;
}
.navouter {
	width:900px;
	float:left;
	background:#1b5b98; 
	text-align:center;
}

.contentarea {
	width:820px;
	padding:40px;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#191919;
	background:#FFF;
}
.footerwrapper {
	width:850px;
	padding:25px;
	background:#FFF;
	float:left;
	margin-top:5px;
	font:11px Arial, Helvetica, sans-serif;
	color:#0b0b0b;
}
.copyright {
	width:310px;
	float:left;
}
.copyright div{
	padding:7px 0 0 0;
}

.footernavcontainer {
	width:530px;
	float:right;
	text-align:right;
}
.footerinfo{ float:right; width:300px; padding:5px 0 0 0;}
.contentarealeft {
	width:550px;
	padding:0 20px 0 0;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#493b20;
	border-right:2px #AEAFB3 solid;
}
.contentarearight{
	width:200px;
	float:left;
	padding:0 0 0 20px;
	font:14px Arial, Helvetica, sans-serif;
	color:#493b20;border-left:2px #AEAFB3 solid; margin-left:-2px;
}
