/* ================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/resist_banner.jpg) 178px 0px no-repeat; 

}  
#usgstitle { 
    background-color: #000000; 
    color: #ffffff;
}

BLOCKQUOTE{
   margin-right : .5 ;  
   margin-left : .5 ;  
}
.larger{
   font-size : 14px ;  
   }
.medium{
   font-size : 12px ;  
}
.small{
   font-size :  11px;   
  }
.smaller{
   font-size : 11px; 
}
.smallest { font-size : 11px; }

.sup{ font-size : 11px; }
 .underline {text-decoration:underline}
.noline {text-decoration:none}

.smallheading {
font-size : 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none; font-weight:bold; 
}

/* sets the font size to a smaller size for figure captions */
.caption { font-size : 10px; }
/* adds a thin gray border around figure insets */
.insetborder { border: 1px solid rgb(153, 153, 153); }
/* adds formatting for figures in the list of figures page */
.figlistborder { 
   border: 1px solid rgb(153, 153, 153);
   padding: 3px;
}
#nav_bar {  font-size: 80%; color: white; }
#nav_bar a:link{ color: white; text-decoration: none; display: block; }
#nav_bar a:visited{ color: white; text-decoration: none; display: block; }
#nav_bar a:hover{ color: white; text-decoration: underline; display: block; }
#nav_bar a:active{ color: white; text-decoration: none; display: block; }
#nav_bar ul{ font-size: 90%; margin: 0; padding: 5px 0 0 10px; list-style-type: none; }
#nav_bar li{ padding-bottom: 7px; }
#nav_bar table { background-color:#767676; }

.padding { margin: 15px; }

body#home a#navig_home,
body#figures a#navig_figures,
body#conversion a#navig_conversion,
body#acronyms a#navig_acronyms,
body#glossary a#navig_glossary,
body#abstract a#navig_abstract,
body#intro a#navig_intro,
body#methods a#navig_methods,
body#prof_prev a#navig_profprev,
body#resistprev_may50m a#navig_resistprevmay,
body#resistprev_sept15m a#navig_resistprevsept,
body#resistprev_sept15ma a#navig_resistprevsept_a,
body#resistprev_sept15mb a#navig_resistprevsept_b,
body#resistprev_sept15mc a#navig_resistprevsept_c,
body#resistprev_sept15md a#navig_resistprevsept_d,
body#summary a#navig_summary,
body#catalog a#navig_catalog,
body#ack a#navig_acks,
body#ref a#navig_ref
 {
	color: yellow; font-style:italic; 
}

/* sets formatting of conversion table */
.convert {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.convert div {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* data table background cell colors */
.bg_brown1 {background-color:#E0E0C2}
.bg_brown2 {background-color:#C0B9A0}
.bg_blue {background-color:#CEE7FF}
.bg_yellow {background-color:#FFFFCC}
.bg_green1 {background-color:#C2DEBC}
.bg_green2 {background-color:#C9DCD6}
.bg_green3 {background-color:#9FC1B7}
.bg_green4 {background-color:#639887}
.bg_grey {background-color:#CCCCCC}