BODY
{
    position: absolute;
    margin: 0px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 13px;
    background-image: url(/images/LHS-Menu-BG.gif);
    background-repeat:repeat-y;
}
#HeaderBG
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-image: url(/images/Header-BG.gif);
    background-repeat: repeat-x;
    height: 150px;
}
#Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
#Menu
{
    position: absolute;
    top: 179px;
    left: 0px;
    width: 167px;
    height: 500px;
    background-image: url(/images/LHS-Menu-BG.gif);
    background-repeat:repeat-y;
    padding-top: 6px;
    z-index: 2;
}
#Content
{
    margin-top: 150px;
    margin-left: 200px;
    padding-right: 10px;
    width: 500px;
    padding-bottom: 10px;
    z-index: 1000;
}
H1
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 29px;
    color: #B2AEA6;
    margin-bottom: -10px;
}

H2
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 19px;
    color: #A29E96;
    margin-bottom: 0px;
}
.Callout H2
{
    margin-top: 0px;
    margin-bottom: -10px;
    color: #666677;
}
A
{
    color: #333388;
}
A:visited
{
    color: #993333;
}
#Menu A.MAIN
{
    color: #333388;
    background-color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #AAAAAA;
    border-bottom:1px solid #CCCCCC;
    border-right: none;
    padding-left: 10px;
    clear:  none;
    float:none;
    display: block;
    width: 151px;
    
}
#Menu A.MAIN:hover
{
    color: #993333;
    background-color: #F5F3DF;
    text-decoration: underline;
}
#Menu A.MAIN:visited
{
    color: #993333;
}
#Address
{
    font-size: 11px;
    padding-left: 10px;
    padding-top: 15px;
    color: #333388;
}
.Callout
{
    float: right;
    padding:15px;
    background-color: #F7F6ED;
    background-image: url(/images/CalloutBG.gif);
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    margin: 20px;
    padding-top: 10px;
}
.SMALL, .Small, .small
{
    font-size: 11px;
}
#Disclosure
{
    padding-top: 15px;
    border-top: 1px solid #000000;
    font-size: 10px;
    width: 540px;
    z-index: 10;
    margin-top: 75px;
}
#Disclosure P
{
    margin-top: 0px;
}