/* 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" portion to point to "" and set the background color (#006633) to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #006633, #063) or HTML color names (i.e. - "black"). */ 
#usgscolorband { 
	background: #006633 178px 0px no-repeat; 
} 
/* ================SITE TITLE===================*/ 
/* TO DISPLAY A CUSTOM SITE TITLE BAR: 
The #usgstitle 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"). */ 
#usgstitle { 
    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;
}
.abstract {
   text-indent: 2em;
   margin-top: .10em; margin-bottom: 0em; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 1em
}

.indent0  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-top: 0em;
}
.indent1  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-indent: -2.5em;
margin-bottom: 0em;
margin-left: 5em;
margin-top: 0em;
}
.indent2  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-indent: -2.5em;
margin-bottom: 0em;
margin-left:7.5em;
margin-top: 0em;
}
.indent3  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-indent: -2.5em;
margin-bottom: 0em;
margin-left: 9em;
margin-top: 0em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	text-align: left;
	font-style: normal;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	text-transform: none;
	text-align: left;
	font-style: normal;
	font-weight: bold;
    }
	
h3 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.25em; 
     text-transform: capitalize; 
     text-align: left;
       
     }
	   
h4 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.2em;  
	 font-variant: normal; 
	 font-weight: bold
	}
	
h5	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold
	}
	
h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold
}

.c1 {
	font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}