body {
	background-color: white;
	margin: 20px;
	padding: 0;
	font-size: 1em;
	font-family: serif;
	}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #888;
	}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.1em;
/*	margin: 0 0 16px 0;*/
	padding: 0;
	}
/*.content>p {
	margin: 0;
	}*/
.content>p+p {
	text-indent: 30px;
	}
a {
	color: #669900;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	}
a:link {
	color: #669900;
	text-decoration: underline;
	}
/*
a:visited {
	color: #669900;
	text-decoration: none;
	border-bottom: 2px dashed #669900;
	}
*/
a:hover {
	background-color: palegoldenrod;
	text-decoration: none;
}
.underline {
	color: #669900;
	text-decoration: none;
	border-bottom: 1px solid firebrick;
	}
.topmenu {
	text-decoration: none;
	border-left: solid 1px forestgreen;
	border-bottom: solid 1px forestgreen;
	padding: 0 4px 0 2px;
	}

/* All the content boxes belong to the content class. */
.content {
	position: relative;
/*	width: 90%;*/
/*	margin: 0 0 20px 175px;*/
/*	border: 1px solid black;*/
	background-color: white;
/*	padding: 10px;*/
	z-index: 1;
}
#banner {
	/*position: absolute;*/
	width: 100%;
	margin: 0;
	height: 130px;
	top: 0;
	left: 0;
	right: 0;
	text-align: left;
	/*background-color: #eee;*/
	padding: 0;
	font: .8em;
	/*z-index: 2;*/
	}
#navleft {
	display: none;
	position: absolute;
	width: 165px;
	top: 150px;
	left: 20px;
	font-size: 0.75em;
	border: 1px dashed black;
	/*background-color: #eee;*/
	padding: 5px;
	/*z-index: 2;*/
	}

#navright {
	display: hidden;
	display: none;
	position: absolute;
	width: 0px;
	top: 150px;
	right: 20px;
	text-align: center;
	border: 1px dashed black;
	background-color: #eee;
	padding: 5px;
/*	z-index: 1;*/
	}

.navtop {
	display: none;
	/*background-color: ;*/
	font-size: 0.8em;
	}
.navbar {
	display: none;
	background-color: #eee;
	}
.navtop0 {
	display: none;
	position: absolute;
	top: 0;
/*	width: 75px;*/
	right: 25px;
	text-align: right;
	}
.navbar0 {
	display: none;
	font-size: 0.7em;
	font-weight: bolder ;
	color: maroon;
	font-style: italic;
	padding: 0 5px 1px 5px;
	border: 1px solid black;
	z-index: 100;
	}
P.drop:first-letter {
	font-size: 150%; float: left ; color: maroon;
	}
