table.header {
  margin: 0 0 1em 0 !important;
  background: #e2ebf5;
  border-bottom: 5px solid #97ea3a;
  width: 100%;
}

form.header_searchbox {
  margin: 1em 0 1em 1em;
}

div.header_bar {
  background: none;
  border-top: none;
}

div.header_bar h1 {
  position: relative;
  left: 150px;
}

body.no_searchbox div.header_bar h1 {
  position: static;
  margin-top: .7em;
}

p.footer_nav {
  margin: 0;
  border-top: 5px solid #97ea3a;
  background: #e2ebf5;
}

ul.leftnav {
  position: relative;
  top: -40px;
}

body.no_searchbox ul.leftnav {
  position: static;
}

