body {
	background-color: White;
}

#top_banner a, #navlist, #bottom_logo, 
#address_box, #footer, .featureRight {
  display: none !important;
}

 
/*
#wide_col {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}*/

#container {
	position: absolute;
	top: -50px;
	left:-180px;
	width: auto;
	text-align: left;	
}

#wide_col h2 {
	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #164ea3;
    margin: 10px 9px 10px 9px;
    padding-left: 10px;
	}
	
	#wide_col h3 {
	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: Red;
    margin: 10px 9px 10px 9px;
    padding-left: 10px;
	}
	
	#wide_col p {
	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: Black;
    margin: 0px 9px 0px 9px;
    line-height: 13pt;
    text-align: left;
	padding-left: 10px;
	}
	
	#wide_col p a {
	color: Black;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
		}
		
	#wide_col li a {
	color: Black;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
		}