﻿.Full 
{
    width: 100%;
}

.Header 
{
    background: url(Background.gif) repeat-x;
    height: 125px;
    width: 100%;
}

.HeaderHolder 
{
    position: relative; top: 0px; left: 0px;
    width: 100%;
}

.HeaderTextHolder 
{
    width: 100%;
}

.ApplicationName 
{
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 32px;
    left: 200px;
    z-index: 102;
    color: #004A8D;
    font-weight: bold;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}

.ApplicationNameShadow 
{
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 34px;
    left: 200px;
    z-index: 101;
    color: white;
    font-weight: bold;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}

.PageTitle 
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 200px;
    z-index: 102;
    color: white;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}

.PageTitleShadow 
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 200px;
    z-index: 101;
    color: white;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}

.PageSubTitle 
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 55px;
    left: 200px;
    z-index: 102;
    color: #004A8D;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}

.PageSubTitleShadow 
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 57px;
    left: 200px;
    z-index: 101;
    color: white;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}
