body {
	background-image: url(images/greenstripe.gif);
	margin-top: 0px;
	margin-left: 8%;
	margin-right: 8%;
	color: #ADD7B5;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #442266;
}
.white {
	color: #FFFFFF;
}


#navlist
{
	padding: 1px;
	margin-left: 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: #E7E3C6;
	width: 12em;
	color: #003300;
}


#navlist li
{
	list-style: none;
	margin: 1px;
	border-bottom: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 1px;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

#navlist li a:link 
{ 
color: #003300; 
}

#navlist li a:visited 
{ 
color: #003300; 
}

#navlist li a:hover
{
color: #003300;
background: #F2F0DF;
}
.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00FF80;
}

a:active {
	text-decoration: none;
