﻿html
{
    height: 100%;
    margin: 0;
    padding: 0 4px 0 4px;
}
       
body
{
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
    background-color: #FFFFFF; 
    color: #000033; 
    height: 100%;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline 
}

#navcontainer
{
    width: 100%;
    float: left;
    background-color: #000033;
}

#navcontainer ul li
{
    display: inline;
}

#navcontainer ul
{
    margin: 0;
    padding: 0 0 0 5%;
    color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: .8em;
    letter-spacing: 2px;
    font-weight: bold;
}

#navcontainer ul li a
{
    padding: 0.2em 12px;
    background-color: #000033;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    border-right: 1px solid #FFFFFF;
}

#navcontainer ul li a:hover
{
    background-color: #0000FF;
    color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
    color: #FFFFFF;
    text-decoration: none;
    background: #0000FF;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

#heading
{
    background-color: #FFFFFF;
    color: #000033;
    width: 100%;
    font-size: 80%;
    font: normal 100% arial, helvetica, sans-serif;
    text-align: center;
}

#subheading
{
    background-color: #FFFFFF;
    color: #000033;
    font-size: 80%;
    font: normal 100% arial, helvetica, sans-serif;
}

#container
{
   height: auto !important;
   height: 100%;
   min-height: 100%;
}

#padding 
{
    padding: 0 0 45px 0; 
}

#footer
{
    margin: -35px 0 0 0;
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
    font-size: 80%;
}