@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #646464;
	background-color: #D8E3F6;
}

body h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight:bolder;
	color: #646464;
}

body img { 
	border: none; 
}

.main_container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 500px 0px -500px;
	width: 1000px;
}

.header {
	position: relative;
	width: 1000px;;
	height: 328px;
}

.menubar {
	position: relative;
	width: 1000px;
	background-color: #082F59;
	text-align: center;
}

.menubar img {
	margin: 0px 25px;
	border: none;
}

#mainbody {
	position: relative;
	width: 996px;
	border: solid 2px #082F59;
	background-color:#FFF;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	min-height: 300px;
	height: 100%;
}

#mainbody_left {
	float: left;
	top: 0px;
	left: 0px;
	width: 660px;
	padding: 10px 20px 20px 20px;
	height: 100%;
}

#mainbody_right {
	float: right;
	top: 0px;
	left: 700px;
	width: 256px;
	padding: 0px 20px 20px 20px;
	height: 100%;
}

.mainbody_right_img {
	margin-top: 20px;
}

.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;
}

.footer {
	width: 1000px;
	padding-top:10px;
	text-align:center;
}
.footer a {
	color: #000;
}

