
#subHeader
{
    position: absolute;
    background-color: #c90016;
    width: 167px;
}
#subHeader .menu
{
    width: 167px;
    overflow: hidden;
    font-size: 8pt;
}
#subHeader #subPanel
{
    text-align: center;
    padding: 5px 0 5px 0;
    background: #dfdfdf;
    width: 167px;
}
#page
{
    width: 796px;
    border-left: solid 167px #dfdfdf;
    height: 100%;
    min-height: 100%;
    background: #FFF;
}
#page .header
{
    float: right;
    border-bottom: none;
    width: 794px;
    height: 100px;
    padding: 0;
    background-color: white;
}
#page .header .pageTitle
{
    border-top: solid 7px #1d4da1;
    float: right;
    width: 794px;
    height: 30px;
    background: #FFF url('/images/divider.png');
    background-repeat: no-repeat;
    background-position: top right;
    color: white;
    line-height: 1.1em;
    font-size: 1.6em;
    font-weight: normal;
    text-align: right;
    margin-top: -3px;
}
.pageTitle .text
{
    float: right;
    padding-right: 15px;
    padding-left: 50px;
    text-align: center;
}
#page .content
{
    background-color: White;
    float: left;
    width: 796px;
    padding: 10px;
    height: 100%;
}
#footer
{
    clear: both;
}
