#content {
  font-family: "Lucida Sans Unicode", Verdana, Sans-Serif;
  color: black;
  direction: ltr;
  text-align: left;
  padding: 10px 16px 10px 16px;
  font-size: 100%;
/* IE7 has a bug rendering Hebrew links in position:relative DIV
   therefore, DK commented it out
  position: relative; */
  /* The Box Model Hack to fix IE 5/5.5: */
  /**width: 620px;**/ /* for IE 5/5.5, don't you just love it? */
/**  voice-family: "\"}\"";
  voice-family:inherit;
  width: 588px;**/ /* for the civilized world */
}
#content ul {
  list-style: none;
}
#content dl { width: 100%; } /* fixes IE/Win bug to display correctly in RTL mod
e */
#content dl dt  { float: left; clear: left; }
#content dl dd { margin-left: 7em;  }
#content #personlist  {
  float: none;
}
#content #personlist  dt.personitem {
  float: none;
  clear: both;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 12px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5em;
}
#content #personlist dd {
  margin-left: 0;
  padding-bottom: 2em;
  line-height:18px;
}
#content #personlist dd dl      { float: none;      }
#content #personlist dd dl dd { margin-left: 8em; padding-bottom: 0; }
#content li { line-height:16px; }


