dt {
  color: #333;
  font-size: 15px;
  line-height: 1.3;
}
dd {
  margin: 0.1em 0 1.2em;
  line-height: 1.4;
  color:#666;
  font-size:0.95em;
}
dt span {
  font-size: .8em;
}

object.center {
  margin: 1.5em auto;
}

#content .column.four {
  margin-top: -.75em;
}
#content .column.four ul {
  margin: 0;
  padding: 0;
}
.column.four li {
  list-style: none;
  margin: 0;
}
.column.four li a {
  display: block;
  border: 0;
  color: #000;
  padding: .5em .5em;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  background: #DEDEDE url(/meetings/images/bg-unsel3.gif) repeat-x
}
.column.four li a:hover {
  background: #e5e5e5 url(/meetings/images/bg-unsel2.gif) repeat-x;
}
.column.four li strong a {
  font-weight: normal;
  background: #E8F2F8 url(/meetings/images/bg-sel4.gif) repeat-x;
}
.column.four li strong a:hover {
  background: #E8F2F8 url(/meetings/images/bg-sel4.gif) repeat-x;
}
.column.four li span {
  display: block;
  font-size: .85em;
  color: #333;
  margin-top: .1em;
}

#notes {
  float: right;
  margin: 2em 14px 1em 0;
  padding: 2px 6px;
  width: 292px;
  background: #fffff1;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}