body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background: #E7E3E7
	}
#topback {
	background: #9CAADE;
	padding-top:10px;
	padding-left: 50px;
	}	
#header, #main, #footer{
	width:810px;
	background: #4271D6;
	margin-left: 50px;
	}
#header{
	margin-left:0px;
	}
#middleback {
	background: #E7E3E7;
	}	
#content{
	background: #4271d6;
	padding: 10px;
	padding-top:5px;
	}
#spacer{
	padding:5px;
	background:#FFF;
	}
#footer{
	background: #00246B;
	}
#navcontainer {
	background: #00246B;
	height: 25px;
	}	
#nav, #nav ul{ /*controls the items in the 1st level of the menu, the part that is always visible*/
	padding: 5px;
	margin: 0px;
	margin-left: 20px;
	list-style-type: none;
	font-size: 14px;
	color: #FFF;
	}
#nav li { /* all list items */
	float:left;
	margin-right:40px;/* sets the amount of space between two menu items */
	}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	}	
#nav li a:hover{
	color: #FFD600;
	}	
#nav li ul { /* second-level lists */
	position: absolute;
	line-height: 20px;
	background: #6B8AD6;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}	
#nav li ul li {
    margin-right:0px;
    padding-right: 10px;
    float:none;
    }
#nav li:hover ul, #nav li.sfhover ul, #nav li ul a{ /* lists nested under hovered list items */
	left: auto;
	margin-left: 0px;
	padding-right:0px;
	}
.main{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	}
#news{
	padding: 10px;
	font-size: 12px; 
	}
table .news{
	border: 1px solid #00246B;
	}
.newstitle{
	font-size: 14px;
	margin-top:10px;
	margin-bottom:7px;
	}
.newsbody{
	line-height: 16px;
	margin-top:10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted rgb(27,20,100);	
	}
.noborder{
	border-bottom:0px;
	}
#admin{
	font-size: 12px;
	padding: 5px;
	}
#admin tr.odd td{
	background: rgb(200,200,200);
	}
#imageform {
	position:absolute;
	top:990px;
	left:75px;
	width:760px;
	height: 140px;
	border:1px solid rgb(27,20,100);
	}	
* html #imageform { /*hack to make IE happy -- pushes the ajax image form below the content form*/
	top:1040px;
	}


