BODY {
	BACKGROUND-COLOR: aliceblue;
	background: #E8DDC8; 
	text: #000000;
	margin-top: 0;
	background-position: top;
	}
H1 {
	FONT-SIZE: 20px; COLOR: rgb(30,30,30); FONT-FAMILY: Arial, sans-serif
}
H2 {
	FONT-SIZE: 14px; COLOR: rgb(30,30,30); FONT-FAMILY: Arial, sans-serif
}
H3 {
	FONT-SIZE: 11px; COLOR: rgb(30,30,30); FONT-FAMILY: Arial, sans-serif
}
P {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial, sans-serif
}


A:link {
	COLOR: rgb(0,0,130); TEXT-DECORATION: none; font-size: 14 PX;
}
A:visited {
	COLOR: rgb(0,0,130); TEXT-DECORATION: none; font-size: 14 PX;
}
A:hover {
	COLOR: #FFFF00; TEXT-DECORATION: underline; font-size: 14 PX;
}
A:active {
	COLOR: rgb(0,0,130); TEXT-DECORATION: none; font-size: 14 PX;
}

#navcontainer
{
background: #E8DDC8;
width: 125;
margin: 0 0 0 0px;
padding:  0 0px;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
text-transform: none;
padding-left: 0px;
margin-left: 0px;
margin-right: 0px;



}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0 0 0px;
margin: 0 0 0 0px;
width: 135;
font-size: 13px;
padding-left: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0 0px 0px;
margin-left: 0px;
padding-left: 0;
margin-top: 0px;

}

ul#navlist li a
{
display: block;
width: 135;
padding: 0.5em 0em 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
margin-left: 0px;
}

#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;
}
