/*
 * some greens from the logo
 * E0E7DF
 * ACC4AE
 * 648663
 * 517A50
 * 183517
 * 022101
 * some purples from the logo
 * 3A3D82
 * 7879A7
 * 9A9ABC
*/
body {
	background-color: #E0E7DF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #113D82;
}


h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 90%;
}
h4 {
	font-size: 85%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 75%;
}

a {
	font-size: 100%;
	color: #517A50;
}
.logo-text {
	font-size: 200%;
}
.logoo {
	color: #113D82;
}
.logot {
	color: #183517;
}
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 100%;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #517A50;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #022101;
}

#navlist a:hover { color: #022101; }
