body {
  align: center;
  width: 790px;
  min-width: 790px;
  padding: 0px;
  margin: 0px auto;
}

div.topBar {
  width: 706px;
  margin: 10px;
  padding: 0.5em;
  font-family: sans-serif;
  font-size: 80%;
  color: white;
  background-color: #607BBF;
}
a.topBar {
  text-decoration:none;
  color: white;
  padding:0.3em 0.5em;
  border-right:1px solid white;
}
a.topBar:hover {color:black}

a.lastLink {
  border-right:0px solid white;
}

form.topBar {
  text-decoration:none;
  display: inline;
}

#home .home, #research .research, #education .education, #about .about,
#group .group, #jobs .jobs {
  color: black;
}

div.updated {
  width: 756px;
  margin: 10px;
  padding: 0.5px;
  clear: both;
  font-family: sans-serif;
  font-size: 50%;
  color: #808080;
  border-top: 1px solid #808080;
}
