table.schedule {
	margin: 0 0 0 25px;
	width: 95%;
}
table.schedule th {
	padding: 3px 12px 3px 3px;
	vertical-align: top;
	text-align: left;
}
table.schedule td {
	padding: 3px 0 3px 3px;
	vertical-align: top;
}
table.schedule td div {
	font-weight: bold;
}
table.schedule td p {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.3em
}
table.schedule tr.note th,
table.schedule tr.note td {
	padding: 3px 12px 4px 3px;
	background: #efefef;
}
table.schedule tr.note td {
	font-weight: bold;
}
table.schedule tr.note td p {
	font-weight: normal;
}
table.schedule td img {
	margin: 4px 4px 0 0;
}
table.schedule tr.session th,
table.schedule tr.session td {
	color: #327e54;
	padding-top: 10px;
	font-weight: bold;
}

p.label {
	font-weight: bold;
	margin: 12px 0 3px 0;
	border-bottom: 1px solid #666;
	padding: 0 0 2px 0;
}
ul.list {
	margin: 0 0 0 25px;
}
ul.list li{
	margin: 3px 0 0 0;
}
h3 {
	font-weight: bold;
	color: #327e54
}
.headingtext {
	text-align:center;
	width:100%;
	margin-bottom:30px;
}
/* fix universal nav */
.drop ul li table td {
	font-size: .7em;
}
