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: none;
}

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;
}

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

.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: #FF7E7E;
  text-decoration: none;
}

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: none;
}

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

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

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

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

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

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

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

.content {
   margin: 0.125in;
}
.tabrollover {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	background-color: #FF5E61;
}
