@charset "utf-8";
/* CSS Document */
#resources #bodyContainer #resourceSection h3 {
	margin: 3px;
	padding: 3px;
	border: solid 1px #c7d9f9;
	text-align: left;
}
#resources .list1 h3 {
	background: #f2f7fd;
	padding: 5px;
}
#resources .list2 h3 {
	background: #FFF;
	padding: 5px;
}
#resources h3 img {
	margin-right: 10px;
	padding-left: 10px;
}
#resources dl {
	margin: 5px;
	padding: 5px;
	
}
#resources dt {
	border: solid 1px #c7d9f9;
	border-right: none;
	border-top: none;
	padding: 5px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
#resources dd {
	border: solid 1px #c7d9f9;
	border-top: none;
	border-bottom-width: 2px;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#resources dd img {
	height: 15px;
}