﻿.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #92278F;
    width: 100%;
    height: 75px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

/* ----- Header Styles ---- */
.SectionHeader
{
    background: #121212 repeat-x;
    height: 25px;
    min-width: 100%;
    vertical-align:middle;
}
.SectionHeaderTextLayout
{
    margin:0px 0px 0px 10px;
}
.SectionHeaderText
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12pt;
}