body {
  font: normal 100% helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

h1 {
  color: #990000;
  text-align: center;
}

.center {
  margin: auto;
  max-width: 50em;
}

#navcontainer ul {
  padding: .2em 0;
  margin: 0;
  list-style-type: none;
  background-color: #036;
  color: #fff;
  width: 100%;
  font: normal 90% helvetica, sans-serif;
  text-align: center;
}

#navlist li {
  display: inline;
}

#navlist li a {
  text-decoration: none;
  background-color: #036;
  color: #fff;
  padding: .2em 01em;
  border-right: 1px solid #fff;
}

#navlist li a:hover {
  background-color: #369;
  color: #fff;
}

.lastmod {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: #747474;
  font-size: 80%;
}

.staffpic {
  float: left;
  width: 200px;
}

.staffpic img {
  border: none;
  margin: 10px;
  height: 250px;
  width: 175px;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.announcements {
  float: left;
  width: 45%;
  border-right: dotted 1px #d3d7cf;
  padding-right: 1em;
}

.announcements .annpermalink {
  text-decoration: none;
  color: Black;
  font-weight: bold;
}

table {
  empty-cells:show;
}

th.c4 {
  width: 45%;
}

th.c3 {
  width: 35%;
}

th.c2 {
  width: 25%;
}

th.c1 {
  width: 20%;
}
