﻿body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #a39e98;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

form
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/blackGrad.png);
    background-position: center top;
    background-repeat: no-repeat;
}

center
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.webSectionContent
{
    text-align: left;
    vertical-align: top;
    padding: 10px;
    background-color: #fafafa;
    min-height: 150px;
}

.webSectionContent *
{
    max-width: 614px !important;
}

.webSectionContent a:link
{
    text-decoration: none;
    color: #00aeef;
}

.webSectionContent a:visited
{
    text-decoration: none;
    font-style: italic;
    color: #00aeef;
}

.webSectionContent a:hover
{
    color: #9e0b0f;
    text-decoration: underline;
}

img
{
    border: none;
    padding: 0px;
    margin: 0px;
}

.rightSide
{
    text-align: left;
    width: 268px;  
    vertical-align: top; 
    background-image: url(../images/rightcontenthead.png); 
    background-repeat: no-repeat; 
    background-position: center top;
}

.rightContent
{
    margin-top: 75px;
    background-color: #fafafa;
    width: 248px;
    padding: 10px;
    overflow: hidden;
}

.rightContent *
{
    max-width: 248px !important;
}

.green
{
    border: solid 1px #8dc63f;
    background-color: #ffffff;
}

.green > dt
{
    padding: 5px;
    background-color: #8dc63f;
    color: #ffffff;
    font-size: 14pt;
}

.green > dd
{
    color: #000000;
    padding: 10px;
}

.maroon
{
    border: solid 1px #951f19;
    background-color: #ffffff;
}

.maroon > dt
{
    padding: 5px;
    background-color: #951f19;
    color: #ffffff;
    font-size: 14pt;
}

.maroon > dd
{
    color: #000000;
    padding: 10px;
}

.gray
{
    border: solid 1px #9d9d9d;
    background-color: #ffffff;
}

.gray > dt
{
    padding: 5px;
    background-color: #9d9d9d;
    color: #ffffff;
    font-size: 14pt;
}

.gray > dd
{
    color: #000000;
    padding: 10px;
}