/* Events CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the events page */

.top {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-top.png') no-repeat;
}
.mid {
	position: relative;
	width: 611px;
	background: url('../images/site/long-mid.png') repeat-y;
}
#content {
	position: relative;
	width: 565px;
	left: 20px;
}
.bot {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-bot.png') no-repeat;
}
h4 {
	position: relative;
	left: 150px;
}
#scroller {
	position: relative;
	z-index: 10;
	left: 7px;
	background: url('../images/site/long-cover.png') no-repeat;
}
#scroll {
	position: relative;
	top: 12px;
	left: 16px;
	width: 477px;
	height: 193px;
	z-index: 10;
}
ul {
	list-style-type: disc;
	margin: 0px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
li {
	list-style-type: disc;
	margin: 0px 0px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
li.list_indent {
	margin: 0px 0px 5px 22px;
}