body 
{
background-image: 
url('images/background.jpg');
background-repeat: 
repeat;
background-attachment: 
fixed
}


h1           { font-family: "Engravers MT"; font-size: 14pt; color: #000066; font-weight: bold; 
               text-align: center }
h2           { font-family: "Tempus Sans ITC"; font-size: 12pt; color: #000099; font-weight: 
               bold; text-align:center }
               

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #FF0000;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #15317E;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}