/* malraux.css */

#MainContent .staticImage {
  float: left;
  margin: 0 10px 10px 0;
}
#MainContent ul li {
  margin-bottom: 5px;
}
#MainContent table {
  margin: 10px;
}
#MainContent table.table {
  margin: 10px;
  text-align: center;
}
#MainContent table .header {
  background: #565758;
  color: white;
  font-weight: bold;
  text-align: center;
}
#MainContent table tr td {
  padding: 10px 7px;
  border: 2px solid white;
}
#MainContent table .even{
  background: #dfdfdf;
}
#MainContent table .odd{
  background: #bfbfbf;
}
#MainContent table tr td ul {
  margin: 0 0 0 15px;
}
#MainContent .underline {
  text-decoration: underline;
}
#MainContent .centertext {
  text-align: center;
}
#MainContent .rightList {
  margin-left: 320px;
}
#MainContent .cleaner {
  clear: both;
}