﻿body
{
    background-color: #000000;
    color: #ffffff;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
}
h1
{
    font-family: 'Trebuchet MS', arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
h2
{
    font-family: 'Trebuchet MS', arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.true
{
}
.MainRow
{
    margin: 0px auto 10px;
    text-align: center;
    width: 1020px;
}
.MainBlock
{
    width: 310px;
    text-align: left;
    float: left;
    margin: 0px 10px;
}
.MainBlock h2
{
    font-family: "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0px 10px 0px;
    margin: 0px;
}
.MainBlock h2 a
{
    text-decoration: none;
    color: #ffffff;
}
.MainBlock ul
{
    font-family: "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #7dc4d8;
}
.MainBlock ul li
{
    padding: 4px 0px 3px 0px;
    border-top: solid 1px #598527;
}
.MainBlock ul li:hover
{
    background-color: #1a3f00;
    color: #ffffff;
}
.MainBlock ul li:hover a
{
    background-color: #1a3f00;
    color: #ffffff;
    cursor: pointer;
}
.MainBlock ul li a
{
    text-decoration: none;
    color: #aba000;
    display: block;
}
.MainBlock ul li a:hover
{
    color: #ffffff;
}

#dHoverBlockText
{
    width: 280px;
    color: #1a3f00;
    border: solid 1px #1a3f00;
    background-color: #8baa96;
    padding: 5px 8px;
    text-align: left;
    z-index: 5;
    position: absolute;
    top: 100px;
    left: 500px;
    display: none;
}
.dHoverBlockImage
{
    float: right;
    width: 50px;
}
#dFooter
{
    clear: both;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    width: 1020px;
    border-top: solid 1px #598527;
}
#dFooter a
{
    color: #aba000;
    text-decoration: none;
    margin: 0px 10px;
}
#dFooter a:hover
{
    text-decoration: underline;
}