html {
    background: #000 url(background.jpg) top center no-repeat;
}
body {
    background: transparent none;
}
/*#siteHeader {
     background-image: url(pageHeader.jpg); 
    height: 200px;
}*/
#accountNav .currentSite a {
    background: #C7D834 url(favicon.gif) no-repeat center center;
}
#accountNav .currentSite a#edit_membership {
    color: #333;
}
/*#topNav tr {
    background-image: url(topNavBack.gif);
}
#topNav a {
    color: #fff;
    background-image: url(topNavBack.gif);
}*/
#topNav .selected:link,
#topNav .selected:visited,
#topNav a:hover {
    color: #fff;
}
#topNav td ul li a {
    color: #fff;
    background: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
    background-image: -moz-linear-gradient(top, #333333, #262626);
    border-top: 1px solid #333333;
    border-bottom: 1px solid #191919;
}
#topNav td ul li a:hover {
  color: #fff;
  background: #C7D834;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C7D834), to(#C7D834));
  background-image: -moz-linear-gradient(top, #C7D834, #C7D834);
  border-top: 1px solid #D4EA1B;
  border-bottom: 1px solid #AEBE23;
}
/*.subNav .parents .selected {
    background: #C7D834 url(topNavBack.gif) repeat-x 0 -25px;
    border-bottom: solid 1px #AEBE23;
}*/
.subNav .parents a {
    border-bottom: solid 1px #AEBE23;
}
.subNav .children a {
    color: #333;
    background-color: #C7D834;
    border-bottom: solid 1px #AEBE23;
    border-top: solid 1px #D4EA1B;
}
.subNav .children a:hover,
.relatedSections li a:hover {
    color: #C7D834;
    background-color: #333333;
    border-bottom: solid 1px #AEBE23;
}
/*.relatedSections .selected a {
    background: #C7D834 url(topNavBack.gif) repeat-x 0 -30px;
    color: #333333;
}
.relatedSections .selected a {
    background: #333 url(topNavBack.gif) repeat-x 0 30px;
    color: #C7D834;
}*/
.relatedSections a {
    color: #333;
    background-color: #C7D834;
}
.dataTable th,
.resultsTable .resultHeader {
    background: url(displayBodyHeader.jpg) right;
}
#displayBodyHeader {
    color: #333;
    background: url(displayBodyHeader.jpg) no-repeat top left;
}
#displayBodyHeader.displayBodyHeader-image {
    border: none;
    padding-bottom: 0 !important;
}