﻿#footer
{
    height: 70px;
    padding-top: 30px;
    background-color: #efefef;
    border: solid 11px #395663;
    border-top: none;
}
#footer TABLE
{
    width: 100%;
}
#footer TD.left
{
    width: 48%;
    text-align: right;
    padding-right: 15px;
}
#footer TD.center
{
    width: 48%;
    width: 1px;
    border-left: solid 1px #14343f;
}
#footer TD.right
{
    text-align: left;
    padding-left: 9px;
}
#footer A
{
    font-size: 12px;
    color: #14343f;
    text-decoration: none;
}
#footer A:visited
{
    color: #14343f;
    text-decoration: none;
}
#footer A:hover
{
    color: #336666;
    text-decoration: none;
}
