﻿/*
 ** 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: 150px;
    top: 0px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/gcahbanner.gif);
}

#pagetitle
{
    top: 125px;
    left: 775px;
    left: 435px;
    width: 415px;
    text-align: right;
    font-size: 12pt;
    color:#021ad4;
    border-top: 1px solid #021ad4;
    position: absolute;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 875px;
    height: 150px;
    top: 0px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 10;
    background-image: url(../images/Banners/gcahhomebanner.gif);
}


#banner h1
{
    font-size: 14px;
}

