/* CSS Document */
body{
	background-color:#8eaec5; margin:0px; font-family:"Times New Roman", Times, serif; color:#002c57;
}
#main{
	width:784px; margin:auto;
}
.mainav{
	background:url(../images/mainav_bg.jpg) no-repeat; height:24px; font-size:13px; font-weight:bold; text-align:justify; padding-top:22px;
}
.mainav a{
	color:#002c57; text-decoration:none;
}
.mainav a:hover {color:#fff;}
.content{
	background:url(../images/content_bg.gif) repeat-y; font-size:14px; text-align:justify; padding:15px 15px 5px 20px; line-height:18px;
}
.btmarc{
	background:url(../images/btm_arc.gif) no-repeat; height:23px;
}


