#mp_body #newsWrapper.full{
	width:700px;
}
#mp_body #newsWrapper.front{
	width:1130px;
}
#mp_body .full .newsEntry{
	border-top:1px solid #ccc;
	padding:15px 0;
	position:relative;
}
#mp_body .newsImage{
	float:left;
	width:120px;
	margin-right:20px;	
}
#mp_body .full .newsContentWrapper{
	float:left;
	width:520px;
	min-height:110px;
	padding-bottom:10px;
}
#mp_body .newsDate{
	font-size:14px;
	color:#999;
	margin-bottom:10px;
	line-height:14px;
	font-weight:bold;
}
#mp_body .newsTitle h3{
	color:#0080C6;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	padding-bottom:8px;
}
#mp_body .newsText p{
	display:inline-block;
	padding-right:15px;
}
#mp_body .border-bottom{
	height:1px;
	background:#ccc;
}
#mp_body .newsPDF{
	position:absolute;
	right:0;
	bottom:4px;
}
#mp_body .newsPDF a{
	display:block;
	background:#0080C6;
	height:15px;
	width:30px;
	font-size:12px;
	line-height:15px;
	padding:1px 4px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
#mp_body .newsPDF a:hover{
	background:#b4b4b4;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
/*News Front*/
#mp_body .newsTitleFront{
	width:190px;
	float:left;
	font-size:22px;
	font-weight:bold;
}
#mp_body .newsEntry.front{
	float:left;
	width:340px;
	padding-right:40px;
}
#mp_body .toArchive{
	float:left;
	width:160px;
}
#mp_body .toArchive a.link{
	background:url(img/linkIcon.png) no-repeat right 12px;
	padding-right:12px;
	font-size:22px;
}
#mp_body .entryWrap{
	float:left;
	width:760px;
}