﻿body {
    background-color: #D7D7D7;
    text-align: center;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14px;
}

a
{
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    color: #0099CC;
}

a:hover
{
    text-decoration: underline;
}

div#shadow
{
    margin: 40px auto 10px auto;
    width: 904px;
    background-color: #A6A6A6;
    text-align: left;
}

div#container
{
    position: relative;
    top: -6px;
    left: -6px;
    width: 902px;
    border: solid 1px #000066;
    background-color: #FFFFFF;
}

div#logo
{
    position: absolute;
    top: -35px;
    left: -27px;
    width: 310px;
    height: 190px;
    background-image: url('default/logo.png');
    background-repeat: no-repeat;
}

div#siteBanner
{
    width: 898px;
    height: 30px;
    padding-right: 5px;
    background-color: #000000;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

div#banner
{
    width: 902px;
    height: 125px;
    background-image: url('default/banner_background.jpg');
    background-repeat: no-repeat;
}

div#mainMenu
{
    width: 902px;
    height: 40px;
    background-color: #000066;
    overflow: hidden;
}

div#content
{
    width: 882px;
    min-height: 300px;
    padding: 10px;
}