body {
	width: 6.9in;
	background-color:white;
}

headerBack {
	display: none;
}

logo { 
	position:relative;
	top:0px;
	left:0px;	
}

#fwsBar {
	display:none;
}

#siteName {
	position:relative;
	height:auto;
	z-index:6;
	top: 0px;
	visibility: visible;
	padding-right: 0px;
	padding-left: 0px;
	left: 151px;
	text-indent: 0px;
	width: 5.3in;
	white-space:normal;
} 



#organizationName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	visibility: visible;
	position: relative;
	top: 0px;
	height:auto;
	z-index: 6;
	background: white; /*you can change this */
	margin: 0px;
	overflow:auto;
	left: 151px;
	width: 5.3in;
	border:0px;
}

.organizationText {
	padding: 0px;
}

#organizationName, #organizationName a {
	color: black; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or organization name to stand out.*/
	text-decoration: none;
}


#mainBody {
	position:relative;
	z-index:8;
	top: 40px;
	visibility: visible;
	padding-bottom: 0px;
	background-color: white;
	border-top: 1px solid black;
	padding:0px;
	padding-top: 15px;
	margin-top:20px;
}

#lastUpdated {
	border-top: 1px solid black;
	margin-top: 20px;
	padding-top: 15px;

}

#siteFooter, #lastUpdated, #siteContent {
	padding-left: 0px;
	padding-right: 0px;

}

#searchBar {
	display:none;
}

#serviceFooter {
	display: none;
}