﻿#FooterContainer  
{
    min-width: 975px;
    max-width: 975px;
    min-height:300px; 
    background-color:#ffffff;
    margin: 0 auto;
}
    
#FooterContainer a
{
    text-decoration:none;
    color:#999999;
}

#FooterContainer a:hover
{
    text-decoration:none;
    color:#666666;
}

#FooterContainer a:visited 
{
    text-decoration:none;
    color:#979797;
}

.FooterFirstColumn,
.FooterColumn
{
    border-left:solid #999999 1px;
    font-family: Verdana;
    font-size: 8pt;
    min-width: 50px;
    max-width: 250px;
    min-height:200px;
    left: 0px;
    top: 15px;
    float: left;
    margin: 5px;
    padding: 10px;
    line-height: 25px;
    padding-left: 14px;
    padding-right: 10px;
}

.FooterFirstColumn 
{
    border-left:0px;
}

.FooterItemLevel1
{
    font-weight: bold;
    text-transform:uppercase;
    font-size: 8pt;
    text-decoration:none;
    list-style:none;
    left:0px;
    line-height:20px;
}

.FooterItemLevel2
{
    list-style:none;
    font-size: 7pt;
    text-decoration:none;
    position: relative;
    left: 10px;
    line-height:12px;
}

.FooterItemLevel3 
{
    list-style-type:none;
    font-size: 7pt;
    text-decoration:none;
    position:relative;
    left:20px;
    line-height:12px;
}
        
