﻿/*
 ** Header Content Styles
 */
#pagetitle
{
    top: 55px;
    left:550px;
    width: 300px;
    text-align: right;
    position:absolute;
    font: 10pt Verdana, Arial, Helvetica;
}

#title
{
    width: 660px;
    height: 50px;
    top: -215px;
    left:214px;
    position: absolute;
    border-left: 1px solid Maroon;
    border-right: 1px solid Maroon;
    border-top: 1px solid Maroon;
    background-repeat: no-repeat;
    z-index: 20;
}

#banner
{
    width: 875px;
    height: 75px;
    top: 0px;
    position: absolute;
    border: 1px solid Maroon;
    background-repeat: no-repeat;
    z-index: 20;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position:absolute;
    border: 1px solid Maroon;
    background-repeat: no-repeat;
    z-index:100;
}
#homebanner
{
    width: 660px;
    left: 214px;
    height: 150px;
    top: -165px;
    position: absolute;
    border: 1px solid Maroon;
    background-repeat: no-repeat;
    z-index: 0;
}

#banner h1
{
    font-size: 14px;
}

