html body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	font-size: 10pt;
	background: rgb(228,238,228);/* rgb(223,253,207); */
}

a:link, a:hover, a:visited {
	color: rgb(38,63,40);
}
	
div#head {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 900px;
}

div#head div#logo {
	width: 365px;
	height: 58px;
	background: url('../img/logo2.png') no-repeat;
	margin: 15px 0 15px 20px;
	float: left;
}

div#head div#img {
	float: right;
	height: 90px;
	width: 497px;
	margin: 0px;
	padding: 0px;
}

.idxhead {
	background: url("../img/index_head.png") no-repeat;
}

.birdhead {
	background: url("../img/bird_head.png") no-repeat;
}

.planthead {
	background: url("../img/plant_head.png") no-repeat;
}

.rahead {
	background: url("../img/ra_head.png") no-repeat;
}

div#head div#img img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 99%;
	height: 100%;
}

div#nav {	
	background-color: rgb(38,63,40);
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
	height: 20px;
}

div#nav ul {
	background-color: rgb(38,63,40);
	padding: 0px;
	padding-left: 13px;
	margin: 0px;
	float: left;
}

div#nav ul li {
	display: inline;
}

div#nav ul li a {
	position: relative;
	z-index: 24;
	color: #fff;
	text-decoration: none;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	float: left;
}

div#nav ul li a:hover {
	z-index: 25;
}

div#nav ul li a span {
	display: none;
}

div#nav ul li a:hover span {
	display: block;
	z-index: 100;
	position: absolute;
	top:2em;
	left:2em;
	width:15em;
	background: rgb(87,149,95);
	color: rgb(38,63,40);
	padding: 5px;
}

div#main {
	width: 900px;
}

div#title {
	padding-left: 20px;
}

div#content {
	padding-left: 20px;
	padding-top: 10px;
	width: 600px;
	float: left;
}

div#content table {
	width: 600px;
	border-bottom: 1px solid rgb(38,63,40);
	margin-bottom: 10px;
}

div.blockbox {
	clear: bottom;
	width: 100%;
}

div.block, div.block2 {
	float: left;
	width: 300px;
	background-color: rgb(202,238,203);
	margin-right: 20px;
	margin-bottom: 20px;
}

div.block span, div.block2 span {
	font-weight: bold;
}

div.block span {
	margin-left: 5px;
}

div.block2 span#trailpdf {
	float: right;
	width: 40%;
	font-weight: bold;
	text-align: right;
}

div.block2 {
	width: 100%;
}

div.block2 table {
	margin-left: 10px;
}

div.block p, div.block2 p {
	background-color: rgb(87,149,95);
	font-weight: bold;
	color: rgb(38,63,40);
	margin-top: 0px;
	padding: 3px;
}

/*div#blockbox {
	padding-left: 15px;
}

/*div.block {
	width: 200px;
	float: left;
	margin: 0px 15px 0 5px;
}

div.block p {
	text-align: justify;
	border-top: 1px solid #000;
	margin-top: 0px;
	padding-top: 5px;
}

div.block img {
	border: 0px;
}*/

table td, th {
	padding: 3px 5px 3px 5px;
	margin: 0;
}

table th {
	text-align: left;
	background-color: rgb(38,63,40);
	color: #fff;
}

table tr.level1 {
	font-style: italic;
	font-weight: bold;
	color: rgb(38,63,40);
	background-color: rgb(87,149,95); /*rgb(189,238,191);/* rgb(38,63,40); */
}

table tr.level2 {
	font-weight: bold;
	color: rgb(38,63,40);
	background-color: rgb(202,238,203);
}

table tr.level2 span {
	font-style: italic;
}

div#sidebar {
	float: right;
	width: 250px;
	background-color: rgb(202,238,203);
	margin-right: 10px;
}

div#sidebar p {
	background-color: rgb(87,149,95);
	font-weight: bold;
	color: rgb(38,63,40);
	margin-top: 0px;
	padding: 3px;
}

div#sidebar ul {
	margin-left: 4px;
	padding-left: 20px;
	list-style: none;
	background: url(../img/page_white_acrobat.png) no-repeat;
	background-position: 0 0;
}

div#footer {
	width: 100%;
	text-align: center;
	font-size: .9em;
	clear: both;
}
