*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
  background-image: url("images/bgr_body.jpg");
  background-repeat: repeat-x;
  background-color: #001e50;
}   
img{
	border: 0;
}
#header{
	width: 985px;
	height: 17px;
	padding: 10px 5px 0 0;
	margin: 0 auto;
	text-align: right;
	color: #57c7ec;
	font-size: 11px;
}
#header a{
	color: #57c7ec;
	text-decoration: none;
}
#header a:hover{
	color: #57c7ec;
	text-decoration: underline;
}
#main_flash{
	width: 990px;
	margin: 0 auto;
}
#promos{
	width: 990px;
	height: 132px;
	margin: 0 auto;

}
.p1{
	width: 339px;
	height: 132px;
	float: left;
	
}
.p2{
	width: 321px;
	height: 132px;
	float: left;
}
.p3{
	width: 330px;
	height: 132px;
	float: left;
}
.p2, .p3{
  background-image: url("images/bgr_promo_border.jpg");
  background-repeat: no-repeat;
}
.ttl{
	padding: 16px 0 0 0;
	text-align: center;
	font-size: 16px;
	color: #0564a5;
	font-weight: bold;
}
 .ttl{
	margin: 0 0 10px 0;
}
.p3txt{
	text-align: center;
	font-size: 12px;
	color: #052253;
	
}
.p3txt span{
	font-size: 16px;
	color: #059c45;
	font-weight: bold;
}
#footer{
	width: 990px;
	height: 205px;
	margin: 0 auto;
  background-image: url("images/bgr_footer.jpg");
  background-repeat: no-repeat;
}
.copyright{
  float: left; 
  width: 100%; 
  text-align: center; 
  padding: 30px 0 0 0px;	
  color: #ffffff;
  font-size: 11px;
}
.copyright a{
	color: #78fc8a;
	text-decoration: none;

}
.copyright a:hover{
	text-decoration: underline;
}
.addpad1{
	padding: 0 auto;
}
.addpad2{
	padding: 0 auto;
}
#bottom_links{
	width: 940px;
	height: 110px;
	margin: 0 auto;
	padding: 0 0 0 50px;
}
.bl_holder{
	float: left;
	margin: 0 10px 0 3px;
	width: 220px;
	padding: 20px 0 0 0;
	color: #57c7ec;
	font-size: 11px;
	text-align: left;
}
.bl_holder strong{
}
.bl_holder ul{
	list-style: none;
	padding: 0 0 0 5px;
	color: #446e94;
}
.bl_holder ul li ul{
	padding: 0 0 0 16px;
}
.bl_holder ul li a, .bl_holder a{
	color: #446e94;
	text-decoration: none;
}
.bl_holder ul li a:hover, .bl_holder a:hover{
	text-decoration: underline;
}