body { 
 	background-color: #FFFFFF ; 
 	color: #000000 ;  
 	font-family: verdana, arial, 'sans serif'; 
 	font-size: 11pt;
}

div.hidden {
	background-color: #FFFFFF ;
	color: #FFFFFF ;
}

p.content {
 margin-left: 5%;
 margin-right: 5%;
}

div.content {
 background-color: #FFFFFF ; 
 margin-left: 5%;
 margin-right: 5%;
}

div.boxy {
 background-color: #DDDDDD ;
}

div.content h3 {
 margin-left: -3%;
}

h1,h2,h3,h4 { font-family: verdana, arial, 'sans serif';}
h3 { border-color: #000000; border-bottom-width: 3px;}
h1.banner { color: #111111 ; align: LEFT ;}
h3.box { border: thin solid #000000 }

big.banner1 { 
	color: #111111 ; 
	align: LEFT ; 
	font-size: 24pt
}
big.banner2 { 
	color: #111111 ; 
	align: LEFT ; 
	font-size: 24pt
}
hr.thick {
	width: 100% ; 
	height: 1.5mm ; 
	background-color: #222222}

table { font-size: 11pt; }

img.floatleft {
	float: left ;
	border: 2mm solid #FFFFFF ;
}

img.floatright {
	float: right ;
	border-top: 3mm solid #FFFFFF ;
}

/* Generic HREF anchor behavior */

a.floatleft {float: left} 
a:link    {color: #2020FF; text-decoration: none}
a:visited {color: #2020FF; text-decoration: none}
a:active  {color: mediumblue}
a:hover   {color: #8080FF; text-decoration: underline}

a.hidden:link    {color: #FFFFFF; text-decoration: none}
a.hidden:visited {color: #FFFFFF; text-decoration: none}
a.hidden:active  {color: #FFFFFF}
a:hidden:hover   {color: #FFFFFF; text-decoration: underline}


/* Code snippet to render a navigation bar via UL list within DIV of
class mbar which has a border and a distinct color from the main page */

/* border *was* thin solid #777777 for div.mbar and table.mbar */
div.mbar{
border : none;
}

table.mbar{
border : none;
}

td.mbar{
background-color: #FFFFFF;
}

#mbar ul{
margin : 0;
white-space : nowrap;
}
 
#mbar ul li{
display : inline;
}

#mbar ul li a{
border : thin solid #777777
padding-left : 0;
padding-right : 1em;
background-color : #FFFFFF;
color : #111111;
font-weight : bold;
text-decoration : none;
}

#mbar ul li a:hover{
background-color : #FFFFFF;
color : #2020FF;
text-decoration : underline;
}

#mbar td {
background-color : #FFFFFF;
}

/* Code snippet to render an intra-page navigation bar via UL list within 
DIV of class jbar which blends into the page - usually rendered within SMALL
*/

#jbar ul{
padding : 3px;
margin : 0;
white-space : nowrap;
background-color : #FFFFFF;
color : #000000;
}
 
#jbar ul li{
display : inline;
}

#jbar ul li a{
padding-left : 1em;
padding-right : 1em;
background-color : #DDDDDD;
color : #000000;
font-weight : bold;
text-decoration : none;
}

#jbar ul li a:hover{
background-color : #999999;
color : #444444;
}


/* Code to render species histograms in a more readable fashion */
table#histo {
background-color : #DDDDDD
}

td#histo {
background-color : #DDDDDD
}

