
body
  {
    background-color: #FFF9E6;
    font: 90%/1.4 Times New Roman, Times, serif;
    color: #000000;
  }

div#w2
  {
    background-color: #FFECB3;
  }

div#header
  {
    background-color: #9E3227;
  }

div#subnav
  {
    background-color: #9E3227;
  }

div#subnav span a
  {
    color: #F7F5EF;
  }

div#subsubnav ul
  {
    margin-top: 100px;
  }

div#subsubnav ul li a
  {
    color: #9E3227;
  }

div#content
  {
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 20px;
  }

div#content a
  {
    color: #9E3227;
  }

div#content .deco
  {
    height: 60px;
    margin-top: -20px;
    background: url(deco.gif) 585px 0 no-repeat;
  }

table.csc-mailform td.csc-form-fieldcell input, select, textarea
  {
    border-color: #FFCC33;
    background-color: #FFF9E6;
    color: #000000;
  }

table.csc-mailform td.csc-form-fieldcell input.csc-mailform-submit
  {
    border-color: #FFF9E6;
    background-color: #9E3227;
    color: #FFF9E6;
  }

div#footer
  {
    background-color: #9E3227;
    color: #FFF9E6;
  }

div#footer a
  {
    color: #FFFFFF;
  }

