﻿body
{
    margin: 5px auto 0px auto;
    padding: 5px 5px 5px 5px;
    font-family: Tahoma;
    color: #282425;
    font-size: 12pt;
    background-color: #E8E8EA;
    width: 910px;
}

h1
{
    color: #282425;
    font-size: 18pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-family: Copperplate Gothic Light, Times New Roman, Arial;
}

h2
{
    color: #282425;
    font-size: 11pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
h3
{
    font-size: 10pt;
    color: White;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: #000000;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
}
hr
{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
}

ul
{
    padding: 0px;
    margin: 20px 0px 20px 20px;
}

li
{
    padding: 0px;
    margin: 0px;
}

a, a:visited, a:active, a:link
{
    color: #282425;
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    color: #DA8D01;
    text-decoration: none;
    cursor: pointer;
}
.panel_header
{
    padding: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 11pt;
    border: solid 1px #B7955B;
    border-bottom: 0px;
    background-color: #C3A675;
    color: White;
}

.panel
{
    background-color: white;
    border: solid 1px #B7955B;
    margin-bottom: 5px;
    padding: 5px;
}

.alt_header
{
    border: solid 1px #002157;
    background-color: #002157;
    border-bottom: 0px;
    color: #F3E9C3;
    text-align: left;
}

.alt
{
    border: solid 1px #002157;
    background-color: #FAF6E6;
}

.alt_white
{
    background-color: White;
    border: solid 1px #C3A675;
}

.menu
{
    background-color: White;
}

.menu div, .menu div:active, .menu div:link, .menu div:visited
{
    background-color: #282425;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
    font-size: 11pt;
    color: #D9DD3B;
    font-weight: bold;
    margin: 1px;
}

.menu div:hover
{
    background-color: #D9DD3B;
    color: #282425;
}

.menu a, .menu a:active, .menu a:link, .menu a:visited
{
    color: #D9DD3B;
    font-weight: bold;
}

.menu a:hover
{
    background-color: #D9DD3B;
    color: #282425;
}

.featured_panel
{
    margin-top: 5px;
}
.text_title
{
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
}

.text_title_white
{
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
}

.featured_panel
{
    margin-top: 5px;
}

.footer
{
    color: #282425;
    text-align: center;
    background-color: #F09DC9;
}
.footer a
{
    color: #FFFFFF;
}
.footer a:hover
{
    color: #F09DC9;
}
.header
{
    font-size: 18px;
    color: #F61D30;
}
.contact_header
{
    font-weight: bold;
    color: #631511;
}
.contact a
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}
.contact a:hover
{
    color: red;
    text-decoration: none;
    cursor: pointer;
}
.contact a:active
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}
.header_white
{
    font-size: 18px;
    color: White;
}
.main_header
{
    font-size: 18px;
    color: White;
    padding-bottom: 8px;
}
.news
{
    color: White;
}
.box_text
{
    color: Black;
}

.curved
{
    -moz-border-radius-topleft: 4ex;
    -moz-border-radius-bottomright: 4ex;
    -webkit-border-top-left-radius: 4ex;
    -webkit-border-bottom-right-radius: 4ex;
    padding: 15px;
}

.green
{
    background-color: #D9DD3B;
    border: solid 1px #D9DD3B;
}

.light_green
{
    background-color: #E8EB8E;
    border: solid 1px #E8EB8E;
}

.pink
{
    background-color: #E44094;
    border: solid 1px #E44094;
}

.black
{
    background-color: #282425;
    border: #282425;
    color: White;
}

.green_text
{
    color: #D9DD3B;
}

.house
{
    background-repeat: no-repeat;
    background-position: top left;
    padding: 35px 0px 0px 30px;
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: Copperplate Gothic Light, Times New Roman, Arial;
    text-align: left;
}

.h_black
{
    background-image: url(/images/house_black.gif);
    color: #D8DE4B;
}

.h_green
{
    background-image: url(/images/house_green.gif);
    color: #282425;
}

.h_pink
{
    background-image: url(/images/house_pink.gif);
    color: #282425;
}

.register_button
{
    color: White;
}

.register_button a
{
    color: White;
}

.register_button a:hover
{
    color: #282425;
}

