html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;  /*centers the content containers on the page */
	background: #fff;
	}
	
.search { 
	display: none; 
	}
		
#fhwaheader,
#breadcrumb, 
#fhwafooter, 
#moddate, 
#hephead,
#hepfoot, 
#prefooter, 
.docnav {
	display:none!important;
}

#wrapper { 
	background-image : none!important; 
	}
	
div#pagecontents {
margin-top:-5px!important;
  width: 80%;
  margin-left: 19%;
}

