body
{
    background-color: #efe7e7;

    font-family: Verdana;
    font-size: 11px;
    margin: 0;
}

a
{
color: #710a0a;    
}

.divMain
{
    margin: auto;
    width: 1024px;
border-right: solid 1px #700c0e;
}

.divHeading
{
    width: 1024px;
    height: 263px;
    background-image: url(images/header.jpg);
}

.divContent
{
    float: left;
    width: 1024px;
    background-image: url(images/content_repeat.gif);
    padding-bottom: 15px;
border-right: solid 1px #700c0e;
}

.divMenuBoxLeft
{
    width: 199px;
    padding-left: 10px;
    padding-bottom: 15px;
    float: left;
}
.divRightMenus
{
    float: right;
    padding-top: 20px;
}
.divMenuBoxRight
{
    width: 199px;
    padding-right: 25px;
    padding-bottom: 15px;
    float: right;
    clear: right;
}
.divMenuTopText
{
    color: White;
    font-size: 12px;
    text-align: right;
    padding-right: 12px;
}
.divMenuHeading
{
    background-image: url(images/menu_header.gif);
    width: 199px;
    height: 41px;
}

.divMenuContent
{
    background-image: url(images/menu_repeat.gif);
    width: 199px;
    border-bottom: solid 1px #564149;
}

.tdMenuContentRepeat a
{
    color: White;
    text-decoration: none;
    font-size: 11px;
}
.tdMenuContentRepeat a:hover
{
    text-decoration: underline;
}
.tdMenuRepeat
{
    width: 199px;
    background-image: url(images/menu_leftrepeat.gif);
 background-repeat: repeat-y;
}

.tdMenuleftRepeat
{
    width: 40px;
    background-image: url(images/menu_left.gif);
    background-repeat: no-repeat;
}

.tdMenuContentRepeat
{
    padding: 10px;
    width: 139px;
    background-image: url(images/menu_repeat.gif);
 color: white;
}

.divContentBox
{
    padding-left: 25px;
    width: 550px;
    float: left;
}

.divContentMain
{
    border: solid 3px #406070;
    float: left;
    background-color: #d9dada;
}

.divContentHeaderTextBox
{
    padding-top: 10px;
    width: 318px;
    height: 216px;
    float: left;
}

.divContentHeaderText
{
    padding-left: 30px;
    float: left;
    background-color: #6e0a0a;
    width: 290px;
    height: 32px;
    line-height: 30px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.divContentHeaderImage
{
    padding-top: 67px;
    width: 224px;
    height: 159px;
    background-image: url(images/content_image.gif);
    float: right;
}

.divContentHeaderContent
{
    float: left;
    padding: 10px;
    padding-top: 17px;
    text-align: justify;
}
.divContentHeaderImageClass
{
    width: 219px;
    height: 159px;
    overflow: hidden;
    text-align: center;
}

.divContentMainContent
{
    float: left;
    width: 510px;
    text-align: justify;
    padding: 15px;
}

.divGoogleAdds
{
    float: left;
    padding-top: 20px;
    width: 100px;
    padding-left: 40px;
}

.divFooter
{
    width: 99%;
    background-color: #3b0505;
    padding: 5px;
    color: White;
    clear: both;
    border-top: solid 1px #950812;
    border-bottom: solid 1px #950812;
    text-align: center;
}

