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

body{
	background: #0a0a3b url(../images/bkg_01.jpg) top center repeat-x;
	margin:0;
	padding:0;
	text-align:center;}

#wrapper{
	width:930px;
	text-align:left;
	margin: auto;
	padding:0;}
	
#banner{
	background:url(../images/home_01.jpg) top center no-repeat;
	width:350px;
	height:89px;
	padding:20px 0px 0px 580px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}

#menu{
	width:930px;
	height:51px;}

#container1{
	width:930px;
	float:left;
	padding:5px 20px 0px 19px;
	text-align:left;
	}

#container2{
	width:871px;
	background-color:#FFF;
	padding:10px;
	float:left;
}
	
#right-col{
	width:250px;
	float:right;
	margin-top:10px;}

#left-col{
	margin-top:10px;
	width:611px;
	float:left;}
	
#single-col{
	margin-top:10px;
	width:100%}
	
#photo{
	width:871px;
	height:265px;}

#whitebox{
	width:891px;
	background-color:#FFF;
	margin:0px 0px 8px 16px;
	height:20px;}

#footer{
	border-left:3px solid #46466b;
	border-bottom:3px solid #46466b;
	border-right:3px solid #46466b;
	width:924px;
	padding-bottom:8px;
	color:#FFF;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	clear:both;}
	
#lownav{
	text-align:center;}
	
#lowtext{
	width:890px;
	text-align:left;
	margin: 0 15px 0 25px}

#areas{
	width:930px;
	text-align:center;
	color: #999;
	font-size:.6em;
	font-family:Arial, Helvetica, sans-serif}
	
/*---------TEXT FORMATTING----------------*/

#footer a{
	color:#FFF;
	text-decoration:none;}
	
.subhead-reversed{
	font-family:"Times New Roman", Times, serif;
	font-size:45px;
	}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#336;
	}
	
.heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#900;
	}
	
#left-col p, #single-col p, #right-col p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;}
	
#left-col ul, #single-col ul, #right-col ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;}
	
#left-col ul li, #single-col ul li, #right-col ul li{
	margin-bottom: 10px;}
	
#left-col a, #single-col a, #right-col a{
	color: #660000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}

#lowtext a {
	color: #F00;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	}

#tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	}

