﻿/* HEADER */
#header {
	width:1000px;
	height: 206px;
	padding:0px;
	MARGIN: auto;
	color:#FFF;
	clear:left;
	background:url(/images/header1.jpg) no-repeat 0 0;	
}
/* END HEADER */

/* NAV */
#body-content { 
	width:1000px;
	padding:0px;
	MARGIN-BOTTOM: 15px;
	clear:left;
	background-color:#FFF;
}

#navigation 
{
	WIDTH: 1000px;
	HEIGHT: 30px;
	padding-top: 13px;
	background-color: #00ABD7;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	font-family: Arial, Helvetica, "News Gothic MT", "Trebuchet MS", sans-serif;
}
#navlist {padding: 0; margin: 0; list-style-type: none;}

#navlist li {
margin: 0;
padding: 0;
color: #fff; 
display: inline;
}

.seperator {padding: 0px 8px 0px 8px;}

#navlist a, #navlist a:link, #navlist a:visited, #navlist a:active {color: #FFF; text-decoration: none; font-weight: bold;}

#navlist a:hover {color: #097894; text-decoration: underline; font-weight: bold;}


#navlist li #selected a, #navlist li #selected a
{
color: #85d2ec;
font-weight: bold;
}
