/* CSS Document */

.navtop {
    border-bottom: solid 2px #2B7122;
}

#content h2 {
    color: #2B7122;
    background-color: #DAF1DB;
    border: 1px solid #2B7122;
}

#content h3 {
    color: #2B7122;
}

#content a {
    color: #2B7122;
}

#content li {
    list-style-image: url(/images/icon-arrow-content-green.gif);
}