/* JDM 11/02/11 */

body { 
  margin-top: 25px;
  background: white;
  font-family: georgia;
  color: black;
  font-size: 16px;
}

a:link {
  color: #777; 
  text-decoration: none;
}

a:visited {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #0000af; 
  text-decoration: underline;
}

a:active {
  color: black; 
  text-decoration: none;
}

ul {
  left: 0px; 
  list-style-position: outside; 
  list-style-type: square;
}

ul li { 
  margin-bottom: 1em;
  margin-top: 1em;
}

h3 {
  color: black; 
  text-align: left; 
  margin-left: 0px; 
  margin-top: .5em; 
  margin-bottom: .5em; 
}

#title_top {/* in index, research, teaching, seminars, contact */
  margin: 0 auto; 
  position: absolute; 
  text-align: center; 
  top: 40px; 
  left: 50px; 
  right: 50px; 
  font-size: 44px; 
  width: 800px; 
}

#top_bar {
  position: absolute;
  top: 0px; 
  left: 0px;
  right: 0px;
  height: 25px;
  width: 100%;
  background-color: #0000af;
}

#top_hr {
  margin: 0 auto;
  position: absolute;
  top: 125px;
  left: 50px;
  right: 50px;
  width: 800px;
}

hr {
  color: #000;
  background-color: #777;
  height: 2px;
  border: 0px;
}

#main {/* the main content of the page */
  margin: 0 auto; 
  position: absolute; 
  text-align: left; 
  top: 150px; 
  left: 50px; 
  right: 50px; 
  width: 800px;
}

.not_bold_h2 {
  color: black; 
  text-align: center; 
  margin-left: 0px; 
  margin-bottom: .75em; 
  font-size: 28px;
}

#footer{
  font-size: 14px; 
}

#menu{ 
  margin: 0 auto; 
  position: absolute; 
  text-align: center; 
  top: 98px; 
  right: 50px; 
  left: 50px; 
  padding: 1px; 
  width: 800px;
  z-index: 30;
}

table.members{
  margin: 0 auto;
        width: 90%;
        border-spacing: 0px;
        border-collapse: collapse;
}

table.members td{
        padding: 5px;
        border: 1px dotted;
        vertical-align: top;
}

table.members td.name{
        width: 35%;
}

table.members td.phd_name{
        width: 40%;
}



