body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 780px;
  border-right: 1px solid black;
  background-color: #eeeeee;
  font-family: serif, sans-serif;
}

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 0;
}

#banner h1 {
}

#banner h2 {
  font-size: 150%;
  font-variant: small-caps;
}

#content h2 {
  padding-left: 0px;
  border-bottom: 1px solid black;
}

#info h3 {
  margin: 0px 0px 3px 0px;
  border-bottom: 1px solid black;
  font-size: 105%;
}

.pubsnav {
    border: solid 1px black;
    background-color: #aaaaaa;
    text-align: center;
}

#pubs li {
    margin-bottom: 0.8em;
}

#pubs strong {
    color: #ff0000;
    font-weight: normal;
}

#trsec li {
    color: #3300ff;
    margin-bottom: 0.5em;
    font-size: 75%;
}

.banner-top {
  display: block;
  background-color: #333355;
  color: #aaaaaa;
  text-align: left;
  height: 3em;
  padding-top: 0.25em;
  padding-left: 1em;
  border-bottom: 1px solid black;
}

.banner-bottom {
  display: block;
  background-color: #aaaaaa;
  color: #333355;
  border-bottom: 1px solid black;
  font-size: normal;
  height: 1.5em;
}

.banner-pagetitle {
  display: block;
  float: right;
  text-align: right;
  padding-right: 1em;
}

.banner-nav {
  display: block;
  float: left;
  text-align: left;
  padding-top: 3px;
  padding-left: 0.5em;
}

.info {
    display: block;
    float: right;
    width: 15em;
    background-color: #aaaaaa;
    color: #000000;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    font-size: 80%;
    border: 1px solid black;
}

.content {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.pagenav {
    border: solid 1px black;
    background-color: #aaaaaa;
    text-align: center;
}

h3.date {
    font-style: italic;
}

/* links */
a.nav               { color: #333355; text-decoration: none; }
a.nav:active        { color: #000000; text-decoration: underline; }
a.nav:hover         { color: #000000; text-decoration: underline; }
a.nav:visited       { color: #333355; text-decoration: none; }
a.nav:visited:hover { color: #000000; text-decoration: underline; }

a               { color: #0000FF; text-decoration: none; }
a:active        { color: #333355; text-decoration: underline; }
a:hover         { color: #333355; text-decoration: underline; }
a:visited       { color: #0000FF; text-decoration: none; }
a:visited:hover { color: #333355; text-decoration: underline; }
