﻿body 
{
    margin: 0;
    padding: 0;
    background-image: url(../images/MasterPage/nav_stretch.gif);
    background-repeat: repeat-y;
}

img 
{
    border: none 0;
}

h1 
{
    margin:0;
    padding:20px 0;
}

#PageWrapper 
{
    background-image: url(../images/MasterPage/nav_stretch.gif);
    background-repeat: repeat-y;
    position: relative;
}

#PageWrapper #LeftNav 
{
    background-image: url(../images/MasterPage/nav_stretch.gif);
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    z-index:20;
    
}

#PageWrapper #PageContent 
{
    position: relative;
    padding-left: 217px;
    
}

#PageContent 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

#PageContent H6
{
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    margin:0;
    padding:20px 0;
}

.MailingListForm 
{
    margin-right: 42px;
    text-align: center;
}

.MailingListForm .SubmitButton 
{
    border: none 0;
    background-image: url(../images/MasterPage/submitbutton.gif);
    background-repeat:no-repeat;
    width: 65px;
    height: 30px;
}