﻿*
{
    font-family: Verdana;
    font-size: 12pt;
    color: #2D2D2D;
}

body
{
    width: 800px;
    margin: 20px auto 20px auto;
    background-color: #E1E1E1;
}

h1
{
    font-size: 11pt;
    font-weight: bold;
    margin: 5px 0px 3px 0px;
    padding: 5px 0px 3px 0px;
    color: #00004C;
}

h2
{
    font-size: 14pt;
    font-weight: bold;
    margin: 5px 0px 3px 0px;
    padding: 5px 0px 3px 0px;
    color: #00004C;
}

h3
{
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0px 3px 0px;
    padding: 5px 0px 3px 0px;
    color: #1A4E91;
}

hr
{
    border-color: #BD2726;
    background-color: #BD2726;
    color: #BD2726;
    margin: 10px 0px 10px 0px;
    width:100%;
}

.div_site
{
    border: solid 3px black;
    background-color: #FFFFE8;
}

.div_header
{
    background-image: url(/images/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 190px;
}


.div_topmenu
{
    color: White;
    font-weight: bold;
    background-color: Black;
    padding: 5px;
}

.div_topmenu
{
    font-weight: normal;
    font-size: 8pt;
    color: White;
    background-color: Black;
    padding: 0px 5px 5px 5px;
}

.div_topmenu a, .div_topmenu a:link, .div_topmenu a:visited, .div_topmenu a:active
{
    cursor: pointer;
    font-weight: normal;
    font-size: 8pt;
    color: White;
    text-decoration: none;
}

.div_topmenu a:hover
{
    cursor: pointer;
    font-weight: normal;
    font-size: 8pt;
    color: White;
    text-decoration: underline;
}

.div_content
{
    padding: 20px;
}

.div_footer
{
    color: White;
    font-weight: bold;
    background-color: Black;
    padding: 5px;
}

.div_footer td
{
    color: White;
}

