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

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

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

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

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

.titleTable {
    width: 100%
	padding: 1em;
}

.tabsTable {
	width: 100%;
}

.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: #FF5E61;
  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;
}

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

.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;
}
.prof_servColor { background: #6633CC; }
.teachingColor { background: #0000FF; }
a.prof_serv { display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; color: #000000; background: #cccccc; text-decoration: none; }
a.teaching { display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; color: #000000; background: #cccccc; text-decoration: none; }
a.prof_servActive { display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; color: #ffffff; background: #6633CC; text-decoration: none; }
a.teachingActive { display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; color: #ffffff; background: #0000FF; text-decoration: none; }
.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;
}

.contentDescription {
	margin-left: 2em;
}