*
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
html, body
{
    height: 100%;
}

#page
{
    min-height: 100%;
    position: relative;
    background: #ffffff;
    background-image: url(images/sidebar1.jpg);
    background-repeat: repeat-y;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page a:link
{
    color: #336699;
}
#page a:visited
{
    color: #003366;
}

#header 
{
    background: #003366;
    height: 169px;
}
#header h1
{
    background: #2863B0;
    border-bottom: 1px solid #ffffff;
    height: 148px;
    padding-right: 30px;
}
#headerText
{
    float: right;
}

#navigation
{
    position: absolute;
    top: 170px;
    left: 0;
    background: #003366;

    margin: 0 0 0 30px;
    padding: 25px 0 0 20px;
    
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}
#navigation ul
{
    list-style-type: square;
    list-style-image: url(images/square1.jpg);
}
#navigation li
{
    margin-bottom: 15px;
}
#navigation a:link, #navigation a:visited 
{
    color: #ffffff;
    text-decoration: none;
}
#navigation a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#body
{
    padding: 12px 30px 81px 210px;
    font-size: 11px; 
    line-height: 16px;
}
#body p 
{
    margin: 1em 0 1em 0;
}
#body h2
{
    margin: 1em 0 1em 0;
    font-size: 13px; 
    font-weight: bold; 
    color: #003366;
}
#body ul
{
    list-style-type: square;
    padding-left: 4em;
}

#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    
    height: 51px;
    width: 100%;

    background: #003366;

    text-align: center;
    font-size: 10px; 
    color: #ffffff; 
}
#footer p
{
    margin-top: 20px;
    padding: 9px 0 9px 0;
    border-top: 1px solid #ffffff;
    background: #2863B0;
}

.underline
{
    text-decoration: underline;
}
.new 
{
    background: #ffff00;
}
