﻿body 
{
    Font-Family:  Tahoma;
    font-size: 9pt;
    background-color: #002B00;
    margin-left: 5px;
    margin-top: 8px;
    text-align: center;
    
}

.PageArea 
{
    width: 990px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}

.PageHeader 
{
    background-image: url(../layout/Santee_Chamber_V3d_r1_c1.jpg); 
    background-repeat: no-repeat; 
    width: 585px; 
    height: 118px; 
    text-align: right; 
    vertical-align: middle; 
    font-family: Tahoma; 
    font-size: 8pt; 
    color: White;
}

.MenuItems 
{
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.MenuItems:Hover 
{
    color: #000099;
    text-decoration: underline;
    text-align: left;
}

.MenuItemsLinks 
{
    padding-left: 1px;
    line-height: 16px;
    color: #333333;
    text-decoration: none;
    text-align: left;
}

.MenuItemsLinks:Hover 
{
    padding-left: 1px;
    color: #000099;
    text-decoration: underline;
    text-align: left;
}

.BottomFooter 
{
    background-color: #435c94;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 9pt;
    border-top: solid 3px #cccccc;
}

.BottomFooterCopyright 
{
    background-color: #435c94;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
}

.PageContent 
{
    background-color: White;
}

.BottonFooterHDLink  
{
    color: #ffffcc;
    font-family: Tahoma;
    font-size: 8pt; 
    text-decoration: none;
 }
 
 .BottonFooterHDLink:Hover  
{
    color: #ffffcc;
    font-family: Tahoma;
    font-size: 8pt; 
    text-decoration: underline;
 }