body {
  transform: scale(1.1);
  transform-origin: top center;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  position:relative;
  word-wrap:break-word;
  background:rgb(255,255,255);
  text-align:justify;
  width:1000px;
  font-family:sans-serif;
  line-height: 20px;
}

#nav_bar {
  list-style-type:none;
  margin:0;
  padding-left:0;
  padding-right:0;
  width:1000px;
  height:40px;
  background-color:rgb(50,50,50);
  /* background-color:#9FA09E; */
}

.nav_button {
  float:left;
}

.nav_link:link, .nav_link:visited {
  display:block;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:0;
  padding-right:0;
  width:250px;
  color:rgb(255,255,255);
  background-color:rgb(50,50,50);
  /* background-color:#9FA09E; */
  text-align:center;
  vertical-align:middle;
  text-decoration:none;
  font-size:16px;
  font-family:sans-serif;
}

.nav_link:active, .nav_link:hover {
  background-color:rgb(100,100,100);
}

.header {
  text-align:center;
}

.content {
  border:0;
  margin-left:auto;
  margin-right:auto;
  width:911px;
  line-height:130%;
}

.list {
  padding-left: 0;
  margin-top: -10px;
}

.list li {
  margin: 2pt 10px;
  font-size: 10px;
}

.list li span {
  font-size: 16px;
}

.profile_photo {
  padding-right:40px;
  width:160px;
  height:220px;
}

.research_photo {
  padding-right:20px;
  width:180px;
  height:130px;
}

#misc_photo {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:700px;
}

#misc_answer {
  visibility:hidden;
}

#footer {
  margin:25px;
  text-align:center;
  font-size:16px;
  font-family: "New Century Schoolbook", serif;
}

h1 {
  margin-top:20px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  font-family:sans-serif;
  font-size:36px;
  color:rgb(50,50,50);
}

h2 {
  font-family:sans-serif;
}

p {
  line-height:120%;
}

.publications td {
  vertical-align: top;
}
