body {
  color: #000000;
  background-color: #685434;
}

#page {
   background-color: #C3AB87;
}

tr.odd {
  background: #C0CBDC;
}

tr.even {
  background: #AFBDD3;
}

#section1 {
   background: #F5F5E9;
}

#section2 {
   background: #915E1E url(../images/blue/BottomBG.png) 0 0 repeat-x;
   color: #fff;
}

#primary a.active,
#secondary a.active {
  color: #CDCD8F;
}

a:link,
a:hover,
a:visited,
.title, .title a,
.submitted,
.links,
.node .taxonomy,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
  color: #0033CC;
}

/* added the a:hover and a:visited:hover link color below */
a:hover, a:visited:hover {
color: #ED00F0;
}

#section2 .title,
#section2 .title a {
   color: #fff;
}

#section2 a:link,
#section2 a:visited,
#section2 a.hover {
   color: #EEC193;
}

#header {
  background: #915E1E /*url(../images/blue/MastBG.png)*/ 0 0 repeat-x;
}

#sidebar-left .block, #sidebar-right .block {
/*  background-color: #C3AB87; */
}

#mission,
div.admin-panel h3 {
  background-color: #E3D8C5;
}
