﻿.Full 
{
	width: 100%;
}

.Header 
{
    background: url(Background.gif) repeat-x;
    height: 95px;
    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: 125px;
    z-index: 102;
    color: white;
    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: 123px;
    z-index: 101;
    color: black;
    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: 125px;
    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: 123px;
    z-index: 101;
    color: black;
    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: 125px;
    z-index: 102;
    color: white;
    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: 123px;
    z-index: 101;
    color: black;
    margin-right: 200px;
    white-space: nowrap;
    overflow: visible;
    display: block;
}
