@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #F9F7F2;
	margin: 0px;
}
h1{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#container{
	text-align: center;
}
#topbar{
	background-color: #2D3234;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8198A0;
}
#header{
	background-color: #66757A;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
#menubar{
	background-color: #F9F7F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	/*height: 18px;
	padding-top: 6px;
	padding-bottom: 4px;*/
	text-align: center;
}
#content{
	background-color: #F9F7F2;
	padding-top: 23px;
	width:770px;
	margin-right: auto;
	margin-left: auto;
}
#left{
	width:203px;
	float:left;
}
#left_top{
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #F35E2E;
}
#left_bottom{
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #465680;
}
.left_header{
	font-size: 12px;
	font-weight: bold;
	color: #F35E2E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.left_content{
	text-align: left;
}
#middle{
	width:250px;
	float:right;
	margin-right: 30px;
}
#right{
	width:250px;
	float:right;
}
#footer{
	background-color: #FFFFFF;
	height: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sbox{
	background-color: #FFFFFF;
	height: 19px;
	width: 156px;
	border: 1px solid #D6D8D5;
	font-size: 12px;
}
.dropdown{
	height: 24px;
	width: 160px;
	border: 1px solid #D6D8D5;
	font-size: 12px;
}
.option{
	font-size: 11px;
}
.box{
	border: 1px solid #D6D8D5;
	margin-bottom: 35px;
}
.content_box{
	width: 530px;
	border: 1px solid #D6D8D5;
	margin-bottom: 35px;
	float: right;
	padding: 10px;
	text-align: left;
	line-height: 200%;
}

.news_date{
	display: block;
	font-weight: bold;
	margin-top: 8px;
}
.news_header{
	display: block;
}
.news_body{
	display: block;
}
.feat_header{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #465680;
	padding-top: 6px;
	padding-bottom: 5px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #F35E2E;
	padding-left: 3px;
}
.img_right{
	float: right;
}
.img_left{
	float: left;
}
