@charset "UTF-8";
/* CSS Document */


body {
	background: #006225;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
}

ul {
	list-style-image: url(_images/arrow.gif);
	margin: 0 0 0 21px;
}

a {
	color: #000000;
}

ul li {
	padding: 0 0 10px 7px;
}

.clear {
	clear: both;
}

#container_wrapper {
	width: 930px;
	background: #FFFFFF url(_images/container_bottom.gif) no-repeat bottom;
	margin: 0 auto 30px;
}

#container {
	padding: 0 0 30px 0;
}

#header {
	padding: 20px 0 60px 50px;
}

#logo {
	background: url(_images/logo.gif) no-repeat 0 0;
	width: 350px;
	height: 123px;
	text-indent: -9999px;
}

.logo_link{
	height: 123px;
	width: 350px;
	display: block;
}

#content {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}

#topbar {
	background: url(_images/top_bg.gif) no-repeat;
	width: 880px;
	height: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}	

#topbar_content {
	height: 206px;
	padding: 30px 25px 19px;
}

#topbar_left {
	float: left;
	width: 480px;
	line-height: 20px;
	padding: 0 15px 0 0;
}

#topbar_right {
	float: left;
	width: 315px;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.bottom_content {
	font-size: 12px;
	padding: 20px 25px;
	line-height: 19px;
}

.left_bg {
	background:url(_images/bottomleft_bg.gif) repeat-x 0 0;
	height: 440px;
}

.right_bg {
	background:url(_images/bottomright_bg.jpg) repeat-x 0 0;
	height: 440px;
}

#left {
	width: 436px;
	height: 470px;
	float: left;
	background: url(_images/left_bg.gif) no-repeat;
}

#right {
	width: 436px;
	height: 470px;
	float: right;
	background: url(_images/right_bg.gif) no-repeat;
}

/* Rounded Corners */

#bottomleft_rc_top {
	height: 10px;
	background: url(_images/bottomleft_rc_top.jpg) no-repeat;
	margin: 0 0 -1px 0;
}

#bottomright_rc_top {
	height: 10px;
	background: url(_images/bottomright_rc_top.jpg) no-repeat;
	margin: 0 0 -1px 0;
}
