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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.container {
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
}

.page {
}

.header {
	width:900px;
	background-image:url(images/bg_blue.png);
	background-repeat:repeat;
}

.header_logo {
	width:400px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.menu {
	float:right;
	width:455px;
	height:35px;
	margin-top:36px;
	background-image:url(images/bg_menu.png);
	background-repeat:no-repeat;
}

.menu_inner {
	margin-left:10px;
	margin-top:6px;
}

.menu_item {
	color:#0071BC;
	font-size:18px;
	border-left:#B2B2B2 thin solid;
	text-decoration:none;
	padding-left:5px;
	padding-right:10px;
}

.menu_inner a:visited {
	color:#0071BC;
	font-size:18px;
	text-decoration:none;
}

.menu_inner a:hover {
	color:#0071BC;
	font-size:18px;
	text-decoration:underline;
}


.banner {
	width:900px
	height:202px;
	padding:21px 21px 21px 21px;
}

.body_outer {
	width:900px;
	background-image:url(images/bg_body.png);
	background-repeat:repeat-x;
	background-color:#E6E6E6;
}

.body_inner {
	padding:10px 10px 10px 10px;
}

.body_headline {
	font-size:30px;
	color:#333333;
}

.body_text {
	font-size:14px;
	color:#333333;
}

a.body_text {
	color:#0071BC;
	text-decoration:none;
}

.body_bold {
	font-weight:bold;
}

.body_half_col {
width:auto;
float:left;
padding:0px 30px 0px 0px;
}

.footer_outer {
	background-image:url(images/bg_blue.png);
	background-repeat:repeat;
}

.footer_inner {
	width:880px;
	padding:10px 10px 10px 10px;
}

.footer_block {
	width:150px;
	float:left;
	padding:10px 32px 10px 32px;
	font-size:12px;
	color:#607E92;
}

.footer_block a {
	text-decoration:underline;
	color:#607E92;
}

.footer_block a:visited {
	text-decoration:underline;
	color:#607E92;
}

.footer_block a:hover {
	text-decoration:none;
	color:#607E92;
}

.clear {
	clear:both;
}