@import url("huoastyle.css");

div.leftlist2 {
	position: relative;
	margin-left: 10%;
	top: 0;
	width: 30%;
	float: left;
}
div.rightlist2 {
	position: relative;
	top: 0%;
	float: right;
	margin-right: 5%;
	width: 40%;
}
div.rightlist2 em {
	font-weight: bold;
}

ul.centerlist {
	text-align: center;
	font-size: 80%;
}

div.listing_content {
	margin-top: 2%;
	width: 100%;
}


div.listing_content div.header {
	color: white;
	font-size: 100%;	
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-color: #800040;
text-transform: uppercase;
}


_div.listing_content div.term {
	margin-bottom: 2px;
	text-align: right;
	width: 30%;
	position: relative;
	float: left;
	margin-right: 8px;
	color: black;
}


div.listing_content ul {
	text-align: center;
}

_div.listing_content a{	
	color: #4b0082;
}

div.left_listing_content {
	position: relative;
	float: left;
	top: 0;
	width: 45%;
}
div.right_listing_content {
	position: relative;
	top: 0;
	float: right;
	width: 45%;
}
_div.listing {
	width: 90%;
	margin-left: 10%;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #4b0082;

}
	

div.event_date {
	margin-bottom: 2px;
	text-align: right;
	width: 15%;
}
div.event_description {
	margin-bottom: 2px;
	text-align: right;
	width: 85%;
	margin-right: 8px;
}
div.description em{	
	font-size: 90%;
	font-weight: normal;
}
div.centered_description {
	margin-bottom: 2px;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	color: #4b0082;
}
div.centered_description em{	
	font-size: 90%;
	font-weight: normal;
}


