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

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #a21d43;
	text-decoration: none;
}

a:hover {
	color: #a21d43;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

#header_bar {
	background-image: url("../images/header_bg.gif");
	border-bottom: 2px solid #fff;
}

#header_holder {
	height: 150px;
	width: 950px;
	margin: 0 auto;
}

#header_holder .left {
	padding-top: 15px;
	float: left;
	width: 456px;
	height: 135px;
}
#header_holder .right {
	float: right;
	width: 494px;
	height: 150px;
}

#nav_bar {
	height: 40px;
	background-color: #eef1e3;
	border-bottom: 2px solid #fff;
}

#nav_holder {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	background-color: #dde2c6;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#content_holder {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#footer_bar {
	background-color: #eef1e3;
	border-bottom: 2px solid #fff;
}

#footer_holder {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #809a33;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	background-color: #dde2c6;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.footer_divider img {
	padding: 3px 8px 3px 8px;
}

#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/subnav/background.gif);
	background-repeat: repeat-y;	
}

#subnav a {
	display: block;
	width: 215px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	color: #809a33;
	text-decoration: none;
}
#subnav a:hover {
	color: #fff;
	background: #cfdfe7;
}

#subnav a.noclass {
	width: auto;
	height: auto;
	padding: none;
	text-decoration: none;
}
#subnav a.noclass:hover {
	color: #fff;
	background: none;
}

#subnav .news {
	display: block;
	width: 209px;
	line-height: 16px;
	padding: 6px 6px 6px 15px;
	color: #809a33;
	text-decoration: none;
}

#subnav .news_title {
	font-size: 14px;
	font-weight: bold;
}

#subnav .news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}