@charset "utf-8";
/* CSS Document */

#eventsList{

}
#eventsList ul p {
font-size:1.2em;
margin-bottom:-10px;
color:#5A3938;
width:450px;
}
#eventsList h5 {
font-size:1.2em;
margin-bottom:-30px;
}
#eventsList h4 {
font-size:1.5em;
line-height:19px;
margin-bottom:0;
color:#2f7599;
}

#eventsList h4:hover {
text-decoration:underline;
color:#d76815;
}
#eventsList h6 {
margin:0;
font-size:1.2em;
color:#666;
}

#eventsList ul{
list-style-type: none;
width:600px;
}

#eventsList ul li{
	font-family:Arial, Helvetica, sans-sarif;
	font-size:10px;
	margin:0px 0px;
	padding:5px 10px 10px 2px;
	color:#767676;
	list-style-type:none;
	/*border:1px dotted #c8c8c8;*/
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	/* background-color:#E6E6E6; */
}

#eventsList ul li a{
font-family:Arial, Helvetica, sans-sarif;
font-size:1.0em;
font-weight:bold;
color:#d76815;	
text-decoration:none;
line-height:125%;
}

#eventsList ul li a:hover{
text-decoration:underline;
color:#2f7599;
}
