dl#speakers {
	margin-top: 1em;
}
#speakers dt {
  color: #333;
  font-size: 15px;
  line-height: 1.3;
  clear: left;
}
#speakers dd {
  margin: 0.1em 0 1.5em;
  line-height: 1.4;
  color:#666;
  font-size:0.95em;
}
#speakers dt span {
  font-size: .8em;
}

#speakers dd p {
	margin: .5em 0;
	color: #333;
	font-size: 13px;
	line-height: 19px;
}
dd cite {
	display: block;
  padding-top: .25em;
}
dd img {
	margin: 0 1em 1.5em 0;
	float: left;
}

#qanda dt {
  font-size: 1.1em;
  border-top: 1px dotted #bbb;
  padding: 1em 0;
}
#qanda dd {
  padding-bottom: 1em;
}
#qanda cite {
  display: block;
}

h5 {
	clear: right;
}

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;
}

#rsvplist {
  margin: 1em 0;
  list-style: none;
}
#rsvplist li {
  margin: .35em 0;
}
#rsvplist em {
  font-size: .85em;
  font-style: normal;
  color: #999;
  padding-left: .2em;
}
#rsvpnow {
  margin-top: 2em;
}
#rsvpnow a {
  background: #0c0;
  padding: 3px 10px;
  color: #fff;
  border: 1px solid #090;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-weight: bold;
}

#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;
}

#sessions {
  margin: 0 0 0 8em;
  list-style: none;
}
#sessions li {
  position: relative;
}
#sessions li em {
  position: absolute;
  left: -5em;
  font-style: normal;
  font-weight: normal;
}
#sessions h4 {
  color: #009;
  font-weight: normal;
}
#sessions dd {
  margin-bottom: 1em;
}