@charset "utf-8";
/* CSS Document */

body {
	background-color:#becadb;
	margin:0px;
}
a, a:link, a:visited, a:active {
	font-size: 12px;
	color: #002b54;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #002b54;
}
h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #745d1e;
	text-align:center;
}
h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #745d1e;
}
h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #745d1e;
}
#wrapper {
	width:900px;
	margin:auto;
	padding:0;
	background-color:#FFFFFF;
}
.topbanner {
	width:300px;
	height:114px;
	float:left;
}
#contentouter {
	width:886px;
	background: url(../images/bg.gif) repeat-y center;
	padding:0 7px 0 7px;
	float:left;
}

.contentnewswrapper {
	width:663px;
	float:left;
}
.content {
	min-height:350px;
	width:425px;
	padding:0 10px 0 10px;
	float:left;
	background: url(../images/content_bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #745d1e;
}
*html .content {
	height:350px;
}

 ul{ color:#cbb778;list-style:square;}
li{color:#164b7e;
font: bold 12px Arial, Helvetica, sans-serif; }
.rightContainer {
	width:183px;
	float:left;
	background:url(../images/news_bg.gif) repeat-y;
	padding:0 21px 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #745d1e;
}
.bannerbottom {
	width:663px;
	float: left;
}
.bottom {
	width:900px;
	clear:both;
	height:25px;
}
.mainNavContainer {
	width:223px;
	float:left;
	background: url(../images/nav_bg.gif) repeat-y center;
}

.contentinner {
	min-height:350px;
	width:643px;
	padding:0 10px 0 10px;
	float:left;
	background: url(../images/content_bg.gif) repeat-x top #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #745d1e;
}
*html .contentinner {
	height:350px;
	padding-top:10px;
}
.contentsubhead {
	font-size:14px;
	font-weight:bold;
	/*text-indent:-6px;*/
}
#contentbgouter {
	width:886px;
	background: url(../images/outer_bg.gif) repeat-y center;
	padding:0 7px 0 7px;
	float:left;
}
.subcontent {
	padding:0px 3px 3px 6px;
}
.rightcolpad {
	margin-bottom:0px;
	padding-bottom:0px;
}
