body { 
background-color: #DDFFDD ; 
color: #000000 ;  
font-family: verdana, arial, 'sans serif'; 
font-size: 11pt;
}
h1,h2,h3,h4{ font-family: verdana, arial, 'sans serif';}
h1.banner { color: #AAAAAA ; align: LEFT ;}
h3.box { border: thin solid #FFFFFF }
big.banner1 { 
	color: #AAAAAA ; 
	align: LEFT ; 
	font-size: 24pt
}
big.banner2 { 
	color: #000000 ; 
	align: LEFT ; 
	font-size: 24pt
}
hr.thick {
	width: 100% ; 
	height: 1.5mm ; 
	background-color: #AAAAAA}
table { font-size: 11pt; }
img.floatleft {
	float: left ;
	border: 2mm solid #151515 ;
}
img.floatright {
	float: right ;
	border-top: 3mm solid #151515 ;
}

/* Generic HREF anchor behavior */

a.floatleft {float: left} 
a:link    {color: #9090FF; text-decoration: none}
a:visited {color: #A0A0FF; text-decoration: none}
a:active  {color: mediumblue}
a:hover  {color: yellow; 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 */

div.mbar{
border : thin solid #777777
}

table.mbar{
border : thin solid #777777
}

#mbar ul{
padding : 2px;
margin : 0;
white-space : nowrap;
background-color : #151515;
color : White;
}
 
#mbar ul li{
display : inline;
}

#mbar ul li a{
padding-left : 1em;
padding-right : 1em;
background-color : #3A3A3A;
color : White;
font-weight : bold;
text-decoration : none;
}

#mbar ul li a:hover{
background-color : #3A3A3A;
color : red;
}

/* 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 : #151515;
color : White;
}
 
#jbar ul li{
display : inline;
}

#jbar ul li a{
padding-left : 1em;
padding-right : 1em;
background-color : #3A3A3A;
color : White;
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 : #353535
}

td#histo {
background-color : #353535
}
