div#RSSIcon {
	position:absolute;
	top:10px;
	right:10px;
}
article header h1 {
	margin:5px 35px 10px 0;
}
.Navigation {
	clear:both;
	margin-top:100px;
}
.NewsItem {
	float:left;
	width:330px;
	font-size:0.95em;
	line-height:1.2em;
	margin-right:16px;
}
.NewsItem img {
	width:60px;
	height:60px;
	overflow:hidden;
}
div.Style2Items {
	clear:both;
	float:left;
	width:47%;
	margin:0 auto 10px 0;	text-align:left;
}
div.Style2Items h2:first-child {
	margin-top:0;
}
div.Style3Items {
	float:right;
	width:50%;
	margin:0 0 10px auto;
	text-align:left;
	font-weight:bold;
	height:400px;
	overflow:auto;
}
div.Style3Items ul {
	margin:0;
	list-style-type:none;
}
div.Style3Items li {
	margin:0 0 1.5em 0;
}
div.Style2Items a,
div.Style3Items a {
	text-decoration:none;
}

div.PhoneStyleItems {
	font-weight:bold;
	overflow:auto;
}
div.PhoneStyleItems ul {
	margin:0;
	list-style-type:none;
}
div.PhoneStyleItems li {
	margin:0 0 0.5em 0;
}
div.PhoneStyleItems a,
div.PhoneStyleItems a {
	text-decoration:none;
}
div.hr {
	line-height:10px;
}
.PDFLinkIcon {
	transition: width .2s ease-in-out;
	width: 40px;
	float: right;
	margin: 10px;	
}
.PDFLinkIcon:hover {
	transition: width .2s ease-in-out;
	width:50px;
	cursor:pointer;
}
div.ImageColumnText h1 {
	margin-right: 40px;
}
