/* ================INSTRUCTIONS=================*/ 
/* By changing the classes below, you can add your own custom styles for various areas of the header. In order for your changes to work though, you MUST include a reference in your HTML pages to both the common 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" 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: #000000 url(../images/pockbanner.jpg) 178px 0px no-repeat; 

}  
#usgstitle { 
    background-color: #000000; 
    color: #ffffff;
}

body {
	font-size: small;
	line-height: 1.4em; 
	background-color: #ffffff;
}
th, td {
	font-size: small;
}


.titleheading {font-size: 20 px; color: #ffffff;}
H1,H2,H3,H4,H5,H6{font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
H1 { font-size : 20px; }

H2 { font-size : 18px}

H3 { font-size : 16px}
H4 { font-size : 14px}

.sidebar {background-color:#767676;  font-weight : bold ;  
   font-size : 12px; text-decoration:none;}
.sidebarlt {background-color: #000000; font-weight : bold ;  
   font-size : 12px; text-decoration:none;}
.dk {color:#ffffff}
A.navig:visited{ color: #ffffff;  text-decoration: none; }
A.navig:link{ color: #ffffff; text-decoration: none; }
A.navig:active{ color: yellow; text-decoration: none; }
A.navig:hover{ color: #ffffff; text-decoration: underline; }

.main {font-size : 12px; color : #333333; font-family : Verdana, Arial, Helvetica, sans-serif}
.smallest { font-size : 10px}
.caption {font-size:10px;  color : #333333; font-family : Verdana, Arial, Helvetica, sans-serif }

.smallheading {
font-size : 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none; font-weight:bold; 
}

/* font size for superscript text */
.supsize {font-size: xx-small}
