﻿body
{
    background-color: #222222;
    background-image: url('Images/background.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    font-family: Calibri;
    font-size: larger;
    color: #EEEEEE;
}

.visibleDiv, #Header, #Navigation, #Contact, #Footer
{
    position: fixed;
}

#Header
{
    background-position: -200px top;
    background-image: url('Images/background.gif');
    top: 0;
    left: 200px;
    width: 100%;
    height: 100px;
    padding-top: 30px;
    padding-left: 160px;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
}

.CCB
{
    color: #CC3300;
    font-size: medium;
}

#Navigation
{
    top: 165px;
    left: -30px;
}
#Navigation ul
{
    list-style-type: none;
}
#Navigation ul li a
{
    display: block;
    text-decoration: none;
    color: #ccc;
    padding: 3px 5px 3px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    border-color: #424242;
}
#Navigation ul li a:hover
{
    background-position: left top;
    background-image: url('Images/menu.jpg');
    background-repeat: no-repeat;
}

#Contact
{
    bottom: 50px;
    font-size: small;
    font-family: Calibri;
}

#Footer
{
    background-color: #222222;
    font-size: small;
    font-family: Calibri;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.Body
{
    margin-top: 130px;
    width: 610px;
    margin-left: 190px;
    margin-bottom: 24px;
}


.TableHeader
{
    background-image: url('Images/headerBorder.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #3366FF;
    font-weight: bold;
}

.TableCell
{
    font-weight: bold;
    font-size: smaller;
}

.Caption
{
    font-size: small;
    font-weight: bold;
}

.normalfld
{
    background-color: #FFFFFF;
}

.focusfld
{
    background-color: #FFFFCC;
}
