﻿/*
 ** Header Content Styles
 */
#title
{
    width: 660px;
    height: 50px;
    top: -215px;
    left: 214px;
    position: absolute;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 20;
}

#banner
{
    width: 875px;
    height: 185px;
    top: 0px;
    position: absolute;
    border-top: 2px solid #00FF00;
    border-left: 2px solid #00FF00;
    border-right: 2px solid #00FF00;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/pagebanner.gif);
}

#pagetitle
{
    top:113px;
    left: 584px;
    width: 220px;
    color:Yellow;
    font : 9pt Verdana;
    position: absolute;
    text-align:center;
}

#formpagetitle
{
    top:113px;
    left: 584px;
    width: 220px;
    color:Yellow;
    font : 9pt Verdana;
    position: absolute;
    text-align:center;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 875px;
    height: 185px;
    top: 0px;
    position: absolute;
    border-top: 2px solid #00FF00;
    border-left: 2px solid #00FF00;
    border-right: 2px solid #00FF00;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/homebanner.gif);
}


#banner h1
{
    font-size: 14px;
}

