#navigation .active a {
  background-color: #EFAA71;
}

.TopLinks li a:hover {
  background-color: #E99B5B;
}

#navigation2 .active a {
  background-color: #EFAA71;
}

.TopLinks2 li a:hover {
  background-color: #E99B5B;
}


#TopBox {
  background: url(BackgroundPics/LegV.jpg) center top no-repeat;
}

#TopBox {
  background-color: #5c5c5c;
}

#content {
  margin: 2em 2.5% 0 12em;
}

.dance {
  font-style: italic;
  color: #E99B5B;
  font-family: "Comic Sans MS", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#footer a {
  color: #E99B5B;
}

.accordion_toggle {
  font-size: .9em;
  text-align: right;
  font-weight: bold;
  background-color: #5c5c5c;
  color: white;
  border-top: 2px #E99B5B solid;
  padding: .3em 2em;
  margin-top: 0;
}

.accordion_toggle:hover {
  background-color: #482009;
}

.accordion_toggle a:hover {
  color: #E99B5B;
}