section .container {
    max-width: 750px;
    width:100%;
}
.pressInfo .boxcontent {
	text-align: left;
	margin:8px 10px 20px 10px;
}
.articleHeading {
	font-size: 20px;
	color:#663E8E;
	padding:0 0 12px 0;
}
.dateDisplay {
	color:#000;
	padding:0 0 2px 0;
}
.articleContent {
	color:#3366CC;
}
div.contactInfo {
	padding: 14px 0;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	clear:both;
}
div.clear {
	clear:both;
}
.articleContent ol,.articleContent ul,.articleContent dl {
	/*bringing lists on to the page with breathing room */
	margin:1em 1em 1em 2em;
}
.articleContent ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
.articleContent ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}