﻿body {
}

#accordion ul {
    list-style: none;
    padding: 0px 3px 0px 3px;
    margin-top: 0px;
}

    #accordion ul li {
        padding: 0px 0px 1px 3px;
        background-color: aliceblue;
        line-height: 24px;
        font-size:14px;
    }

        #accordion ul li :hover {
            color: white;
            background-color: blue;
        }

#HomeDv {
    width: 100%;
}

#HomeDvLeft {
    width: 20%;
    float: left;
}

#HomeDvCenter {
    width: 58%;
}

#HomeDvRight {
    width: 20%;
    float: right;
}

.RebExp {
    list-style-type: none;
    height: 10px;
}

.HdColor {
    color: #0166B8;
}

.Bold {
    font-weight: bold;
}

.Hvr:hover {
    color: Navy;
}

.DvHm first-child:first-letter {
    font-weight: bold;
    color: Green;
}

.Lk, .More {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .Lk li {
        padding: 0 0 10px 20px;
        margin-left: 0;
        background: url(../images/graphics-arrows-818870.gif) no-repeat 0 5px;
    }

    .More li {
        display: block;
    }

.Note {
    border: ridge 3px #ddd;
    background-color: #eee;
}

    .Note p {
        color: #0166B8;
        padding-top: 10px;
        padding-bottom: 3px;
    }
/* Left Menu  Start */

.menu_simple ul {
    margin: 0;
    padding: 0;
    width: 190px;
    list-style-type: none;
}

    .menu_simple ul li {
        border-bottom: ridge 1px gray;
    }

        .menu_simple ul li a {
            text-decoration: none;
            color: white;
            padding: 10.5px 11px;
            background-color: #0166B8;
            display: block;
        }

            .menu_simple ul li a:visited {
                color: white;
            }

            .menu_simple ul li a:hover, .menu_simple ul li .current {
                color: white;
                background-color: #028DFD;
            }

/* Left Menu  End */
