/* Program Column */
#program {
	clear: both;
	float: inherit;
	width: 100%;
	padding: 0; margin: 10px 0 10px 0px;
	display: inline;
}
#program table {
	width: 770px;
	font-size: smaller;
	border-style: none;
	padding: 0 3px 0 3px;		
}

#program table th {
	text-align: left;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#program table td {
	text-align: left;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-left: 6px;
	padding-right: 6px;
}

#program table td.day {
	text-align: left;
	text-transform: none;
	font-weight: Bold;
	border-left: 1px solid #E8E8E8;
}

#program table td.day a {
	text-align: left;
	text-decoration: none;
	font-weight: Bold;
	color: #000;
	border-left: 1px solid #E8E8E8;
}

#program table td.time {
	text-align: right;
	border-left: 1px solid #E8E8E8;
}

#program table td.links {
	text-align: right;
	border-left: 1px solid #E8E8E8;
}

#program table td.highlight {
	background-color: #CCC;
}

#program h1 {
	margin-top: 10px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 
	padding: 5px 0 5px 5px; 		
}
#program ul li {
	list-style-image: url(bullet.gif);
}


