body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #4172AD;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(/Images/website_assets/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body.interior {
	background-image: url(/Images/website_assets/body_bg_interior.jpg);
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #004A91;
	font-weight: normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
a{
	color:#004A91;
	text-decoration:underline;
}
a:hover{
	color:#004A91;
	text-decoration:none;
}
.image{
	margin: 10px;
	padding: 2px;
	border: 1px solid #999999;
}
.top {
	background-image: url(/Images/website_assets/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:180px;
}
.nav {
	background-image: url(/Images/website_assets/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:44px;
}
.flash {
	background-image: url(/Images/website_assets/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:293px;
}
.content_top {
	background-image: url(/Images/website_assets/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:900px;
	height:20px;
	margin:0 auto;
	background-color:#FFFFFF;
}
.content {
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF; 
}
.content_left{
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 10px;
}

.content_right{
	background-color:#F6F6F6;
	padding-left:20px;
	padding-right:20px;
	background-image: url(/Images/website_assets/content_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
.content_right_module{
	/*height: 108px;*/
	background-image: url(/Images/website_assets/content_right_module_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px;
	font-size: 12px;
	
}
.content_right_module .join{
	width:207px;
	font:12px;
	color:#999999;
	margin-bottom:2px;
	display:block;
}
.content_right_module .join_button{
	background-image: url(/Images/website_assets/btn_submit.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 101px;
	border:0px;
}
.content_right_module .join_button:hover{
cursor:auto;
cursor:pointer;
}
.submit{
	background-image: url(/Images/website_assets/btn_submit.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 101px;
	border:0px;
}
.submit:hover{
cursor:auto;
cursor:pointer;
}
.news_item {
	margin-bottom: 10px;
	margin-top: 10px;
}
.news_item a{
	color:#C8241A;
	text-decoration:none;
	font-weight:bold;
}
.news_item a:hover{
	color:#C8241A;
	text-decoration:underline;
	font-weight:bold;
}

.footer {
	background-image: url(/Images/website_assets/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:138px;
	font-size:12px;
	color:#ffffff;
	padding-top:14px;
	
}
.footer a{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover{
	font-size:12px;
	color:#ffffff;
	text-decoration: underline;
}
#ctl00_ContentPlaceHolder1_RssFeed1{ float:right; margin-bottom:20px; margin-left:20px; font-weight:bold; font-size:11px;}