﻿body
{
    font-size: 8pt;
    color: #464646;
    font-family: arial, verdana;
    background-color: #8c8c8c;
}

.Site
{
    width: 739px;
    background-color: white;
}

.Header
{
    height: 97px;
    background-image: url('Images/ShadowTop.jpg');
    background-repeat: no-repeat;
    border-bottom: 1px solid #c8c8c8;
}

.Header .Logo
{
    padding-left: 11px;
    padding-top: 8px;
}

.Header .MainMenu
{
    padding-right: 10px;
}

.Banner
{
    background-position: 0px 1px;
    background-image: url('Images/BannerPic.gif');
    padding-bottom: 1px;
    color: white;
    padding-top: 1px;
    background-repeat: no-repeat;
    background-color: white;
    height: 171px
}

.Banner a
{
    background-image: url('Images/Arrow2.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background-position: left center
}

.Banner a:hover
{
    text-decoration: underline;
}

.Banner .Slogan1
{
    font-weight: bold;
    font-size: 16pt;
    color: white;
    padding-left: 340px;
    padding-top: 33px;
    display: block;
}

.Banner .Slogan2
{
    font-weight: bold;
    font-size: 35pt;
    color: white;
    display: block;
    padding-left: 518px;
    padding-top: 5px;
}

.Banner .Slogan3
{
    padding-left: 596px;
    padding-top: 10px;
    display: block;
}

.Content
{
    background-color: white;
    border-top: #c8c8c8 1px solid;
	font-size: 9pt;

}

.Content h1
{
    font-weight: bold;
    font-size: 9pt;
    color: black;
font-weight: bold;
}

.Content h2
{
    font-weight: bold;
    font-size: 9pt;
    color: black;
}

.Content h3
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    background-color: #854141;
    padding-top: 5px;
    padding-bottom: 5px; text-align:center
    
}

.Content .Left
{
    width: 549px;
    border-right: #c8c8c8 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.Content ul
{
    color: black;
}

.Content .Right
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.Content .Right .ContactDetails
{
    font-weight: bold;
    color: black;
    font-size: 8pt;
}

.Content a
{
    background-image: url( 'Images/Arrow1.gif' );
    background-repeat: no-repeat;
    padding-left: 15px;
    color: #854141;
    text-decoration: none;
    font-weight: bold;
    background-position: left center;

}

.Content .NormalLink
{
    background-image: none;
}

.Content a:hover
{
    text-decoration: underline;
}

.Content td
{
    padding-right: 5px;
    padding-left: 5px;
	
}

.Content p
{
    text-align: left;
}

.Bottom
{
    background-image: url('Images/ShadowBottom.jpg');
    background-repeat: no-repeat;
    height: 33px
}

.Footer
{
    color: white;
    width: 100%;
    text-align: center;
    background-color: #8c8c8c;
    padding-top: 10px;
}

.Footer a
{
    text-decoration: none;
    color: white;
}

.Footer a:hover
{
    text-decoration: underline;
}
