html {
	min-height: 100%;
	margin-bottom: 1px;
}
#Harris {
	margin: 0px;
	padding: 0px;
	background-color: #E4E4E4;
	color: #333333;
	font: 70% Verdana, Arial, Helvetica, sans-serif
}
#BodyWrapper{
	margin: auto;
	width: 977px;
}

/*TOP NAVIGATION AND FOOTER LINKS*/
#TopSiteNav, #FooterSiteNav{
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#TopSiteNav li, #FooterSiteNav li{
	display: inline;
	color: #666666;
}
#TopSiteNav li a:link, #TopSiteNav li a:visited, #TopSiteNav li a:active, #FooterSiteNav li a:link, #FooterSiteNav li a:visited, #FooterSiteNav li a:active {
	font-size: 80%;
	display: inline;
	text-decoration: none;
	color: #666666;
	padding: 0px 5px 0px 5px;
}
#TopSiteNav li a:hover, #FooterSiteNav li a:hover{
	display: inline;
	text-decoration: none;
	color: #e20304;
}


/*PAGE HEADER*/
#PageHeader{
	height: 75px;
	width: 977px;
	background: url(wrapper/header.gif) no-repeat;
	border: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	text-align: right;
	position: relative;
}
#HarrisLogo{
	width: 150px;
	height: 41px;
	margin: 20px 0px 0px 20px; 
	border: 0px;
	float: left;
	background: url('wrapper/harris.gif') no-repeat;
	text-decoration: none;
}
#SearchHarris{
	position: absolute;
	top: 30px;
	left: 745px;
}
#SearchHarris #submit{
	position: absolute;
	top: 3px;
	right: -20px;
}

/*PAGE FOOTER*/
#PageFooter{
	background: #ffffff url('wrapper/PageFooter.gif') repeat-x left bottom;
	position: relative;
	height: 5px;
	margin: 0px 5px;
	clear: both; 
}
#PageFooter_BL{
	background: url(wrapper/PageFooter_BL.png) no-repeat right bottom;
	_background: url(wrapper/PageFooter_BL.gif) no-repeat right bottom;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -5px;
	bottom: 0px; 
}
#PageFooter_BR{
	background: url(wrapper/PageFooter_BR.png) no-repeat right bottom;
	_background: url(wrapper/PageFooter_BR.gif) no-repeat right bottom;
	width: 19px;
	height: 19px;
	position: absolute;
	right: -5px;
	bottom: 0px; 
}




