/* Hoempage custom content positioning CSS Document */

#utmsLogo {
	position: absolute;
	height: 364px;
	width: 364px;
	margin-top: 0px;
	margin-left: 0%;
	top: 231px;
	left: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 2;
}

#LatestNews{
	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid black;
	width: 280px;
	height: 260px;
	margin-left: 0%;
	top: 601px;
	left: 274px;
	visibility: visible;
	z-index: 1;
}

#utmsEvents {
	width: 370px;
	height: 260px;
	margin-left: 0%;
	margin-top: 0px;
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	left: 560px;
	top: 600px;
	visibility: visible;
	z-index: 1;
}
