@charset "utf-8";
	
	
/*Header - Styles*/

.headerContainer {
	width: 980px;
	height: 170px;
	background-image:url(../images/headerBG.jpg);
	min-width: 980px;
	margin:0 0 0 0;	
}	
.headerLogo {
	width: 200px;
	height:100px;
	margin: 30px 0 0 30px;
	_margin-left:15px;
	float:left;
}		
.headerNav {
	width: 720px;
	height: 23px;
	float:left;
	margin: 110px 0 0 0;
	padding:0 0 0 0;
	text-align:right;
}	
.headerNav a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#002a54;
	text-decoration: none;
}	
.headerNav a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#002a54;
	text-decoration: none;	
}
.headerNav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#c8b18b;
	text-decoration: none;
}	
.headerNavDivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #c8b18b;
	text-decoration: none;	
	margin:0 4px 0 4px;
	_margin-left: 2px;	