@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFF;
	text-decoration: none;
	font-size: small;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #AEC36C;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #7C857A;
	font-size: small;
}
body {
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: small;
}
/* BEGIN Vertical Buttons */
#navcontainer
{
	width: 100%;
	font-family: georgia, serif;
	font-size: small;
	text-align: center;
	text-transform: lowercase;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
