@charset "utf-8";
/* CSS Document */
.banner {
	width:958px;
	height: 150px;
	background-image:url(../../media/UTSUnderMaintenanceHeader.jpg);
	background-repeat: no-repeat;
}
#tcCampus {
	float:left;
	width:470px;
	background:url(../../media/twinCities.gif) no-repeat;
	margin-bottom: 15px;
	margin-left:20px;
}
#duluthCampus {
	float:right;
	width:419px;
	padding-right: 15px;
	background:url(../../media/duluth.gif) no-repeat;
}
#bodyContent {
	height: 460px;
	background-image: url(../../media/bg.gif);
	background-repeat: repeat-x;
	width: 958px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.list {
	height:100px;
	margin: 40px 0 0 0;
}
.list img {
	margin:0 15px 10px 0;
}
.organization {
	font-size: 16px;
	font-weight:bold;
}
.organization a{
	color:#000000;
	text-decoration:none;
}
.organization a:hover{
	text-decoration:underline;
}
.contact {
	font-size:12px;
}
.link {
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
.details {
	font-size:10px;
	line-height: 13px;
}
