@charset "UTF-8";
/* CSS Document */	
.events {
	padding: 7px;
	border: 1px solid #a9bd80;
	height: 270px;
	width: 220px;
}
.events h3 {
	margin: 0px 0 10px 0;
	}
.events div {
	height: 240px;
	overflow: auto;
	}
.events a {
	font-weight: bolder;
	}
.events a {
	color: #4069a7;
	text-decoration: none;
	}
.events p {
	margin: 5px auto;
	line-height: 120%;
	}
.events hr {
	width: 70%;
	height: 1px;
	color: #4069a7;
	background-color: #4069a7;
	}
#menu-list {
	height: 145px;
}
