/* footer.css */

#FooterMain {
  background: #BFDCC0;
  color: #3C693E;
  height: 25px;
  line-height: 25px;
  padding-left: 195px;
  text-align: center;
}

#FooterMain ul li {
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin: 0 5px;;
}

#FooterMain ul li a {
  color: #3C693E;
  text-decoration: none;
  font-size: 11px;
}
