H1,H2,H3 { color: #E37F1D; }

.acccRelatedInformationHelpBoxTitleBar { #E37F1D; }
.acccRelatedInformationHelpBoxContentFrame { background: #F6F1EA; }

.acccRelatedInformationNotesBoxTitleBar { background: #E37F1D; }
.acccRelatedInformationNotesBoxContentFrame { background: #F6F1EA; }
.acccRelatedInformationNotesBoxContentFrame h2 { 
    color: #E37F1D;
    margin-bottom: 12px;
    margin-top: 3px;
}

/* Left hand side nav menu css */
div.menuTreeContainer ul.menuConsumers {
    background-color: #E37F1D;
}

div.menuTreeContainer ul.menuConsumers li a {
    color: white;
}

div.menuTreeContainer ul.menuConsumers ul {
    background-color: #F2D7BA;
}

div.menuTreeContainer ul.menuConsumers ul li {
    border-top: 1px solid white;
    margin-top: -1px;
}
div.menuTreeContainer ul.menuConsumers ul ul li {
    border-top: none;
    margin-top: 2px;
}

div.menuTreeContainer ul.menuConsumers ul a {
    color: #000000;
}

div.menuTreeContainer ul.menuConsumers ul ul {
    background-color: #F7F7F7;
}

div.menuTreeContainer ul.menuConsumers ul ul a {
    color: #4D4D4D;
}

div.menuTreeContainer ul.menuConsumers ul ul ul {
    background-color: white;
    margin: 3px;
    margin-left: -17px;
}

.keyPublicationBoxTitleBar {
    background-color: #E37F1D;
}

div.consumerAreaImageDiv {
    float: left;
    margin-top: -27px;
    /* IE6 Hack */
    *position: relative;
}
div.consumerAreaDistinctiveHighlightBox {
    margin-bottom: 10px;
    /* IE6 Hack */
    *margin-top: 30px;
}
/* IE6 Hack */
*div.consumerAreaDistinctiveHighlightBox div {
*   margin-bottom: -9px;
*