﻿.BodyLeftAreaWidth { width: 139px; } /* for the TD and the spacer gif */
.BodyRightAreaWidth { width: 139px; }

.HomepageFooterContent
{
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 139px;
    margin-right: 139px;
}

    .HomepageFooterPanel
    {
        padding-left: 8px;
        padding-right: 8px;
    }

        .HomepageFooterPanel
        {
            color: #F4ED99;
        }

        .HomepageFooterPanel a,
        .HomepageFooterPanel a:visited,
        .HomepageFooterPanel a:active,
        .HomepageFooterPanel a:hover
        {
            color: #F4F1C9;
            font-weight: bold;
        }
        
            .HomepageFooterPanel a:hover
            {
                text-decoration: underline;
            }
            
            .HomepageFooterPanel h1
            {
                color: #F4F1C9;
                font-size: 18px;
                padding: 0px;
                margin: 0px;
                margin-bottom: 8px;
            }
            
        .HomepageLeftPane
        {
            float: left;
            width: 211px;
        }

        .HomepageRightPane
        {
            float: right;
            width: 211px;
        }

        .HomepageCenterPane
        {
            margin-left: 227px;
            margin-right: 227px;
            overflow: auto;
            
            min-width: 208px; /* hate this, but needed for safari/chrome */
        }
        
            * html .HomepageCenterPane { height: 100%; }
