@charset "UTF-8";
/* CSS Document */

.clear { 
	clear: both; 
}

#up-content	{ 
	text-align: left; 
	color: #636363; 
	font-size: 1.1em; 
	width: 800px; 
	min-height: 3265px; 
	margin-left: 30px; 
}
					
#up-content	h2 { 
	text-align: left; 
	color: #636363; 
	font-size: 1.05em; 
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serifs; 
}					

#up-content ul { 
	list-style: none; 
	margin: 0 0 0 40px; 
	padding: 0; 
}

#up-content ul li {
	margin: 15px 10px;
	padding: 0 10px;
	float: left;
	position: relative;
	width: 300px;
	height: 150px;
	background:	none;
}

#up-content ul img {
	background: #fff;
	margin-top: 8px;
	padding: 2px;
	border: solid .1em #eee;
}

#up-content ul a {
	text-decoration: none;
}

#divUpcomingsubheader {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:37px;
	display:inline;
	float:left;
	width:100%;
}

