﻿body 
{
    background-image: url(Images/Background.jpg);
    margin-top: 0px;
}

#PageDiv
{
    width: 790px;
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
    background-image: url(Images/ContentBackground.png);
    margin-top: 0px;
    margin-bottom: 0px;
    float:left;
    padding-left: 0px;
}

#PageHeader
{
    width: 790px;
    height: 100px;
    background-color: Silver;
    float: left;   
    /*background-image: url(Images/RedGradient.png);*/
    text-align: center;
}

#PageHeading
{
    padding-top: 15px;
    font-family: Times New Roman;
    font-size: 30pt;
    font-weight: bold;
    font-style: italic;   
}

#PageSubHeading
{
    font-family: Times New Roman;
    font-size: 16pt;
    font-style: italic;   
}

#SideBar
{
    float: left;  
    margin-left: 15px;  
}

#LogoHolder
{
    float: left;
    margin-left: 0px;
}

#MenuHolder
{
    float: left;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    margin-left: 0px;
}

#ContactDetails
{
    font-size: small;
    font-weight: normal;
    font-family: Times New Roman;
}

a:link { color: Maroon; text-decoration: none; }
a:visited { color: Maroon; text-decoration: none; } 
a:hover { text-decoration: underline; } 

A.MenuItem
{
    line-height: 25px;
}

#Content
{
    float: left;
    text-align :left;
    width: 580px;
}

#VerticalSeperator
{
    float: left;
    width: 3px;
    height: 550px;
    background-color: #550000;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

#Seperator
{
    float: left; 
    width: 790px;
    height: 5px;
    background-color: #550000; 
    margin-bottom: 15px;  
    font-size: 1px;
}

#Seperator2
{
    float: left; 
    width: 790px;
    height: 5px;
    background-color: #550000; 
    font-size: 1px;
}

#Seperator3
{
    float: left; 
    width: 125px;
    height: 2px;
    background-color: #550000; 
    font-size: 1px;
}

#FootNote
{
    float: left; 
    width: 788px;
    font-size: x-small;
    background-color: #EEEEEE; 
    padding: 1px; 
    text-align: left;
    margin-top: 20px;
}

td.StaffInfoCell
{
    padding-right: 15px;
    padding-bottom: 25px;  
    vertical-align: top; 
}

