
.program p, 
.program h1, 
.program h2, 
.program h3, 
.program h4 {
	margin: 0px;
	padding: 0px;
}

.program a {
	background-color: yellow;
}


.program a:hover, {
	background-color: cyan;
}

.program h3 {
	background-color: cyan;
	color: white;
	padding: 2px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.program .sectiontop {
	margin-bottom: 15px;
	background-color: white;
	width:200px;
	padding: 5px;
	float: left;
	clear: left;
}

.event {
	margin-left:80px;
	/* IE fix double margin */
	display:inline;
	background-color: white;
	margin-bottom: 20px;
	border: 4px solid #FF9FC8;
	float: left;
	clear:left;
	/* IE fix. padding and border included in this value */
	width: 515px;
	/* other browsers. padding and border are added to this value */
	max-width: 487px;	
}

.event .top {
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	float:left;
}
.event .time {
	width: 120px;
	float:left;
}

.event .header {
	font-weight:bold;
	width: 350px;
	display:block;
	margin-left:122px;
}

.event .eventimg {
	float:left;
}

.event .eventcontent {
	width:100%;
	padding-top: 4px;
	margin-top: 4px;
	float:left;

}

.event .description {
	margin-left:132px;
}

.program .bottomtext {
	margin-bottom: 20px;
	float: left;
	clear:left;
	width: 510px;	
}