
DIV.bgcontainer,
H2
{ 
  background-color:#c5cb37;
}
UL#navigation LI A:hover,
UL#navigation LI.active A
{ color:#c5cb37; }
DIV.topbg 
{ 
  background-color:#96a41d; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96a41d', endColorstr='#c5cb37'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#96a41d), to(#c5cb37)); 
  background: -moz-linear-gradient(top,  #96a41d,  #c5cb37); 

}
DIV.bottombg 
{ 
  background-color:#96a41d; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5cb37', endColorstr='#96a41d'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#c5cb37), to(#96a41d)); 
  background: -moz-linear-gradient(top,  #c5cb37,  #96a41d); 
}
