html { font: small/1.4 "Lucida Grande", Tahoma, sans-serif; }

body {
	background-color: #8dcb41;
	color: #000;
	font-size: 92%;
	margin: 0px;
	min-width: 1500px;
}

#header {
	position: static;
	background-color: #004b18;
	margin: 10px;
	width: 98%;
	height: 110px;
}

#mainpic {
	float: right;
	margin-right: 4%;
	width: 440px;
	padding: 0% 0 0 2%;
	border: thin none blue;
}

#hierarchy {
	float: left;
	margin-left: 5%;
	width: 340px;
	height: 610px;
	padding: 0 2% 50px 0;
	border: thin none blue;
}

#midtext {
	height: 610px;
	position: static;
	padding: 10px 10px 45px 10px;
	border: thin none white;
}
#featureid {
	border: 5px ridge blue;
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px;
	overflow: auto;
	background-color: #beb06f;
	min-width: 10em;
	padding: 25px 20px 15px 20px;
	}
	
p.feat a:link { color: blue; }
p.feat a:visited { color: white; }
p.feat a:hover {color: #fff;
	background-color: blue;}

p.left a:link { color: blue; }
p.left a:visited { color: white; }
p.left a:hover {
	color: #fff;
	background-color: blue;
}

p.center a:link { color: blue; }
p.center a:visited { color: white; }
p.center a:hover {
	color: #fff;
	background-color: blue;
}
a:active { font-style: italic; }

p.center {
	text-align: center;
	border: thin none blue;
	margin-top: 20px;
	min-width: 18em;
}

p.left {
	text-align: left;
	text-indent: 0em;
	line-height: 1.5em;
	margin: 15px 0 0 0;
	padding: 25px 20px 15px 20px;
	border: 5px ridge #4f4532;
	overflow: auto;
	background-color: #beb06f;
	min-width: 10em;
}
p.right {
	text-align: right;
	padding: 0ps 0px 0px 0px;
	white-space: pre;
	border: thin none red;
}

p.right a:link { color: blue; }
p.right a:visited { color: white; }
p.right a:hover {color: #ddd;
	background-color: green;}
	
h1 {
	font-size: 3.5em;
	color: #00a8ec;
	text-align: center;
	border: thin none blue;
	font-style: italic;
	line-height: 180%;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	color: blue;
	text-align: center;
	
	
}

p {
	line-height: 125%;
	margin-left: 3%;
	text-align: left;
}

.emph-i { font-style: italic; }
.emph-b { font-weight: bold;}
.emph-f {font-size: .5em;
		font-style: italic;}

.color-r {color: red; background: yellow;}	

img {
	color: #fff;
	border-color: green;
	border-width: 5px;
	border-style: ridge;
}

table {
	float: left;
	width: 350px;
	height: 600px;
	background-color: #8dcb41;
	border: 5px none #00f;
	color: yellow;
	padding-right: 20px;
	border-spacing: 0px;
}

table td {
	width: 32%;
	text-align: center;
	background: maroon;
	border: 5px ridge red;
	padding: 0%;
}

table td+td {
	width: 68%;
	text-align: center;
	background: #023a67;
	border: 5px ridge white;
	padding: 2%;
}

td+td, a:link { color: yellow; }
td+td, a:visited { color: silver; }

td+td, a:hover {
	color: blue;
	background: yellow;
}

table td.hier {
	background-color: #8dcb41;
	border: 5px none #0ff;
	font-size: 18px;
	color: white;
	text-align: center;
}

.pics {
	width: 90%;
	text-align: center;
	margin-bottom: 2%;
}

.center { text-align: center; }

#gray {
	margin-left: 5%;
	margin-top: 10%;
	margin-right: 5%;
}

#quote {
	margin-left: 15%;
	margin-right: 15%;
}

#nav {
	margin: 0px 10px;
	padding: 0;
	background: #6f6146;
	list-style-type: none;
	width: 98%;
	float: left;
}

#nav li {
	margin: 0px;
	padding: 0 0px;
	float: left;
}

#nav a {
	float: left;
	width: 110px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	line-height: 2;
	border-right: 1px solid #fff;
}

#nav a:hover { background: #4f4532; }
#nav #nav_con a { border: none; }

#nav  #nav_bar {
	color: #fff;
	padding: 4px 10px;
}

#body_hom #nav_hom a,
	#body_int #nav_int a,
	#body_spe #nav_spe a,
	#body_loc #nav_loc a,
	#body_inv #nav_inv a,
	#body_biblio #nav_biblio a,
	#body_con #nav_con a {
	background: #beb06f;
	color: #1a1303 font-weight: bold;
}
