h1.courseListHeading {
	display: block;
	font-size: 18px;
	color: #288897;
	padding: 0px;
	padding-bottom: 2px;
}

div.course {
	border-top: 2px dotted #288897;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

.latestCourses {
	display: block;
	width: 250px;
	background-color: #FFFADB;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	height: 600px;
	overflow: auto;
}

.latestCourses p.courseDescription {
	color: #288897;
	padding-bottom: 8px;
}

ul.courseDates {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 15px;
}

ul.courseDates li {
	clear: both;
}

ul.courseDates li span.location {
	float: left;
}

ul.courseDates li span.date {
	float: right;
}