﻿body
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-family: Tahoma;
    font-size: small;
    color: #273631;
    background: white;
}

border
{
    color: #217752;
}

h1
{
    font-size: x-large;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 0px;
}

h2
{
    font-size: large;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 0px;
    color: #832372;
}

h3
{
    font-size: 11pt;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 0px;
}

a
{
    text-decoration: none;
    color: #217752;
}

hr
{
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: solid 2px #217752;
}

a:visited
{
    text-decoration: none;
    color: #217752;
}

a:hover
{
    text-decoration: none;
    color: #832372;
}

.master_div
{
    text-align: center;
}

.site_div
{
    text-align: left;
    width: 800px;
}

.topper_div
{
}

.header_div
{
    background-image: url(/images/clouds.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.menu_div
{
    text-align: left;
    background-color: #217752;
    border-bottom: solid 1px #004629;
    border-top: solid 1px #004629;
    height: 25px;
    margin-bottom: 3px;
}

.menu_div a:link
{
    color: White;
}
.menu_div a:visited
{
    color: White;
}
.menu_div a:active
{
    color: White;
}
.menu_div a:hover
{
    text-decoration: none;
    color: #FFAA55;
}
.content_div
{
    padding-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    background-image: url(/images/watermark.gif);
    background-position: left;
    background-repeat: repeat;
}

.footer_div
{
    vertical-align: middle;
    background-color: #217752;
    border-bottom: solid 1px #004629;
    border-top: solid 1px #004629;
    color: White;
    padding: 2px;
}
.footer_div a:link
{
    color: White;
}
.footer_div a:visited
{
    color: White;
}
.footer_div a:active
{
    color: White;
}
.footer_div a:hover
{
    text-decoration: none;
    color: #FFAA55;
}
.seo_div
{
    padding-top: 20px;
    color: Silver;
    font-size: xx-small;
    text-align: center;
}

.styles_image
{
    border: solid 1px #217752;
}

.contact_head_text
{
    font-size: 12pt;
    font-weight: bold;
    color: Black;
}

.panel_header
{
    border: solid 1px black;
    border-bottom: 0px;
    font-weight: bold;
    color: black;
    padding: 5px;
}

.panel
{
    border: solid 1px black;
    padding: 5px;
    margin-bottom: 5px;
}

.button_strip
{
    background-color: Silver;
    border: solid 1px black;
    margin-bottom: 5px;
    padding: 5px;
}

.form_section
{
    background-color: Navy;
    font-weight: bold;
    color: White;
    padding: 5px;
}

