#left {
  float: left;
  width: 150px;
  margin: 16px 0 0 20px;
  color: black;
  background-color: #ddd;
}
/* html>body #left { width: 150px; } */
#left ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#left li a {
  display: block;
  margin: 0 2px;
  padding: 2px 3px 2px 3px;
  color: black;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#left li a:hover, #left li a.current {
  color: white;
  background-color: #999
}
#left li.indent {
  margin-left: 12px;
}
#center {
  clear: none;
  width: 650px;
}
#center table {
  width: 100%;
}
#center th {
  background-color: #ddd;
  padding: 0 2px 0 2px;
}
#center td {
  padding: 0 2px 0 2px;
}
#center tr.odd {
  background-color: #eee;
}
#center tr.even {
  background-color: white;
}
#center .center {
  text-align: center;
}
#center .right {
  text-align: right;
}
#center img {
  float: none;
  padding: 0;
  margin: 0;
  vertical-align: text-bottom;
}
#icons img {
  border: 0;
}
#right {
  width: 100px;
  margin-left: 870px;
  border: none;
}
#right img {
  border: 2px solid #ccc;
  margin-bottom: 2px;
}
.discreet {
  color: #666;
}

