﻿/*
 ** 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: 235px;
    top: 10px;
    position: absolute;
    border-right: 3px solid #000096;
    border-left: 3px solid #000096;
    border-top: 3px solid #000096;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/pagebanner.jpg);
}

#pagetitle
{
    left: 654px;
    width: 200px;
    top: 160px;
    height: 25px;
    position: absolute;
    border-bottom: 2px solid blue;
    font-family: Georgia,Verdana, Arial, Helvetica;
    background-color: Transparent;
    color: blue;
    text-decoration: none;
    word-spacing: normal;
    font-weight:bold;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 1.6em;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 875px;
    height: 235px;
    top: 10px;
    position: absolute;
    border-right: 3px solid #000096;
    border-left: 3px solid #000096;
    border-top: 3px solid #000096;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../images/Banners/homebanner.jpg);
}

#homeframe
{
    left: 215px;
    top: -230px;
    height: 180px;
    width: 640px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 50;
    font-size: 16pt;
    font-family: Verdana;
    background-image: url(../images/Banners/frame.gif);
}

#banner h1
{
    font-size: 14px;
}
