body {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	background: #ffffff url(images/body_bg.jpg) repeat-x;
}

#body_container {
}

.logo_link {
	position: relative;
	left: 25px;
	display: block;
	width: 277px;
	height: 108px;
	cursor: pointer;
}

#head_body {
	height: 105px;
	width: 962px;
	background: url(images/header.jpg) no-repeat;
	margin: 2px 0px 0px 0px;
}

#logo{
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#menu_container {
	position: absolute;
	top: 70px;
	left: 387px;
	width: 560px;
	height: 20px;
}

ul.menu {
	list-style: none;
	width: 560px;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans Serif;
}

li.menu_item {
	float: left;
	margin: 5px 0 0 0;
	background: url(images/menu_sep.jpg) 100% 50% no-repeat;
}

li.menu_item_last {
	float: left;
	margin: 5px 0 0 0;
}

li.menu_item_last a, li.menu_item_last a:visited {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 9px 0 9px;
}

li.menu_item_last a:hover {
	color: #cdd4ed;
}

li.menu_item a, li.menu_item a:visited {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 9px 0 9px;
}

li.menu_item a:hover {
	color: #cdd4ed;
}

#body_main {
	width: 826px;
	height: 295px;
	background: #f00;
	margin: 74px 0 0 90px;
	background: url(images/mainbody_bg.jpg) no-repeat;
}

#top_left {
	float: left;
	width: 413px;
	height: 147px;
}

#top_right {
	float: left;
	width: 413px;
	height: 147px;
}

#bottom_left {
	float: left;
	width: 413px;
	height: 147px;
}

#bottom_right {
	float: left;
	width: 413px;
	height: 147px;
}

.img_container_left {
	float: left;
	width: 190px;
	height: 145px;
}

.img_container_right {
	float: left;
	width: 220px;
	height: 145px;
	margin: 0 0 0 2px;
}

.content_container_left {
	float: left;
	width: 220px;
	height: 147px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 11px;
	text-align: right;
	line-height: 150%;
}

.content_container_right {
	float: left;
	width: 189px;
	height: 147px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 11px;
	text-align: right;
	line-height: 150%;
}

.content_heading {
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 22px;
	color: #18328f;
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 0;
	line-height: 22px;
}

.content_heading a, .content_heading a:visited {
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 22px;
	color: #18328f;
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 0;
	line-height: 22px;
	text-decoration: none;
}

.content_heading a:hover {
	color: #00A8FF;
}

#footer_body {
	width: 959px;
	height: 27px;
	margin: 95px 0 0 20px;
}

#copyright_img {
	float: left;
	width: 175px;
	height: 27px;
	background: url(images/copyright.jpg) no-repeat;
}

#copyright_text {
	position: relative;
	top: 9px;
	left: 30px;
	width: 175px;
	height: 27px;
	font-family: Arial, Verdana;
	font-size: 9px;
	word-spacing: 0px;
}

#hr_line_bottom {
	float: left;
	width: 780px;
	margin: 1px 0 0 0px;
	border-top: 1px solid #CBCBCB;
}