﻿body
{
    background-color: #D9D9D9;
    align-content: center;
    margin: 0px;
}

/* --- START HEADER --- */

.HeaderDiv
{
    width: 100%;
    background-color: #003B69;
    align-content: center;
}

.HeaderContentDiv
{
    width: 590px;
    height: 20px;
    margin: auto;
}

.HeaderSpacerDiv
{
    height: 10px;
}

/* --- END HEADER --- */


/* --- START CONTENT --- */

.ContentDiv
{
    width: 600px;
    margin: auto;
    /* margin bottom is the height of the footer (required by the position fixed of it) */
    margin-bottom: 80px;
}

.ContentTopSpacerDiv
{
    width: 100%;
    height: 30px;
}

.ContentTitle
{
    font-family: arial, helvetica, sans-serif;
    font-size: 21px;
    color: #003B69;
    font-weight: bold;
    line-height: .9;
    text-align: center;
    margin: auto;
}

.ContentSubTitle
{
    font-family: arial, helvetica, sans-serif;
    font-size: 21px;
    color: #CB0043;
    line-height: .9;
    text-align: center;
    margin: auto;
}

.ContentMainDiv
{
    background-color: #ffffff;
    padding: 25px 20px;
}

.ContentTitleText
{
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    color: #1E3D69;
    font-weight: bold;
    text-align: left;
}

.ContentBodyText
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #656565;
    text-align: left;
}

.ContentBodyTextBold
{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    /*padding: 8px 0px;*/
    display: block;
}

.ContentBodyTextItalicSmall
{
    font-family: arial, helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    text-align: left;
    font-style: italic;
}

/* --- END CONTENT --- */


/* --- START FOOTER --- */

.FooterDiv
{
    /*display: none;*/
    width: 100%;
    height: 80px;
    background-color: #3D434B;
    align-content: center;
    position: fixed;
    bottom: 0px;
}

.FooterContentDiv
{
    width: 600px;
    min-height: 20px;
    margin: auto;
}

.FooterSpacerDiv
{
    height: 30px;
}

/* --- END FOOTER --- */
