@charset "UTF-8";
.events {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 300px;
	border: solid #ccc 1px;
	text-align: left;
	margin: 20px 0 10px 0;
	min-height: 240px;
	padding: 8px 10px 4px 10px;
}
.events   a:link {
	color: #a39058;
	text-decoration: none;
}
.events   a:visited {
	color: #a39058;
	text-decoration: none;
}
.events a:hover {
	color: #a39058;
	text-decoration: underline;
}
.events a:active {
	color: #a39058;
	text-decoration: underline;
}
.events a:focus {
	color: #a39058;
	text-decoration: underline;
}
.events p {
	font-size: 0.74em;
	color: #000000;
}
.events h1 {
	font-size: 0.94em;
	font-weight: normal;
	color: #444444;
	margin: 0 0 2px 0;
}
.container .feature_content .events h1 a:link {
	color: #444444;
}
.container .feature_content .events h1 a:visited {
	color: #444444;
}
.container .feature_content .events h1 a:hover {
	color: #444444;
	text-decoration: underline;
}
.container .feature_content .events h1 a:active {
	color: #444444;
	text-decoration: underline;
}
.container .feature_content .events h1 a:focus {
	color: #444444;
	text-decoration: underline;
}
.events h2 {
	font-size: 0.88em;
	font-weight: bold;
	color: #444444;
	margin: 0 0 10px 0;
}
.events h3 {
	font-size: 0.84em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
}
.events img {
	border: 0;
	vertical-align: bottom;
	margin-top: 10px;
}
