/* credit.css */

#MainContent ul li {
  margin-bottom: 5px;
}
.staticImage {
  float: left;
  margin: 0 10px 10px 0;
}
#MainContent table {
  width: 565px;
  margin-bottom: 10px;
}
#MainContent table.table {
  text-align: center;
}
#MainContent table .header {
  background: #002481;
  color: white;
  font-weight: bold;
  text-align: center;
}
#MainContent table tr td {
  padding: 10px 5px;
  border: 1px solid grey;
}
#MainContent table .odd{
  background: #d3e1f5;
}
#MainContent table tr td ul {
  margin: 0 0 0 15px;
}
#MainContent .rightList {
  margin-left: 250px;
}
#MainContent .cleaner {
  clear: both;
}
