#mainNavigation {
background-color: #EB8000;
}
#mainNavigation li div.currentSection {
background-color: #93B400;
}
#middleColumn h1 {
  color: #EB8000;
  border-bottom-color: #EB8000;
}
#middleColumn h2 {
color: #93B400;
}
#middleColumn h3 {
color: #93B400;
}
#subNavigation a {
background-color: #93B400;
}
#subNavigation li a:hover {
background-color: #728B00;
}
#mainContainer #leftContent h1 { background-color: #93B400; }
.leftContentContainer { border-color: #93B400; }

#bannerContainer #secondaryLogo {
  position: absolute;
  right: 60px;
  bottom: -50px;
  z-index: 999;
}
