/* =====================================================*/
/* ================CUSTOMIZEABLE AREA=================*/
/* =====================================================*/
/* The banner and siteTitle classes can be used, as is, below. If you
   would like to customize theses area, you can do so by downloading
   the custom CSS file and modifying their properties in that file. 
*/
.banner {
	background-image: url("http://cpg.cr.usgs.gov/graphics/header_greenpubs.gif");
}
.siteTitle {
	background-color: #006666;
}
/* =====================================================*/
/* =============END CUSTOMIZEABLE AREA===============*/
/* =====================================================*/
/* CSS for the top leven navigation bar for major areas of the site. */
.chln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.chln:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.chln:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
A.chln:link {
	font-size: 11px;
	color: #FFFFFF;
}
A.chln:visited {
	font-size: 11px;
	color: #FFFFFF;
}
/*<!--Page Property Styles-->*/
p {
  line height: 1.3em;
  margin: .5em}
/*<!--Unordered List-->*/
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px}
/*<!--Ordered List-->*/
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em}
/*<!--Recent Adobe Reader Advisory-->*/
.apdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .8em;
  	line height: 1.3em;
	padding: 5px}
/*<!--Page Sub-Text-->*/
.pagesubtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bolder;
	padding: 5px}
/*<!--Publication Date-->*/
.pubdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: oblique;
 	margin: .5em}
/*<!--Additional Author Information-->*/
.authinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 5px}
.authadds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 5px}
/*<!--Indent First Line-->*/
.textindent { text-indent: 2em; margin-top: 0; margin-bottom: 0; margin-left: .5em}
/*<!--Hanging Indent for References-->*/
.reference {
	font-size: .9em;
	text-indent: -3em;
	list-style-type: none;
	margin-right: 3em;
	margin-left: 3.9em;
	margin-bottom: .5em}
/*<!--Indent for Glossary-->*/
.glossary {
	margin-right: 5em;
	margin-left: 5em}
/*<!--List of Downloadable Files-->*/
.fileslist {
	width: 90%;
	margin-left: 2.9em;
	font-size: .9em;
  	line height: 1.3em;
	vertical-align: baseline;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: thin;
	border-bottom-color: #996633;
	background-color:#FFFFCC
}
.underTRline {
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: thin}
TABLE.dwnsgst {
	background: #FFFFCC;
	border-collapse: collapse;
}
.dwnsgst TH {
	text-align: left;
	background: #993300;
	color: #FFFFFF;}