*.* {
background-color: white;
}

html{
padding-top: 15px;
}

html, body, table, #main_content, #wrapper{
    background-color: white;
    background-image: none;
	color: #414042;
	font: 14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	line-height: 21px;
	padding: 0; 
	margin: 0;
}

#right_frame, #map, #header, #footer, #bread_crumbs, #big_img_container, #contentMenu, #options_bar{
display: none;
}

#wrapper{
width: 100%;
}

#home_html{
width: 100%;
display: block;
background-color: white;
}

h1, h2, h3 {
margin-bottom: 10px;
  color: #005496;
}

#pageTitle{
position: absolute;
left: -130px;
width: 100%;
}

#pageTitle h1{
font-size: 25px;
margin: 0px;
padding: 0px;
}

#pageTitle h3{
display: none;
}


