body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* Encloses all content */
#main {
  width: 60%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.3em;
  padding-left: 25px;
}

/* Section IDs */

.section {
  width: 100%;
  margin-bottom: 25px;
}

.content {
  padding-left: 15px;
}

#header {
  font-weight: bold;
  font-style: small-caps;
  font-size: 20pt;
  color: #666666;
  height: 100px;
  letter-spacing: 2px;
  line-height: 32pt;
  padding-top: 15px;
}

#menu {
  text-align: center;
  font-variant: small-caps;
  font-size: 18pt;
}

#menu ul li {
  display: inline;
  padding: 20px;
}

#about {
}

#about ul {
  padding-top: 25px;
  clear: left;
}

#publications {
}

#publications img {
  width: 110px;
  clear: left;
}

#publications li {
  padding-top: 15px;
  padding-bottom: 15px;
}

#publications li.first {
  padding-top: 0px;
}

#publications li.last {
  padding-bottom: 0px;
}

#miscellaneous {
  padding-top: 25px;
}
  
#footer {
  padding-top: 50px;
}

/* Common classes */
.title {
  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  width: 100%;
  background: #AAAAAA;
  /* background: #572483; */
  padding: 2px;
  padding-left: 20px;
  margin-bottom: 25px;
}

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

a:hover {
  color: #666666;
}

ul {
  list-style-type: none;
  padding: 0;
}

img.float_image {
  float: left;
  padding-right: 10px;
}

