.topleft {
	float: left;
	margin-bottom: 8px;
}
.clearleft {
	clear: left;
}

body {
	color: #000000;
	background-color: #f5f5f5;
	font-family: Arial,Tahoma, sans-serif;
}
a {
	color: #006599; 
	font-weight: bold;
	text-decoration: none;
	}	
a:link {
	color: #006599;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #997F00;
	text-decoration: none;
	}
a:visited:hover {
	color: #006599;
	font-weight: bold;  
	background-color:#ffffff;
	text-decoration: underline;
}
a:active {
	color: #669900;
	text-decoration: 	none;
}
a:link:hover {
	color: #006599;
	font-weight: bold;  
	background-color:#ffffff;
	text-decoration: underline;
	}
a.taxon {
	color: #006599; 
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	}	
a.taxon:link {
	color: #006599;
	font-weight: bold;
	text-decoration: none;
}
a.taxon:visited {
	color: #997F00;
	text-decoration: none;
	}
a.taxon:visited:hover {
	color: #006599;
	font-weight: bold;  
	background-color:#ffffff;
	text-decoration: underline;
}
a.taxon:active {
	color: #669900;
	text-decoration: 	none;
}
a.taxon:link:hover {
	color: #006599;  
	background-color:#ffffff;
	text-decoration: underline;
	}
h1 {
	color: #001C99;
	font-family: Verdana, Tahoma, sans serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
h2 {
	color: #001C99; 
	font-weight: bold;
	text-align: center;
}
h3.jump {
	color: #993200;
	font-weight: bolder;
}
h4 {
	color: #993300;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4.taxon {
	color: #993300;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: 
	height: 4px
}
img.photoleft {
	float: left;
	clear: left;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
		
}
img.photoright{
	float: right;
	clear: right;
	border: none;
	margin-right: 10px;
	}
img {
	border: none;
}
p {
	margin-top: 0px;
}
p.book {
	margin-bottom: 0px;
}
p.indent {
	margin-left: 2em;
	margin-top: 0px
}
p.nav {
	color: #001C99;
	text-align: center;
	font-size: medium;
}

td {
	vertical-align: top;
}
table.taxon {
	width: 550px;
	border: thin;
}
td.taxon{
	width: 250px;
}

table.bar {
	clear: left;
	background-color: #993300;
	height: 0px;
	width: 100%;
	border: none;
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 0px;
	position: relative;
	left: 0px;
	bottom: 0px
	
}
.box {
	border: medium;
	height: 130px;
	width: 130px;
	float: left;
	background-color: #993300;
	margin-bottom: 5px;
	
}
ul.books {
	list-style: disc;
	margin-left: 200px;
}
table.nav{
	width: 400px;
	border-style: solid;
	border-width: 2px;
	border-color: #993200;
	border-collapse: collapse;
}
td.nav{
	width: 15%;
	border-style: solid;
	border-width: 2px;
	border-color: #993200;
	text-align: center;
}
tr.nav{

}
table.menu {
	float: left;
	width: 150px;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	background-color: Scrollbar;
	margin-right: 5px;
	margin-bottom: 5px;
}
table.rep {
	border-right: none;
	border-left: none;
	border-top: solid black;
	border-bottom: solid black;
	width: 600px;
	margin-left: 100px;
	border: Blue;
}
tr.head {
	background-color: #99CBCC;
	font-weight: bold;
}
tr.oddrow {
	background-color: white;
}
table.species{
	font-size: small;
	border: thin solid Gray;
	empty-cells: hide;
}