﻿body 
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

body, td, p
{
    font-family: Verdana;
    font-size: 8pt;
    color: #23479e;
}

.uploadResults
{
    font-size: 9pt;
    color: Red;
}

img
{
    border-style: none;
}

form
{
    padding: 0px;
    margin: 0px;
}

#OuterShell
{
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

#ContentArea
{
    width: 774px;
    background-color: #9edcf9;
    background-image: url(/images/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 403px;
    _height: 403px;
    margin: 31px 13px 0px 13px;
    position: relative;
}

#SubArea
{
    width: 800px;
    height: 79px;
    position: relative;
}

#LoginStatus
{
    position: absolute;
    top: 30px;
    right: 22px;
    text-align: right;
}

#ContentNavigation
{
    position: absolute;
    top: -31px;
    left: 211px;
}

#ContentData
{
    width: 545px;
    margin-left: 228px;
    padding-top: 90px;
}

H1, H2, H3, H4, H5, H6
{
    font-family: Verdana;   
}

H3
{
    font-size: 12pt;
}

H4
{
    font-size: 10pt;
}

#Footer
{
    padding:15px;
    margin: 0 auto;
    text-align: left;
    width: 774px;
}