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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Geneva, Sans-serif;
	font-size: 11px;
	color: #333;
	background-color:#E8E8E8;
}

h1 {
	font-family: Geneva, sans-serif; 
	font-size: 15px;
	font-weight:normal;
}

p {
	padding-top: 20px;
	font-size: 12px;
	line-height: 18px;
}

#site_holder {
	width: 925px;
	margin: auto;
	padding-top: 5px;
}

#header {
	width: 925px;
	height: 235px;
	background-image: url("../graphics/header.png");
}

#content_holder {
	padding: 0px;
	margin: 0px;
	width: 925px;
	background-image: url("../graphics/content_holder_background.png");
	background-repeat: repeat-y;
}

#menu_holder {
	width: 184px;
	height: 300px;
	padding-left: 12px;
	padding-top: 40px;
	float:left;
}

#main_content_holder {
	width: 660px;
	padding-left:35px;
	padding-top: 20px;
	float:left;
}

#main_content_text {
	width: 380px;
	float: left;
}

#main_content_text_no_news {
	width: 640px;
	float: left;
}

#main_content_text_no_news h2 {
	font-size: 12px;
	padding-top: 25px;
}

#main_content_text_no_news p {
	padding-top: 20	px;
}

#main_content_text_no_news pnews {
	padding-top: 10px;
	font-size: 12px;
}

#main_content_text_no_news a, a:visited {
	font-size: 12px;
	padding: 0px;
}

#main_content_text_no_news h3 {
	color:#BF1E2D;
	padding-top: 25px;
}

#main_content_text_no_news a, a:visited {
	color:#BF1E2D;
}

#news_bar {
	width: 280px;
	float:right;
}

#news_bar_top {
	height:48px;
	background-image: url("../graphics/news_bar_top.png");
}

#news_bar_content {
background-image: url("../graphics/news_bar_content.png");
}

#news_bar_content h2, {
	font-size: 11px;
	padding-left: 55px;
	padding-top: 25px;
	font-weight: bold;
	color:#BF1E2D;
}

#news_bar_content a, a:visited {
	font-size: 11px;
	padding-left: 55px;
	padding-top: 25px;
	font-weight: bold;
	color:#BF1E2D;
}

#news_bar_content p {
	font-size: 11px;
	padding-left: 55px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 15px;
}

#news_bar_footer {
	height: 48px;
background-image: url("../graphics/news_bar_footer.png");

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
#footer {
	width: 925px;
	height: 132px;
	background-image: url("../graphics/footer.png");
}

#footer_policies {
	margin: 0px;
	width: 140px;
	float: right;
	padding-left: 0px;
	padding-right: 60px;
	padding-top: 58px;
}

#footer_policies a, a:visited {
	color:#000;
	text-decoration: none;
	font-size: 9px;
	padding: 0px;
	font-weight: normal;
}

#footer_policies a:hover {
	color:#000;
	text-decoration: underline;
	font-size: 9px;
	padding: 0px;
	font-weight: normal;
}

#footer_nav {
	margin: 0px;
	width: 655px;
	float: left;
	padding-left:60px;
	padding-right: 0px;
	padding-top: 58px;
}

#footer_nav a, a:visited {
	color:#000;
	text-decoration: none;
	font-size: 9px;
	padding: 0px;
	font-weight: normal;
}

#footer_nav a:hover {
	color:#000;
	text-decoration: underline;
	font-size: 9px;
	padding: 0px;
	font-weight: normal;
}
