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

body {
	background-image: url(../images/backgrd.jpg);
	margin: 0 0 0 0;
	
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #A62D2C;
	text-decoration: none;
}
a:active {
	color: #000033;
	text-decoration: none;
}

#main_window {
	width:1010px;
	margin: 0 auto;

}

#top_spacer_left {
	width: 8px;
	height: 154px;
	float: left;
}
#top_header {
	width: 994px;
	height: 154px;
	float: left;

}

#top_spacer_right {
	width: 8px;
	height: 154px;
	float: left;
}

#links_left {
	width: 8px;
	height: 39px;
	float:left;

}

#links {
	width: 994px;
	height: 39px;
	float: left;

}

#links_right {
	width: 8px;
	height:39px;
	float: left;

}

#cta_left {
	width: 8px;
	height: 175px;
	float:left;
	background-image:url(../images/backgrd_body_left.png);
	
}

#main_cta {
	width: 994px;
	height: 175px;
	float: left;
	
}

#cta_right {
	width: 8px;
	height: 175px;
	float: left;
	background-image:url(../images/backgrd_body_right.png);
}

#body_left {
	width: 8px;
	height: 150px;
	background-image:url(../images/backgrd_body_left.png);
	float: left;

}

#content {
	width: 994px;
	height:100%;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	}

#body_content_left {
	width: 670px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#FFFFFF;

}

.header_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#660000;
}

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;

}

.sub_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;

}
.sub_title_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#660000;
	font-weight:bold;

}



#body_content_right {
	width: 264px;
	float: left;
	background-color:#FFFFFF;
	text-align:center;

}
	
#body_right {
	width: 8px;
	height: 150px;
	float: left;
	background-image:url(../images/backgrd_body_right.png);

}

#pre_footer_left {
	width: 8px;
	float:left;
}

#pre_footer {
	width: 994px;
	height: 14px;
	float:left;
}


#pre_footer_right {
	width: 8px;
	float:left;
}


#footer {
	width: 995px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin:15px;
	line-height:15px;
}
	





