/*
This CSS file forces the header background and headlines of sections
to be the green versions of their images.

The !important forces a style.
*/
div#header{
  background: url("images/headergreen.png") !important;
}
div.newsletter h3{
  background: url("images/headlinegreen.png") !important;
}
div.video h3{
  background: url("images/headlinegreen.png") !important;
}
div.widgetarea ul li h3{
  background: url("images/headlinegreen.png") !important;
}
div#l_sidebar ul li h3{
  background: url("images/headlinegreen.png") !important;
}
div#r_sidebar ul li h3{
  background: url("images/headlinegreen.png") !important;
}