/* ================INSTRUCTIONS=================*/ 
/* By changing the classes below, you can add your own custom banner image and/or custom site title bar. In order for your changes to work though, you MUST include a reference in your HTML pages to both the universal CSS file and custom CSS file in that order.

Instructions are provided below for customizing these classes.

/* ================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.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
.banner { 
        background: url("http://cpg.cr.usgs.gov/graphics/header_greenpubs.gif") 178px 0px no-repeat; 
} 
DIV.bannerColorBand, DIV.banner { 
        background-color: #006633; 
} 
/* ================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.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 

Div.siteTitle, #pTitle { 
     background-color: #006633; 
     color: #ffffff; 
} 
/* =============STANDARD CONTENT===============*/ 
/* TO CHANGE THE TEXT SIZE OF THE CONTENT:
By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;". */
BODY {
	font-size: small;
}
TH, TD {
	font-size: small;
}
A:LINK {
 text-decoration: underline;
}
A:VISITED {
 text-decoration: underline;
}
A:HOVER {
 text-decoration: underline;
	color : green;
}

h1{
	color: #333333;
	font-weight: bold;
	font-size: 130%;
	margin-bottom : 6px;
	margin-top: 18px;
	font-style: normal;
	text-align: left;
}

h2{
	color:#226688;
	font-weight: bold;
	font-size: 105%;
	font-style : normal;
	clear: both;
}

h3{
	color:#226688;
	font-weight: bold;
	font-size: 100%;
	font-style : normal;
	clear: both;
}

.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
} 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	/*/*/
	padding: 4px;
	padding-right: 40px
	/*End hiding for this section in Netscape 4x*/
}
TD.footer {
	background-color:#666666;
}
A.footer:link {
	color: #FFFFFF;
}
A.footer:visited {
	color: #FFFFFF;
}
A.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.footer:active {
	color: #FFFFFF;
	text-decoration: none;
}