.header1{
	background-image:url(../img/home/H_1.jpg);
	background-repeat:no-repeat;
	height:139px;
	color:white;
}
.header1 .title{
	padding:20px;
	font-family: 'Lato-Bold';
	font-size:20pt;
	text-align:center;
}
.header1 .text{
	font-family: 'Lato-Regular';
	font-size:10pt;
	text-align:center;
}
.uniTitle{
	font-family: 'Lato-Regular';
	font-size:15pt;
	text-align:center;
}
.eventListTitle{
	font-family: 'Lato-Regular';
	font-size:12pt;
	color:#005691;
}
.eventListDate{
	font-family: 'Lato-Regular';
	font-size:12pt;
	color:#4d4d4d;
}
.eventListDesc{
	font-family: 'Lato-Regular';
	font-size:11pt;
	height:70px;
	vertical-align:top;
}
.eventListDesc a{
	font-size:9pt;
	position:absolute;
	text-decoration:none;
	color:white;
	background-color:#055586;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	margin-left:422px;
	margin-top:50px;
	z-index:9;
}
.eventListDesc a:hover{
	background-color:#F00;
}
.eventListDesc div{
	position:absolute;
	color:#858688;
	width:491px;
	height:71px;
	overflow:hidden;
	text-align:justify;
}