/* CSS Document */
body{
	background:#3a5b91 url(/images/body_bg.gif) top repeat-x fixed;
}
body, table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bodyDiv{
	text-align:center;
}
#logoDiv{
	text-align:center;
	margin:0px; padding:0px;
}
#navDiv, #navDiv table{
	width:780px;
}
#navDiv{
	margin:2px auto 2px auto;
}
#navDiv table a{
	display:block;
	margin:0px; padding:0px;
}
#contDiv1{
	margin:0px auto 0px auto;
	width:775px;
	background:#FFF url(/images/cont_top.gif) top center no-repeat;
}
#contDiv2{
	width:775px;
	background:url(/images/cont_bottom.gif) bottom center no-repeat;
}
#contDiv{
	/*padding:10px;*/
	padding:5px 10px 0px 10px;
}
.sideBorders{
	border-left:1px solid black;
	border-right:1px solid black;
}
#footTab{
	font-size:10px;
	color:#FFF;
	text-align:center;
	margin-top:5px;
}
#footTab a{
	color:#FFCC33;
	font-size:10px;
}
#footTab a:hover{
	color:#FF9900;
}
#statesDiv{
	width:750px;
	color:#FFF;
	margin-top:20px;
}
#statesDiv a{
	text-decoration:none;
	color:#CCC;
	font-size:11px;
}
#statesDiv a:hover{
	color:#ffcc33;
}

