/* styles for Institutions section */

#divsitetitleband {
  background-image: url(../img/institutions/sitetitlebkg.jpg);
}

#institutionlist {
  list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#institutiontable td, #institutiontable th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.70em;
  font-weight: normal;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  padding-bottom: 5px;
 }

#institutiontable th {
	font-weight: bold;
}

#institutionlist li {
  margin-bottom: 10px;
}

#backbutton {
  background-color: #ff8000;
  padding: 2px 8px;
}
#backbutton a,
#backbutton a:link {
  color: #ffffff;
  text-decoration: none;
}
#backbutton a:visited {
  color: #ffffff;
  text-decoration: none;
}
#backbutton a:active,
#backbutton a:hover,
#backbutton a:focus {
  color: #ffffff;
  text-decoration: underline;
}
