body {background-color: #8048A8}


#table1 { height: 100%; margin-left: auto; margin-right: auto; text-align: center; width: 80%; background-color: #FFFFFF; border-style: solid; border-color: #000000; border-width: 5px; }

h1 			 {font-family: Tempus Sans ITC; font-size: 18pt; font-weight: bold; text-align: center}
h3			 {font-family: serif; font-size: 10pt; text-align: center; }
p            { font-family: Times; font-size: 12pt; color: #000000; text-align: center }


.g 			{background-color: #FFE000; }
.l			{background-color: #FFE000; height: 100%; vertical-align: top; }

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */


#navcontainer
{
background: #8048A8;
width: 100%;
margin: 0 auto;
padding: 1em 0;  
font-family: georgia, serif;
font-size: 13px;
text-align: center;
}

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: #8048A8;
border-color: #aaab9c #fff #fff #ccc;
}