
/* ================BANNER=======================*/  
/* TO DISPLAY A CUSTOM BANNER IMAGE: 
If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.

TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE): 
If you would rather display a color instead of a banner image, change the "background: url" to point to "" and set the "background-color" to whatever color you wish to display. */
.banner { 
        background: url("/images/header_greenpubs.gif") 178px 0px no-repeat; 
} 
DIV.bannerColorBand, DIV.banner { 
        background-color: #004499; 
} 
/* ================SITE TITLE===================*/ 
/* TO DISPLAY A CUSTOM SITE TITLE BAR: 
The .siteTitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color. */

Div.siteTitle, #pTitle { 
     background-color: #004499; 
     color: #ffffff; 
} 

.picleft {
	float: left;
	margin-right: 15px;
}

.picright {
	float: right;
	margin-left: 15px;
}

h1{
	color: #333333;
	font-weight: bold;
	font-size: 130%;
	margin-bottom : 6px;
	margin-top: 18px;
	font-style: normal;
	text-align: left;
}

h2{
	color:#003399;
	font-weight: bold;
	font-size: 110%;
	font-style : normal;
	clear: both;
}

h3{
	color:#226688;
	font-weight: bold;
	font-size: 100%;
	font-style : normal;
	clear: both;
}

.bluebold {
	color: #004499;
	font-weight: bold;
	font-size: 120%;
}

.bluebold {
	color: #004499;
	font-weight: bold;
	font-size: 120%;
}

.indent0{
        margin-left: .5em;  text-indent: -5em;  margin-top: .10em; margin-bottom: 0em
}            
.indent1{
        margin-left: 3em; text-indent: -1em; margin-top: .10em; margin-bottom: 0em
}     
.indent2{
        margin-left: 6em; text-indent: -2em; margin-top: 0.1em; margin-bottom: 0em
}  
.indent3{
        margin-left: 9em; text-indent: -3em; margin-top: 0.1em; margin-bottom: 0em
}     .indent4{
        margin-left: 12em; text-indent: -4em; margin-top: .10em; margin-bottom: 0em
} 
.indent5{
        margin-left: 15em; text-indent: -5em; margin-top: .10em; margin-bottom: 0em
} 
