﻿body
{
    font-size: 11pt;
    font-family: verdana;
}


#container
{
    background-color: #ff6600;
    border: solid 1px black;
}

#header
{
    background-color: White;
    border-bottom: solid 1px black;
    color: #ff6600;
    font-family: Tahoma;
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
}

#leftnav
{
    list-style-position: outside;
    font-size: 9pt;
    font-family: Tahoma, Arial;
    color: white;
    list-style-type: disc;
}

#content
{
    background-attachment: scroll;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}

#footer
{
    background-color: White;
    border-top: solid 1px black;
    color: #ff6600;
    font-family: Tahoma;
    font-size: 9pt;
    text-align: center;
}

#leftnav a {
    text-decoration: none;
}

#leftnav a:link
{
    color: black;
}

#leftnav a:visited
{
    color: black;
}

#leftnav a:hover
{
    color: yellow;
    text-decoration: underline;
}

#leftnav a:active {
    color: #DC143C;
}

#viewing
{
    color: #ff6600;
    font-size: 10pt;
    text-align: right;
}
