html
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #001D4D;
    background-color: #001D4D;
}

body
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.mainContainer
{
    width: 700px;
    min-width: 700px;
    padding: 0px;
    position: absolute;
    margin-left: -350px;
    left: 50%;
    top: 0;
}

a
{
    color: #001D4D;
    font-weight: bold;
}


.main_logo
{
    background-image: url(../images/main_logo.gif);
    height: 60px;
    width: 360px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.home_logo
{
    background-image: url(../images/main_logo.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 690px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.navigation
{
    width: 175px;
    float: left;
}

.main_content
{
    width: 505px;
    padding: 10px;
    float: left;
    background-color: #FFFFFF;
}

.image_spacer
{
    float: left;
    /*margin-bottom: 2px;*/
    margin-left: 2px;
}

.section_header
{
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
    float: left;
    width: 100%;
}

.profile_holder
{
    float: left;
}

.profile_image
{
    border: solid 3px #2F4B70;
    margin-right: 10px;
}

.section_break
{
    height: 1px;
    background-color: #B5BDCB;
    width: 100%;
    float: left;
    position: static;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer
{
    clear: left;
    position: static;
    height: 1px;
    background-color: #4D6183;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sign_off_break
{
    height: 1px;
    background-color: #011D4D;
    width: 100%;
    float: left;
    position: static;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sign_off_text
{
    float: left;
}

.footer_text
{
    color: #4D6183;
    text-align: center;
    font-size: 10px;
}

.footer_text a
{
    color: #4D6183;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.footer_text a:hover
{
    color: #4D6183;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.about_ctas
{
    background-color: #001D4D;
    width: 495px;
}

.clear_left
{
    CLEAR: left
    }
