/* CSS Document */


.plaintext {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 20%;
	margin-right: 8%;
}
.center {text-align: center}
.h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: center;
	
}
#top
{
	padding: 0em;
	background-color: transparent;
	border-bottom: 0;
}
#leftnav
{
	float: left;
	width: 15%;
	margin: 0;
	padding: 0em;
	background-color: transparent;
	text-decoration: none;
	border: 1px Gray;
	margin-top: 1px;
}
div.table {
	margin-left: 20%;
	margin-right: 20%;
}
a:link {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	font-weight: bold;
	background-color: Olive;
	text-decoration: underline;
}
a:active {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: Green;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #228B22;
	text-decoration: none;
	font-size: 100%;
}








