/* CSS Document */


#wrapper {
	margin: 0px auto 25px;
	width:950px;
	text-align:left;
	background-color: #fff;
	border-left: solid 2px #e4e4e4;
	border-right: solid 2px #e4e4e4;
}

#divhead {
	width: 100%;
	height: 97px;
	background-image:url(/images/header-bg.jpg);
	background-repeat:no-repeat;
}


#navbar {
	background: #000066;
	border-top: solid 2px white;
	border-bottom: solid 2px #e4e4e4;
	padding: 0px;
	margin: 0px;
}

#navbarul {
	list-style-type:none;	
	margin:0px;
	padding:0px 5px;
	text-align:right;
	height:28px;
}

#navbarul li {	
	display:inline;
	text-align:center;
	margin:0 0 0 -4px;
}


#navbarul li a:link, #navbarul li a:visited {
	display:inline-block;
	color: #F9F2F8;		
	padding:6px 20px 6px;
	font-weight:bold;
	text-decoration:none;
	border-right:solid 1px #666;
	text-transform:uppercase;	
}


#navbarul li a:hover, #navbarul li a:active, #navbarul li a:focus {
	background-color: #ffffff;
	color: #990000;
}


#navbarul li a.current:link, #navbarul li a.current:visited, #navbarul li a.current:hover, #navbarul li a.current:active {
	color: #990000;
	background-color: #ffffff;
}



#bottom {
	width: 100%;
	height: 25px;
	margin: 10px 0px;
	padding: 5px 0px;
	text-align:center;
	background:#E4E4E4;
	border-top: 2px solid #787878;
	border-bottom: 2px solid #787878;
}

#bottom a, #bottom a:visited {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

#bottom a:hover,#bottom a:active,#bottom a:focus {
	text-decoration:underline;
}

#copyrightdiv {
	width:100%;
	margin: 10px 0px;
	text-align:center;
	font-size:0.7em;
}


