h1  		 { font-family:  "Book Antiqua"; font-family: sans-serif; font-size: 24pt; color: #000000; text-align: center }
h2           { font-family: "Times New Roman"; font-family: sans-serif; font-size: 12pt; color: #000000; text-align: center }
h3			 { font-family:  "Book Antiqua"; font-family: sans-serif; font-size:  16pt; color: #000000; text-align: center }
h4			  { font-family:  "Times New Roman"; font-family: sans-serif; font-size: 8pt; color: #000000; text-align: center }
p			{font-family: "Times New Roman"; font-family: sans-serif; font-size: 8pt; color: #000000; text-align: center }
.b	{background-image: url(images/background.jpg) }

a:link {color: #000000; }
a:visited {color: #000000; }


#navcontainer
{
left: 5%; right: 5%; width: 90%; margin-left: auto; margin-right: auto;
padding: 5px 5px 7px 5px;
line-height: 2.75;
background-image: url(images/background.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: #000000;
}

ul#navlist
{
display: inline;
list-style: none;
}

ul#navlist li
{
display: inline;
width: auto;
margin-right: 5px;
border: 2px solid #000000;
background-color: #FFFFFF;
}

ul#navlist li a
{
padding: 0 10px;
line-height: 1.75;
text-decoration: none;
color: #000000;
}

ul#navlist li a#current
{
background-color: #FFFFFF;
color: #000000;
}

ul#navlist li a:hover, ul#navlist a:hover#current
{
background-color: #777;
color: #fff;
}

ul#navlist li a:active, ul#navlist li#active a:active#current
{
background-color: #f63;
color: #fff;
}
