.midHeader {
  border-color: black;
  background-color: white;
  color: white;
}
.midHeader a {
  color: black!important;
}
#footer {
  background-color: black;
  border-color: black;
}
#side-bar {
  border-right: none;
}
#side-bar div {
  border-top-color: black;
  border-bottom-color: black;
  border: solid black 2px;
  margin: 0.3em;
}
#side-bar a {
  margin-top: 0.3em;
  color: black;
}
a.thisPage {
  color: black!important;
}
#side-bar a:hover {
  color: white!important;
  background-color: #5679A5;
  xbackground-color: #428a42;
}
 
#side-bar {
  background-color: white;
}

body {
  background-color: white;
  color: black; 
}

#main-copy {
    color: black;
    border-left: solid white 1px;
}
