﻿/*This is the newest style sheet*/
/*Dark Purple #5F1E3A
  Red #E44145
  Blue #007BB3
  Light Blue #94B6D6
  Grey #CEDDEA*/
body 
{
    font-family: Arial,Tahoma,Verdana,Sans-Serif;
	color: #636363;
	font-size: 11pt;
	line-height: 120%;
	text-align: justify;
    }
#Container
{
    width: 792px;
    margin-right: auto;
    margin-left: auto;
    }
#Header
{
    height: 206px;
    background-image: url('../Images/header.jpg');
    background-repeat: no-repeat;
    }
#SubHeader
{
    background-image: url('../Images/headersub.jpg');
    height: 124px;
    }
.SubHeaderTitle
{
    position: absolute;
    color: White;
    font-size: 25pt;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 50px;
     }
#TopLinks
{
 color: White;
 width: 780px;
 text-align: right;
 padding-top: 10px;
    }
#TopLinks a
{
    color: White;
    text-decoration: none;
    font-size: 8pt;
    } 
#TopLinks a:hover
{
    color: #94B6D6;
    text-decoration: underline;
    font-size: 8pt;
    }   
#Footer
{
    width: 792px;
    background-color: #5F1E3A;
    color: White;
    text-align: center;
    clear: both;
    font-size: 8pt;
    }
#Footer a
{
    color: #F7931E;
    }
#Footer a:hover
{
    color: White;
    text-decoration: underline;
    }
h1
{
    color: #1A1A1A;
    margin-top: 0px;
    line-height: 110%;
    }
h2
{
    line-height: 120%;
    margin-top: 10px;
    color: #5F1E3A;
    }
h3
{
    color: #1A1A1A;
}
a 
{
    text-decoration: none;
    font-weight: bold;
    color: #1072BA;
    }

a:hover
{
    color: #F7931E
    }
img
{
    border: none;
    }
hr
{
    color: #5F1E3A;
    }
.GreyLink
{
    color: #636363;
    font-size: 8pt;
    }
.StaffBoxTop
{
    background-image: url('../Images/stafftop.png');
    height: 15px;
    }
.StaffBoxMiddle
{
    background-image: url('../Images/staffmiddle.png');
    width: 775px;
    }
.StaffBoxBottom
{
    background-image: url('../Images/staffbottom.png');
    height: 22px;
    }
.StaffImage
{
    margin-left: 20px;
    }

