BODY {
  background: white;
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0em;
}

H1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

H2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

H3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

H4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.address {
  font-size: smaller;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.caption {
  font-size: smaller;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.activeTabLink {
  color: #ffffff;
  text-decoration: none;
}

a:hover.activeTabLink {
  color: #ffffff;
  text-decoration: underline;
}

a.inactiveTabLink {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #cccccc;
  text-decoration: none;
}

a:hover.inactiveTabLink {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #000000;
  text-decoration: underline;
}


.project {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* ----------------------------------------------------------------------*/

.homeColor {
  background: #cc0000;
}

a.home {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #cccccc;
  text-decoration: none;
}

a:hover.home {
  color: #ffffff;
  background: #cc0000;
  text-decoration: underline;
}

a.homeActive {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #cc0000;
  text-decoration: none;
}

a:hover.homeActive {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------*/

.researchColor {
  background: #000099;
}

a.research {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #cccccc;
  text-decoration: none;
}

a:hover.research {
  color: #ffffff;
  background: #000099;
  text-decoration: underline;
}

a.researchActive {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #000099;
  text-decoration: none;
}

a:hover.researchActive {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------*/

.pubsColor {
  background: #009900;
}

a.pubs {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #cccccc;
  text-decoration: none;
}

a:hover.pubs {
  color: #ffffff;
  background: #009900;
  text-decoration: underline;
}

a.pubsActive {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #009900;
  text-decoration: none;
}

a:hover.pubsActive {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------*/

.personalColor {
  background: #ff9933;
}

a.personal {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #cccccc;
  text-decoration: none;
}

a:hover.personal {
  color: #ffffff;
  background: #ff9933;
  text-decoration: underline;
}

a.personalActive {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #ff9933;
  text-decoration: none;
}

a:hover.personalActive {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------*/

.content {
   margin: 0.125in;
}
