﻿/*
 ** 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;
}

#bannerpics
{
    position: absolute;
    text-align: justify;
    color: Black;
    border: none;
    width: 550px;
    height: 150px;
    left: 290px;
    top: -270px;
    z-index: 20;
    background-color: Transparent;
}


#banner
{
    width: 875px;
    height: 280px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../images/Banners/banner.jpg);
}

#pagetitle
{
    top: 140px;
    width:550px;
    text-align:right;
    color:#6A2DA5;
    font-size:16pt;
    left: 290px;
    border-top: 2px solid #6A2DA5;
    position: absolute;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 875px;
    height: 280px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../images/Banners/banner.jpg);
}


#banner h1
{
    font-size: 14px;
}

