.programs {
	background: url(images/column_top.gif) repeat-x left top;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 12px;
}
.programTitle {
	color: #000099;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 7px;
}
.programDescription {
	color: #000000;

}

.detailsOpen {

}
.detailsOpen a, .detailsOpen a:link, .detailsOpen a:visited {
	display:block;
	height: 24px;
	width: 112px;
	margin-top: 3px;
	margin-right: 5px;
	background: url(images/details_link.gif) no-repeat left top;
	font: bold 10px/19px Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	padding-left: 23px;
	margin-left: -5px;
	
}
.detailsOpen a:hover, .detailsOpen a:focus, .detailsOpen a:active {
	background: url(images/details_hover.gif) no-repeat left top;
}

.details {
	position:relative;
	left:0px;
	top:0px;
	width:455px;
	background: #F6F6F8;
	border: 1px solid #DFE0E7;
	padding: 10px;
	font-size: 12px;
	color: #000099;
	margin-bottom: 20px;

}
.detailsClose {
	float: right;
	margin-top: -5px;
	margin-bottom: -5px;
}
.detailsClose a, .detailsClose a:link, .detailsClose a:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	height: 19px;
	text-decoration: none;
}
.detailsClose a:hover {
	color: #0066FF;
	border-color: #0066FF;
}
.detailsCloseX {
	color: #FF0000;
}
#outerWrapper #contentWrapper #content .details h1 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 15px;
	padding: 0px;
	margin-bottom: 2px;
	border-color: #CCCCCC;
}
#outerWrapper #contentWrapper #content .details h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content .details ul {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	list-style: square;
	margin-left: -5px;
}
#outerWrapper #contentWrapper #content .details ul ul {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	list-style: square;
}

#outerWrapper #contentWrapper #content .details li {
	margin-bottom: 5px;
}
.detailsNote {
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	margin-top: 10px;
}
.detailsProgramTitle {
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
