body
{
text-align: center;
font: 85%/130% verdana, arial, helvetica, sans-serif;
}

table
{
font-size: 100%;
}

#container
{
width: 90%;
margin: 10px auto;
text-align: left;
background-color: #fff;
color: #333;
min-width: 600px;
max-width: 1000px;
}
#top
{
height: 270px;
background: url(header.jpg) no-repeat 0 100%;
}
#top h1
{
padding: 0;
margin: 0;
}
#leftnav
{
float: left;
width: 180px;
margin: 0;
padding-top: 1em;
}

#content
{
margin-left: 217px;
border-left: 1px solid #0F598F;
padding-left: 1em;
/*padding-top: 1em;*/
}
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #444;
background-color: #fff;
border-top: 1px solid #0F598F;
text-align: center;
font-size: 80%;
}
#footer a {text-decoration: none; color: #333;}
#leftnav p  { margin: 0 0 1em 0; }
#leftnav ul { margin: 0 0 1em 0px; }
/* #content h2 { margin: 0 0 .5em 0; } */
#navcontainer ul
{
list-style-type: none;
text-align: left;
}
#navcontainer ul li a
{
background: transparent url(res/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font-size: 1em;
text-decoration: none;
color: #999;
}
#navcontainer ul li a:hover
{
background: transparent url(res/list-on.gif) left center no-repeat;
color: black;
}
#navcontainer ul li a#current
{
background: transparent url(res/list-current.gif) left center no-repeat;
color: #666;
}
