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

body {
	margin-top: 0px;
	background-image: url(images/page_bg_image.gif);
	background-repeat: repeat;
	background-position: center top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	line-height: 16px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header_image.gif);
	height: 128px;
	width: 900px;
	background-repeat: no-repeat;
}
#nav_bar {
	height: 30px;
	width: 900px;
}
#slideshow_div {
	height: 315px;
	width: 900px;
}
#content_container {
	background-image: url(images/content_container_bg.gif);
	background-repeat: repeat-x;
	height: 365px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 9px;
}
#left_col_container {
	float: left;
	height: 340px;
	width: 265px;
	margin-left: 25px;
}
#left_col_container_header {
	height: 30px;
	width: 265px;
	margin-top: 13px;
	margin-bottom: 20px;
}
#left_col_content {
	height: 290px;
	width: 245px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#center_col_container {
	float: left;
	height: 340px;
	width: 265px;
	margin-left: 27px;
}
#center_col_container_header {
	height: 30px;
	width: 265px;
	margin-top: 13px;
	margin-bottom: 20px;
}
#center_col_content {
	height: 290px;
	width: 245px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#right_col_container {
	float: left;
	height: 340px;
	width: 265px;
	margin-left: 27px;
}
#right_col_container_header {
	height: 30px;
	width: 265px;
	margin-top: 13px;
	margin-bottom: 20px;
}
#right_col_content {
	height: 290px;
	width: 245px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#subs_content_container {
	float: left;
	height: auto;
	width: 555px;
	margin-left: 25px;
}
#subs_content_container_header {
	height: 30px;
	width: 555px;
	margin-top: 13px;
	margin-bottom: 20px;
}
#subs_content {
	height: 290px;
	width: 535px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#subs_right_col_container {
	float: left;
	height: 340px;
	width: 265px;
	margin-left: 27px;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#clrfloat {
	clear: both;
}
#footer {
	background-image: url(images/footer_bg.gif);
	height: 57px;
	width: 900px;
	text-align: center;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 10px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a:link {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF2A14;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF2A14;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF2A14;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D79420;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: underline;
}
#logo_container {
	height: 228px;
	width: 228px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#content_container2 {
	height: 365px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 9px;
	text-align: center;
}
#content_container2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}

