﻿body {
    background-color: #3c7e59;
}


#container {
    background-color: #fefefe;
}


#masthead {
    width: 720px;
}


#navigation {
    width: 720px;
    padding: 10px 0 20px 50px;
}


#page_content {
    width: 720px;
}


#masthead img {
    margin-top: 5px;
    float: left;
}


#masthead h1 {
    text-transform: none;
    display: block;
    text-align: center;
    color: #3c7e59;
    margin-top: 5px;
    margin-bottom: 5px;
}


#masthead h3 {
    display: block;
    margin: 0;
    text-align: center;
    color: #3c7e59;
}


#container {
    border-bottom: 2px solid #5b5f3a;
}


#content {
    width: 400px;
    min-height: 500px;
    padding-top: 20px;
}


#content > h2 {
    color: #3c7e59;
    font-style: italic;
}


#content img[src$="pdf.gif"],
#sidebar img[src$="pdf.gif"] {
    border: none;
    padding: 0;
    float: none;
    margin: 0 5px -3px 5px;
}


#sidebar {
    width: 300px;
    padding-top: 30px;
}


#footer {
    width: 720px;
    padding-top: 40px;
}


#navigation {
    overflow: visible;
}


#navigation a {
    background-color: #3c7e59;
    padding: 7px;
    border: 1px solid #5b5f3a;
}


#navigation a:hover {
    color: #3c7e59;
}


#content h1,h2,h3,h4,h5,h6 {
    color: #000000;
}


#sidebar p {
    color: #000000;
}


#board_pic {
    width: 520px;
    padding-left: 40px;
    padding-bottom: 50px;
}


a {
    color: #3c7e59;
}


a:hover {
    color: #ff3300;
}


a:visited {
    color: #551a8b;
}


.style_address {
    font-weight: bold;
    padding: 0;
    margin: 0;
}


.style_full_width {
    width: 720px;
}


.style_center {
    text-align: center;
}


.style_note_box {
    padding: 10px;
    border: 2px solid black;
    padding-bottom: 0px;
}


.style_indent {
    margin-left: 25px;
}