body { background: #FFFFFF }

h1           { font-family: serif; font-size: 20pt; color: #FFFFFF; font-weight: bold; 
               text-align: center }
h2			 { font-family: serif; font-size: 14pt; color: #FFFFFF; text-align: center; }
h3			 { font-family: serif; font-size: 10pt; color: #000000; text-align: center; }                
#table1 {background: #FF0000; width: 80%; margin-left: auto; margin-right: auto; text-align: center; border: 0 none; height:100% }
#table3 {background: #FFFFFF }


#navcontainer
{
background: #FFFFFF;
width: 70%;
margin: 0 auto;
font-family: serif;
font-size: 10pt;
text-align: center;
text-transform: lowercase; font-weight:bold; padding-left:0; padding-right:0; padding-top:1em; padding-bottom:1em
}

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: #000000;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #FFFFFF;
color: #800000;
}

ul#navlist li a hover, ul#navlist li#active a hover
{
color: #000000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}