/* CSS Document */



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

#content h2 {
    color: #FF9900;
    background-color: #FFF2CA;
    border: 1px solid #FF9900;
    position: relative;
}

#content h3 {
    color: #FF9900;
}

#content a {
    color: #FF9900;
}

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

.underline {
    text-decoration: underline;
}