﻿/*
 ** Header Content Styles
 */
#pagetitle
{
    font-family: Verdana, Arial;
    background-color: transparent;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.3em;
    color: #E5D1E8;
    border-top: #e5d1e8 2px solid;
    position: absolute;
    margin-top: 0px;
    padding-top:3px;
    top: 215px;
    left: 540px;
    width: 300px;
    text-align: right;
    position: absolute;
}

#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: 230px;
    top: 10px;
    position: absolute;
    border-top: 2px solid #4F0091;
    border-right: 2px solid #4F0091;
    border-left: 2px solid #4F0091;
    background-repeat: no-repeat;
    background-image: url(../../images/Banners/banner.gif);
    z-index: 20;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 660px;
    left: 214px;
    height: 150px;
    top: -165px;
    position: absolute;
    border-top: 2px solid #4F0091;
    border-right: 2px solid #4F0091;
    border-left: 2px solid #4F0091;
    background-repeat: no-repeat;
    z-index: 0;
}

#banner h1
{
    font-size: 14px;
}
