body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: seashell;
	background-color: goldenrod;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #FFFFFF;
	outline: none;
	}
a:visited {
	color:  #FFFFFF;
	}
a:active {
	color:  #FFFFFF;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration:underline;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 5;color:goldenrod
	}
#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 0px solid #ccc;
	background: darkolivegreen;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 110px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 0px solid #ccc;
	background: darkolivegreen;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	margin: 20px 170px 20px 170px;
	padding: 10px;
	border: 0px solid #ccc;
	background: darkolivegreen;
	}
#right {
	position: absolute;
	top: 110px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 0px solid #ccc;
	background: darkolivegreen;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: darkolivegreen;
width: 10em;
}

.navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gold;
text-align: left;
}

.navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #336600;
background: #darkolivegreen;
text-decoration: none;
}

.navlist li a:link {color: #FFFFFF; }
.navlist li a:visited {color: #FFFFFF; }

.navlist li a:hover
{
border-color: darkgoldenrod;
color: white;
background: goldenrod;
}

