body {
	background-color: #517093;	/* you can change this. */
}


#fwsBar {
	/*background-image: url('https://www.fws.gov/home/usfws_bar.gif');  to change background color, you must change this link to a an usfws_bar graphic in your directory. See the National Web Manager if you need this graphic */
} 


#siteName {
	font-size: 38px;
	color: #000000;
}


#searchBar {
	border-bottom-color: #000000; /*you can change this. It should agree with border top color */
	border-top-color: #000000; /* you can change this. It should agree with border bottom color */
	background-color: #23427A; /*you can change this*/
	background-image:url(../images/searchbar_bg.png);
	background-position:top;
}


#organizationName {
	border-bottom-color: #000000; /* you can change this. It should be darker than the background color. */
	background: #b59147; /*you can change this. Was 6489AE It should be lighter than the fws bar but still dark enough for the region or organization name to stand out.*/
}


#mainBody {
	background-color: white; /* you can change this. It should be very pale to ensure good contrast with page content. */
}

.icon4 {
	display: none; /* you can change this. Change display to "block" to reveal this icon */
} 


.icon5 {
	display: none; /* you can change this. Change display to "block" to reveal this icon */
} 


.icon6 {
	display: none; /* you can change this. Change display to "block" to reveal this icon */
} 


.icon7 {
	display: none; /* you can change this. Change display to "block" to reveal this icon */
}
.captionedImage{
	padding:2px 5px;
}
.captionedImage p{
	text-align:center; 
	font-style:italic; 
	font-size:smaller;
	padding:2px 0 0; margin:0;
}