﻿body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial;
}

img
{
    border: 0;
}

#PageHeader
{
    width: 100%;
    height: 134px;
    background-image: url('../Images/PageHeaderBackground.png');
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}


#PageLogo
{
    height: 111px;
    width: 983px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../Images/PageHeader.png');
}


#PageMenu
{
    margin-left: auto;
    margin-right: auto;
    width: 734px;
    height: 23px;
}


#PageMenu img
{
    float: left;
    border: 0px;
    margin: 0px;
    padding: 0px;
}


.PageMenuPopup
{
    display: none;
    position: absolute;
    width: 10px;
    z-index: 999; /* Be on top of everything */
}

#SectionHeader
{
    width: 100%;
    height: 34px;
    background-color: #dfdbd0;
    border: solid 1px #c7c6c6;
    margin-bottom: 18px;
    color: #777270;
    font-size: 10pt;
    text-align: center;
}

#ContentBackground
{
    width: 100%;
    height: 100%;
    background-image: url('../Images/ContentBackground.png');
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}


.Content
{
    margin-left: auto;
    margin-right: auto;
    width: 734px;
    padding: 0px;
    font-size: 10pt;
}

#PageContent
{
    min-height: 200px;
    border-top: solid 1px #d2c5b5;
    padding-top: 17px;
    margin-bottom: 24px;
}

#HHFDC
{
    color: #8e7e6b;
    background-color: #f9f9f8;
    border-bottom: solid 1px #eaeae4;
    width: 100%;
    font-size: 8pt;
    clear: both;
}

#HHFDC span
{
    font-size: 12pt;
}

#HHFDC img
{
    float: left;
}

.PageFooter
{
    color: #5e5c4c;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px;
    font-size: 8pt;
    clear: both;
    border-top: solid 4px #FFFFFF;
    border-bottom: solid 1px transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

.PageFooter A
{
    color: #5e5c4c;
}

.Blue
{
    border-top: solid 4px #283666;
}

.PageFooterBlue A
{
    color: #5e5c4c;
}

.Subsidiaries
{
    width: 425px;
}

.Copyright
{
    width: 175px;
    float: right;
}

.SiteBy
{
    width: 134px;
    float: right;
    text-align: right;
}

.Clear
{
    clear:both;
}

