body {
	font-family: arial, helvetica, serif;
	font-size: 80%;	
	padding: 2em;
	margin: 0;
}

#content {
	width: 60em;
	background-color: #f4ecd9;
	padding: 1em 0;	
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	
}
html>body #content {
	width: 60em;
} 

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

blockquote {font-style: italic;}

h1 {
	text-align: left;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1em;  
}

li#last {
	border-right-width: 1em; 
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

li > ul {
	top: auto;
	left: auto;
	}


li li {
	display: block;
	float: none;
	background-color: #FFCC00;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	background: url(images/remora.gif) center left no-repeat;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: left;
	clear: all;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
	margin-left: 5mm;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}

p.header {text-align: center; }

p.cite {margin-left: 9mm; font-size: smaller;}

h2 {color: #7d6340;}
h5 {color: #7d6340; margin: 2mm;}

table {width: 60em;}
tr,td {font-size: small; vertical-align: top; border:thin silver solid;}
th.one {width:15%;}
th.two {width:30%;}
th.three {width:18%;}
th.four {width:15%;}
th.five {width:22%;}
#menu {
	border:1px solid #000; 
	float:right;
	width:100px;
	background:#eee;
	margin:0px 0px 10px 10px;
	}

