#title{
  margin-bottom:0;
}
#title p{
  font:0.8em normal;
  margin-top:0;
  color:black;
}
#logos{
  margin:20px 0;
}
#logos img{
  border:0;
  margin:0 50px;
}
#right-float{
  float:right;
  width:330px;
}
#venue-box h3, #update-box h3{
  font-size:1.2em;
  font-weight:bold;
  color:white;
  padding:2px 3px;
  margin:0;
}
#venue-box{
  background:#e7edf7;
  border:1px solid #d5e5ff;
}
#venue-box h3{
  background:#2c5aa0;
}
#update-box{
  background:#ede2d1;
  border:1px solid #e7d1ad;
  margin-bottom:3px;
}
#update-box h3{
  background:#c28a32;
}
#venue-box p, #update-box p{
  margin:5px;
}
#update-box ul{
  padding:0;
  margin:7px 0 7px 7px;
}
#update-box li{
  padding:0;
  margin:0;
  display:inline;
}
#update-box li+li:before{
  content:'- ';
}
#right-float a.jpg{
  display:block;
  padding-left:50px;
  height:60px;
  line-height:60px;
  float:left;
  background:url('images/jpg-icon.png') no-repeat left 8px;
  font-size:1.3em;
}
#right-float a.pdf{
  display:block;
  padding-left:50px;
  height:60px;
  line-height:60px;
  float:left;
  background:url('/images/pdf-icon.png') no-repeat left 8px;
  font-size:1.3em;
}

.highlight{
font-weight:bold;
}

