body {
  font-family: "Bitstream Vera Sans", Verdana, sans-serif;
  background-color: white;
  background-image: url(ContactXfer-screenshot.png);
  background-position: 30px 60px;
  background-repeat: no-repeat;
}

a {
  color: #333366;
  font-weight: bold;
  text-decoration: none;
}
  
a:visited {
  color: #333366;
  font-weight: bold;
  text-decoration: none;
}

ul {
  list-style-type: square;
  margin-top: 5px;
}

.grey-box {
  border: medium solid #CCCCCC;
  padding: 10px;
  margin: 5px;
  background-image: url(white-80pct.png);
}

.section{
  margin-top: 15px;
}

.address-item {
  display: block;
}

.publication-list {
  margin-top: 15px;
}

.publication-list p {
  margin-top: 5px;
  padding-left: 3em;
  text-indent: -3em;
}

.page-title {
  font-size: larger;
  font-weight: bold;
  color: #333333;
  display: block;
}

.section-title {
  font-weight: bold;
  color: #333333;
  display: block;
}

#everything {
  padding: 2px;
}

#column-container {
  padding-left: 135px;
}

#main{
  font-size: smaller;
  float: left;
  width: 90%;
}

#site-id {
  font-size: larger;
  text-align: right;
}

#name {
  font-weight: bold;
}

#position {
  font-size: smaller;
  font-weight: bold;
  color: #666666;
}

#nav {
  float: left;
  margin-left: -125px;
}

#nav ul {
  list-style-type: none;
  list-style-position: outside;
  font-size: smaller;
  color: #666666;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

