#content dd {
	margin-left: 0 !important;
}
#content dl dt {
	font-size: 150%;
	font-weight: bold;
}
#content dl dd dt {
	font-size: 120%;
	margin-bottom: .5em;
}
#content dl dd {
	background-color: #FFFBEB;
	border: 1px solid #F6F1DB;
	padding: .5em;
	margin-bottom: 2em;
}
#content dl dd dl {
	margin-left: 1em;
}
#content dl dd dt, 
#content dl dd dd {
	background-color: transparent;
	border: none;
	padding: 0;
}
#content dl dd dt {
	margin-bottom: .5em;
}
#content dl dd dd {
	margin-bottom: 1em;
}
#content div.images a img {
	border: 1px solid #4D8CA8;
}
#content div.images a:hover img {
	border: 1px solid #8BB1C1;
}
	
