#divHeader .top
{	
	height: 71px;
}
#divHeader .top img
{	
	float: left;
}
#divHeader .bottom
{
	background-image: url(../images/header_Bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 64px;
}
#divHeader .bottom .navBar
{
	background-image: url(../images/header_navBar.gif);	
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	width: 800px;
	position: relative;
	top: 20px;
	left: 15px;
	background-color: transparent;
	line-height: 32px;
}
#divHeader .bottom #HeaderLinks
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #002c77;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	float: left;
	background-color: Transparent;
	position: relative;
	left: 5px;
	top: 0px;
	height: 32px;
}
.docView #divHeader .bottom #HeaderLinks
{
	display: none;
}
#divHeader .bottom #HeaderLinks div.headerLink.menu
{
	_position: relative;
	_top: 8px;
}
#divHeader .bottom div.goBackLink
{
	display: none;
}
.docView #divHeader .bottom div.goBackLink
{
	display: block;
	float: left;
}
#divHeader .bottom #HeaderLinks div.headerLink
{
	float: left;
	padding: 0px 1px;
	text-align: center;
	margin: 0px auto;
	height: 32px;
	line-height: 32px;
}
#divHeader .bottom #HeaderLinks div.headerLink a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #002c77;
	text-transform: uppercase;
	line-height: 32px;
	text-decoration: none;
}
#divHeader .bottom #HeaderLinks div.headerLink a:hover
{
	color: #981e32;
	font-size: 14px;
}
#divHeader .bottom #HeaderLinks .headerSpacer
{
	width: 2px;
	height: 32px;
	float: left;
	/*background-image: url(../images/header_navDivider.gif);	
	background-position: center;
	background-repeat: no-repeat;*/
	padding: 0px 5px;
}
#divHeader .bottom #SearchBar
{
	line-height: 32px;
	float: right;
	padding-right: 15px;
	height: 21px;
	position: relative;
	top: 5px;
}
#divHeader .bottom #SearchBar input
{
	float: left;
	width: 160px;
}
#divHeader .bottom #SearchBar .button
{
	height: 21px;
	background-image: url(../images/header_searchBtnBG.gif);	
	background-position: center;
	background-repeat: repeat-x;
	float: left;
	line-height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
}
#divHeader .bottom #SearchBar .button a
{
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#divHeader .bottom #HeaderLinks .headerSpacer { padding: 0px 3px; }
}