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

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

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

.main {
	background-color:#f2f2f2;
	width:876px;
	padding:12px 12px 12px 12px;
}

.header {
	width:876px;
	height:115px;
	background-color:#f2f2f2;
}

.header_image {
	margin-top:10px;
	margin-left:10px;
	background-image:url(Images/header.jpg);
	background-repeat:no-repeat;
	height:100px;
}

.menu {
	background-image:url(Images/bg_menu.jpg);
	background-repeat:no-repeat;
	width:876px;
	height:38px;
}

.menu_container {
	margin-left:25px;
	height:38px;
}

a.menu_item {
	height:38px;
	border-left:#333333 thin solid;
	padding:5px 10px 0px 20px;
	font-size:21px;
	text-decoration:none;
	color:#333333;
	display:inline-block;
}

.banner {
	width:876px;
	height:201px;
	background-color:#FFFFFF;
}

#content_slides {
	width:876px;
	height:201px;
}

.body {
	width:670px;
	float:left;
}

.body_headline {
	color:#000000;
	font-size:36px;
}

.body_text {
	color:#000000;
	font-size:14px;
	line-height:20px;
}

.right {
	width:200px;
	padding-left:6px;
	margin-left:670px;
}

.right_box {
	background-color:#74879C;
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
	margin-bottom:6px;
}

.right_title {
	font-size:18px;
	border-bottom:#D89427 thin solid;
	text-align:right;
	width:100%;
}

.right_body {
	font-size:14px;
	text-align:center;
	padding:5px 5px 5px 5px;
	line-height:18px;
}

.footer {
	font-size:12px;
	text-align:right;
}

.clear {
	clear:both;
}