﻿#SiteArea
{
    width: 770px;
    margin: 0 auto;
}
#ContentArea
{
    width: 770px;
    height: 270px;
    overflow: auto;
    background: #FFFFFF repeat-x;
    background-image: url(../Images/contentBG.gif);
    font-family: Georgia, 'Times New Roman';
}

#ContentAreaFull
{
    width: 770px;
    background: #FFFFFF repeat-x;
    clear: both;
    font-family: Georgia, 'Times New Roman';
}
.MenuArea
{
    color: FFFFCC;
    font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: medium;
    background-color: #FF0000;
    background-image: url(../Images/footer.gif);
    background-repeat: repeat-x;
    height: 30px;
    clear: both;
}
#MenuArea a
{
    color: #FFFFCC;
    text-decoration: none;
}
.MenuItem
{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
}
.MenuAreaShaddow
{
    /*     background: white url(../Images/footerSHADOW.gif) repeat-x;    */
    font-size: 1.2em;
    font-weight: bolder;
}

#FooterArea
{
    color: #993333;
    font-family: Georgia,Times;
    font-style: italic;
    font-size: small;
    text-align: center;
    width: 770px;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #993333;
    font-style: normal;
    text-align: center;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #333399;
    text-align: center;
}
b
{
    font-weight: bold;
    color: #333399;
}
.Liability
{
    display: none;
}
.rightPush
{
    text-align: right;
}
.On
{
    background-color: #CCCCCC;
}
.Table
{
}
.Table th
{
    background-color: #CCFFCC;
}
.AdminMenu
{
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
fieldset
{
    text-align: left;
}
a.specialAside
{
    background-color: Yellow;
    color: blue;
    display: block;
    text-align: center;
    font-size: 1.5em;
}

