#headerTop {
	background-color: #223a68;
	height: 18px;
	text-align: center;
}
#headerTop h1 {
	color: #b2baca;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	display: inline;
	font-weight:normal;
}
#header {
	background: #35528c url('../images/harBannerBGPub.jpg') repeat-x;
	height:102px;
	margin: 0px;
}
#headerContent {
	width: 1000px;
	height: 102px;
	position: relative;
	margin: 0px auto;
}
#headerLogo {
	position: absolute;
	top: 24px;
	left: 8px;
	height: 55px;
}
#logIn {
	position: absolute;
	top: 18px;
	right: 8px;
	text-align: right;
	color: #b2baca;
	width: 336px;
}
#logIn .element {
	float:left;
	font-weight:bold;
	text-align: left;
}
#logIn input {
	border-color:#1D2A5B;
	margin:0;
	padding:3px 3px 5px 3px;
	width:120px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	background-color: #e4edfe;
}
#logIn .formBtn {
	width:auto;
	padding:0;
}
#logIn a { text-decoration:none;color:#b2baca; }
#logIn a:link { text-decoration:none;color:#b2baca; }
#logIn a:visited { text-decoration:none;color:#b2baca; }
#logIn a:active { text-decoration:none;color: #b2baca; }
#logIn a:hover { text-decoration:underline;color: #b2baca; }


/* main horizontal nav */
#mainNav {
	background: #394c73;
	color: white;
	height: 34px;
	line-height: 34px;
}
#mainNavContent {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}
#headerMessage {
	font-family: Tahoma; 
	font-size:11px; 
	position: absolute; 
	right: 2px; 
	bottom: 2px; 
	color: white; 
	font-variant: small-caps;
	z-index: 100;
}
#headerMessageBar {
	height:23px;
	width: 390px;
	position: absolute; 
	right: 0px; 
	bottom: 0px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background: #223a68;
}

