@charset "utf-8";
/* CSS Document */

#events {
}
#eventsHeader {
	width: 600px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 10px 0px 15px 0px;
}

#events h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	margin: 2px 0px 3px 0px;
}
#events h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFCA42;
	margin: 2px 0px 3px 0px;
}
#events p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
}
#events strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}





#events  .eventsUL {
	width: 600px;
	padding: 0px;
	border: none;
	text-indent: 0px;
	margin: 15px auto 15px auto;
}
#events    li {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 10px;
	background-image: url(../images/spiderback.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

	border-width: 0px
	border-style: none;
	list-style-type: none;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
	border-bottom: none;
	border-top: solid #4f4f4f 2px;
}
#events ol {
	padding: 2px;
	border-width: 0px
	border-style: none;
	text-align: left;
	margin-bottom: 0px;
	margin: 2px auto 2px auto;
}

#events  ol li {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	border-width: 0px
	border-style: none;
	list-style-type: square;
	background-image: none;
	border: none;
	text-align: left;
	display: block;
	font-weight: bold;
	font-style: normal;
}

#events img {
	margin: 0px auto 0px auto;
	padding: 0px 29px 0px 29px;
	border: none;
	float: none;
}

#eventsFooter {
	width: 600px;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20pt;
	font-style: normal;
	padding: 25px;
	border-top: solid #4f4f4f 2px;
	margin: 5px auto 5px auto;
	color: #FFFFFF;
}

#events a, a:visited {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
#events a:hover {
	border: none;
	text-decoration: none;
	color: #FFCA42;
}
#eventsFooter a, a:visited {
	border: none;
	text-decoration: none;
	color: #FFCA42;
	font-size: 10pt;
	font-weight: normal;
}
#eventsFooter a:hover {
	border: none;
	text-decoration: none;
	color: #FF0000;
	font-size: 10pt;
}

