﻿

body {
    background-image: url('Images/Backgrounds/blue_weave.gif');
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    font-family: Sans-Serif;
}
.MainTextStyle 
{
    font-family: Sans-Serif;
    font-size:smaller;
    left:0px;
}

h1 {
    font-size: 18px;
    color:Red;
    font-variant: small-caps;
}
h2 {
    font-size: 18px;
    color: Red;
}
h3 {
    margin-left: 5px; 
    margin-top:0px;
    font-size: 18px;
    color:#336699;
    
}
h4 
{
    font-size:12px;
    color:#336699;
    font-weight:bold;
    margin-left: 5px; 
}

h5   /*this is the standard black text */
{
    font-family: Sans-Serif;
    font-size:smaller;
    color:Black;
    font-weight:normal;
}

h6
{
    font-size: 8px;
    color: Black;
    font-weight:normal;
}

p{
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 6px;
    padding-bottom: 8px;
}

.mainhorizrule {
    background-color: #003366;
    height: 6px;
    margin-bottom: 5px;
}

#topheaderbar 
{
}

#PageContainer {
    border: 0px solid #C0C0C0;
    background-color:White;
}

#Masthead {
    background-image: url('Images/Backgrounds/PWA_site_masthead7.jpg');
    background-repeat: no-repeat;
    background-color:#E6E1D0;
    border-color: White;  /*old border color: #C0C0C0;*/
    
}
#RightColumn {
}
#LeftColumn {
}
#MainContentThreeColumn {
}
#MainContentTwoColumn {
}
#MainContentOneColumn {
}
#FooterSection {
    clear: both;
    border: 1px solid #C0C0C0;
    width: 100%;
    margin-bottom: 15px;
    font-size: x-small;
    font-family: Sans-Serif;
    text-align: center;
    background-color: #E6E1D0;
    color: #333333;
}

#TopFooter {
 border: solid 1px Gray;
 height: 25px;
 font-size: x-small;
 font-variant:small-caps;
 color: #333333;
 
}

#MiddleFooter {
    background-color: #E6E1D0;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-right-style: solid;
    border-left-style: solid;
}
    
#BottomFooter {
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    border-color: #003366 #000000 #000066 #000000;
    background-color: #E6E1D0;
    padding-bottom: 6px;
}


