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

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