body {
	font-family: arial, sans-serif;
	font-size: 16px;
	width: 800px;
	margin-left: 7%;
	background-color: #C2EC44;
	color: #111;
}
img {
	background-color: #fff;
	padding: 0px; # 22px 36px 22px;
	position: relative;
	border: 0px;
	left: 570px;
	top: -80px;
	width: 220px;	
}	
h1 { 
	font-family: arial, sans-serif;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	left: 0px;
	top: 10px;
	margin-bottom: 25px;
	color: #165002;
}
div.date {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #165002;
}
h3 {
	font-size: 16px;
	color: #165002;
}
a:link {
	color: #04463E;
}
a:visited {
	color: #04463E;
}
a:hover {
	background-color: #19763A;
	color: #fff;
}
div.separator {
	height: 2px;
	width: 88%;
	margin-left: -5px;
	margin-top: 30px;
	background-color: #19763A;
	display: block;
}
ul.speaker li {
	margin-left: 20px;
	padding: 3px 7px 0px 7px;
	list-style-type: disc;
}
span.time {
	margin-left: 5px;
}
span.speaker {
	font-family: Arial, roman, serif;
	font-size: 17px;
	position: absolute;
	left: 13em;
	text-align: left;
}
span.break {
	position: absolute;
	left: 14em;
	font-style: italic;
	text-align: left;
}
/* This enables interactive overlaying of abstracts on titles */
a.abstract {
  	font-size: 17px; 
  	position: absolute;
  	left: 24em;
  	width: 500px;
  	z-index: 100;
  	color: #111;
  	font-style: italic;
  	text-decoration: none;
}
a.abstract:hover {
	z-index: 101;
  	background-color:  #DCE8C5;;
}
a.abstract span {
	display: none;
}
a.abstract span strong {
	font-family: inherit;
	color: #990000;
}
a.abstract:hover span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
	display: block;
  	position: absolute;
	padding: 4px 0.6em;
  	top: 1.2em; 
  	left: 2em; 
	width: 420px;
  	border: 1px solid  #39620A;
  	background-color:  #DCE8C5;
	color: #111;
  	text-align: left;
}
