html {
    background: #efefef url(background2.jpg) top center no-repeat;
}
body {
    background: transparent none;
}
#topNav table .selected:link,
#topNav table .selected:visited,
#topNav table a:hover {
    background-color: #FFF;
    color: #010da0;
}
#topNav table a {
    color: #00086a;
    background-color: #FFF !important;
    background-image: transparent none;
}
.siteContainer {
    background-color: #323C3E;
}
.subNav,
.relatedSection {
    background: #637275 none;
}
.subNav .children a,
.relatedSections .siblings a {
    background-color: #adafaa;
    border-top: solid 1px #bcbeb9;
    border-bottom: solid 1px #9a9c98;
    color: #2d3092;
}
.subNav .parents .selected a {
    color: #FFF;
}
.subNav .children a:hover,
.relatedSections li a:hover {
    background-color: #637275;
    color: #FFFFFF;
}
#siteFooter {
    background-color: #323C3E;
    background-image: url(https://assets.ngin.com/theme_images/classic_v2/sprites/footerCap.png);
    background-repeat: repeat-x;
}
