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

.clear {

	clear: both;

}

#body_wrapper {
	height: auto;
	width: 950px;
	margin: 0 auto;
}
#header {
	float: left;
	height: auto;
	width: 100%;
	background-color: #e6daaf;
	font-family: Verdana, Geneva, sans-serif;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #005daa;
	margin: .2em 0
}
#header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #005daa;
	margin: .2em 0
}
#header_logo {
	background-color: #e6daaf;
	float: left;
	height: 150px;
	width: 950px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #005daa;
}
#body_container {
	float: left;
	width: 100%;
	background:#e6daaf;
	position:relative;
	right:56%;
}
#container2 {
	background-color: #fdf5dd;
	float: left;
	width: 100%;
	position: relative;
	right:24%;
}
#footer div a {
	color: #fff;
}

#container3 {
	background-color: #82a9ca;
	float: left;
	width: 100%;
	overflow:hidden;
	position:relative;
}
#menu {
	float: left;
	width: 16%;
	position:relative;
	left:82%;
}
.sub_menu_items {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #005daa;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	margin: .2em 0
}
.major_menu_items {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005daa;
	list-style-position: outside;
	list-style-type: none;
	margin: 1em 0
}
#menu li              {
	font-family: Verdana, Geneva, sans-serif;
	color: #005daa;
}
#menu li a            {
	color: #005daa;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
}
#menu li a:hover      {
	color: #82a9ca;
}
#main_body_text {
	float: left;
	width: 46%;
	position:relative;
	left:86%;
	list-style-position: outside;
	list-style-type: disc;
}
#main_body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	background-color: #fdf5dd;
	padding: 15px;
	float: left;
	height: auto;
	width: 48%;
}
#main_body_text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
	color: #005daa;
	font-style: oblique;
}
#main_body_text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}#main_body_text p a {
	color: #000;
}
#right_column {
	float: left;
	width: 22%;
	position:relative;
	left:90%;
	text-align: center;
}

#right_column h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005daa;
}
#right_column p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 5px;
}
#right_column p a {
	color: #000;
}

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #005daa;
	height: auto;
	width: 940px;
	padding: 5px;
	font-weight: normal;
	position: relative;
	left: 0px;
	bottom: 0px;
	float: left;
}

