/*
  Green (Resources)
  On/Over/Divider: #A3A35C / #91914A
  Off: #E5E5CC
*/

h1,
h2,
h3,
div.csc-mailform-field span.csc-mailform-label {
  color: #91914A;
}

h1 {
  border-top-color:  #A3A35C;
}

/*
  This needs to stay in each individual colourway CSS file, despite it being
  the same code in each, as the pat is relative to THIS stylesheet
*/
ul li {
  list-style-image : url(images/bullet.gif);
}