h4 {
	color: #777777;
	font-size: 1.0em;
	margin-bottom: 16px;
}
h4 a {
	color: #777777;
	text-decoration: none;
}
h4 a:hover {
	color: #777777;
	text-decoration: underline;
}
#fourColumnContainerLarge {
	width: 625px;
	margin-top: 8px;
}
#fourColumnContainerLarge #singleColumnLeft {
	float: left;
	width: 137px;
	margin-right: 26px;
}
#fourColumnContainerLarge #singleColumnRight {
	float: right;
	width: 136px;
}
#fourColumnContainerLargeList {
	width: 100%;
	margin-top: 8px;
}
#fourColumnContainerLargeList #singleColumnLeft {
	float: left;
	width: 132px;
	margin-right: 20px;
}
#fourColumnContainerLargeList #singleColumnRight {
	float: right;
	width: 131px;
}
/* BEGIN CALLOUT */
.pullQuoteWithDescription {
	float: right;
	margin: 0 0 10px 7px;
	padding: 4px;
	width: 250px;
	font-size: .8em;
	color: #666;
}
.pullQuoteWithDescription blockquote {
	float: right;
	width: 230px;
	color: #599FD0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	margin: 0 8px 0 0;
	clear: both;
}
.pullQuoteWithDescription blockquote p {
	padding-bottom: 15px;
}
.pullQuoteWithDescription blockquote cite {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
.pullQuoteWithDescription span img {
	float: left;
	margin: 0 7px 10px 0;
	padding: 4px;
	color: #666;
}
/* END CALLOUT */