body {
  margin:0px;
  padding:0px;
  background-image:url(../images/background.jpg);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

div,td,p {
  font-family: verdana;
  font-size: 12px;
}

h1,h2,h3,h4,h5 {
  font-weight: bold;
  color: #650A34;
  margin: 0px 0px 4px 0px;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
  text-decoration: none;
  color: #650A34;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 10px;
}

a {
  color: #00644F;
}

#page {
  position: relative;
  border: 2px solid #000000;
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 40px;
}

#popupPage {
  position: relative;
  border: 2px solid #333399;
  margin: 20px;
  background-color: #ffffff;
  padding: 10px;
}

#header {
  position:relative;
  left:-2px;
  top:-34px;
  background-color:#ffffff;
  width:410px;
  height:60px;
}

#header .logo {
  font-family: Times New Roman;
  color: #333399;
  font-size: 30px;
  font-variant: small-caps;
  margin: 14px 0px 0px 0px;
}

#header .logo a {
  display:block;
  width:396px;
  height:36px;
  background-image:url(../images/DR-color.gif);
  background-repeat:no-repeat;
  text-indent:-1000px;
  overflow:hidden;
}


#footer {
  clear: both;
  text-align:center;
  padding: 40px 0px 6px 0px;
}

#trailer {
  text-align:center;
  margin-top: 6px;
}

#menu {
  position: relative;
  float: left;
  margin: -10px 0px 0px 0px;
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  margin-top: -34px;
  /* End IE5-Mac hack */
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: #DBF5FF;
  background-image: url(../images/menu_back.jpg);
  background-repeat: no-repeat;
  background-position: 0px 100%;
  padding: 0px;
  width: 148px;
  list-style:none;
}

#menu li {
  font-family: verdana;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 8px;
  line-height: 26px;
}

#menu a {
  color: #000000;
  text-decoration: none;
}

#menu a:hover {
  color: #00644F;
}

.about #aboutMenu,.research #researchMenu,.people #peopleMenu,.publications #publicationsMenu,.contact #contactMenu,.organization #organizationMenu,.links #linksMenu {
  font-style: italic;
}

#menu li ul {
  display: none;
  margin: 0px 0px 0px 8px;
  padding: 0px;
  list-style:none;
}

.about #aboutSubMenu,.research #researchSubMenu,.people #peopleSubMenu,.publications #publicationsSubMenu,.contact #contactSubMenu,.organization #organizationSubMenu,.links #linksSubMenu {
  display: block;
}

#menu li li {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-style: normal;
}

#menu form {
  margin: 0px;
}

#content {
  position: relative;
  margin: -10px 60px 0px 170px;
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  margin-top: -34px;
  /* End IE5-Mac hack */
  line-height: 18px;
}

.callout {
  color: #333399;
}

.divider {
  width: 1px;
  background-color: #333399;
}
