html, body {
  background-color: #F0F3E2;
}

div#layoutTop {
  background-image: url(../images/support/top.jpg);
}

div#content {
  background-image: url(../images/support/bg_content.jpg);
}

#contentRight {
  border-left-color: #8CA045;
}

#divFooter {
  background-color:#D5DDAE;
}

ul#navigationSub li a {
  margin: 0px 9px 0px 9px;
}

#contentLeft .line, #contentRight .line {
  border-bottom-color: #457132;
}  

ul#navigationSub {
  background-color:#457132;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #457132;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}