@import url(/css/main.css);

#program .program-box img {
	margin-right: 5px;
}

#program h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#program h3 a {
	color: #FE4201;
}

#program h3 a:hover {
	color: #CCCCCC;
}

.program-box {
	display: block;
	border-left: 1px dotted #A17D47;
	width: 250px;
	float: left;
	margin: 5px;
	padding: 5px;
}

<!--[if lt IE 7]>
@import url(/css/main_ie6.css);
<![endif]-->


