html { background: #eaeaea url(background.jpg) top center no-repeat; }
body { background: transparent none; }
#siteHeader { background-image: none; height:162px; }
#siteHeader .adSpace { margin-top: -45px; position: absolute; right: 0; top: 50%; z-index: 100; }
.adminToggle, #adminNav { z-index: 150; }

#siteFooter ul { color: #999; }

#topNav a { background: #4c78c7 url(topNavBack.jpg) top left no-repeat; }
#topNav a:hover { background: #900a16 url(topNavHover.jpg) top left no-repeat; }
#topNav a.selected { background: #900a16 url(topNavHover.jpg) top left no-repeat; }
#topNav td ul li a { background: #4c78c7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4c78c7), to(#405f96));
background-image: -moz-linear-gradient(top, #4c78c7, #405f96);
border-top: 1px solid #4c78c7;
border-bottom: 1px solid #405f96;
}
#topNav td ul li a:hover { background: #900a16;
background-image: -webkit-gradient(linear, left top, left bottom, from(#c23e29), to(#900a16));
background-image: -moz-linear-gradient(top, #c23e29, #900a16);
border-top: 1px solid #c23e29;
border-bottom: 1px solid #900a16;
}
.subNav h4, .relatedSections h4 { background: #00155a url(subNavHeader.png) top left no-repeat; }
#displayBodyHeader { border: 2px solid #405f96;
background: #4c78c7 url(displayBodyHeader.jpg) no-repeat top left;
}
.subNav, .relatedSections {
background: #405f96;
border: 2px solid #405f96;
}
.subNav .selected a, .relatedSections .selected a {
color: #405f96;
background: #fefefe url(subNavSelected.png) top left repeat-x;
}

#accountNav .currentSite a { background: transparent url(favicon.gif) no-repeat center center; }
#accountNav .currentSite a:hover { background: #666 url(favicon.gif) no-repeat center center; }

#masterScoreboard { margin: 10px 5px -5px; }