body {background-color:#666; color:#FFF; background-image:none;}
a {color:#ffff00;}
a:hover, a:focus {color: #ffff00;}
.top-menu ul li a {color: #ffff00;}
.content-bg-wel {background-color: #171717;}
.objective-text { color:#ffff00;}
.directors-bg {background-color: #333;}
.footer-background {background-color: #333 !important;}
.nav-tabs li a { background-color: #333; color: #ffff00;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color: #ffff00; background-color: #000;}
.nav-tabs {border-bottom: 1px solid #000;}
.btn-primary {color: #ffff00;}
.normal {background-color: #fff !important;}
.normal a {color: #333 !important;}
.bg-inverse {background-color: #1b1b1b !important;}
.banner-lower-menu {background: #000;}
.lower-menu ul li a {color: #ffff00;}
.nav > li > a, .nav > li > a:hover { color: #ffff00; background-color: transparent;}
#wpo-content .container-fluid {background: #333;}
.cmd-image {background:#000;}
.panel-footer {background-color: #000;}
.panel{ background-color:#000;}
.panel-default > .panel-heading { background-color:#333;}
.cmd-image a, .cmd-image a:hover {background: #4c4c4c; color: #ffff00;}
.footer-link ul li a {color: #ffff00;}
.initiatives .info .view a {color: #ffff00;}
.initiatives .info .view {background-color: #000;}
.tab-box div.tab { background: #666;}
div.tab ul li a { color:#ffff00;}
div.tab ul li.active {background: #000; color: #ffff00;}
.sld {background: #666;}
.footer-link img {-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);}
.initiatives .info {background-color: rgba(0,0,0,.7);}
.left-sidebar-menu ul li a {color: #ffff00;}

.navigation-bg {
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4c4c4c 0%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sf-menu a {
    color: #ffff00;
}

.sf-menu li {
    /* no need for Supersubs plugin */
}

.sf-menu ul li {
    background: #000;
    border-bottom: 1px solid #fff;
}

.sf-menu ul ul li {
    background: #333;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #333;
}


.right-content table th {
    border: #eceeef 1px solid;
    background-color: #000;
    color: #FFF;
}

.right-content table td {
    padding: 10px;
    border: 1px solid #eceeef;
}

    .right-content table td a {
        color: #ffff00;
    }

        .right-content table td a:hover {
            color: #ffff00;
        }
/* provide some minimal visual accomodation for IE8 and below */
.right-content table tr {
    background-color: #fff;
}
    /*  Define the background color for all the ODD background rows  */
    .right-content table tr:nth-child(odd) {
        background-color: #000;
    }
    /*  Define the background color for all the EVEN background rows  */
    .right-content table tr:nth-child(even) {
        background-color: #333;
    }

.right-content caption {
    color: #fff;
}

.breadcrumb > .active {
    color: #fff;
}

.left-sidebar-menu .box-heading {
    background: #666 !important;
    color: #ffffff;
}