/* 
This is the section css for
Communication Studies 
*/
#home-content #moreNews
{
	float: right;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 20px;
	transition: all .2s ease-in-out;
}
#home-content #moreNews:hover{
	transform: scale(1.1);
}
#home-content .grid9 {
	padding-left: 20px;
}
#home-content .newsTemp .newsDate
{
	margin-bottom: 0;
	margin-top: 0;
	font-style: italic;
}
#home-content .newsTemp .grid9
{
	padding-left: 10px;
	padding-right: 10px;
}
#home-content .newsTemp h2
{
	margin-bottom: 2px;
}
.imgLeft{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 500px;
}
