/** catgory nav menu *********************/
.catNav{
	background-color: #F2F2F2;
	height: 36px;
	line-height:36px;
}
.catNav a{
	padding: 3px 8px;
	margin: 0 0 0 5px;
	background-color: #fff;
	border:solid;
	border-width: 0 1px 1px 0;
	border-color: #e5e5e5 #d2d2d2 #d2d2d2 #e5e5e5 ;
}
.catNav a:hover{
	text-decoration:underline;
}
.catNav a.current{
	color: #fff;
	font-weight:bold;
	background-color: #88abda;
}
/** event list *********************/
.eventTitle{
	padding:10px 0;
	font-size: 19px;
	color: #990000;
	border-bottom: 1px solid #eee;
}
.eventTitle a{
	font-size: 19px;
	color: #990000;
}
.eventTitle a:hover{
	text-decoration: underline;
}
.msg{
	padding:0 0 0 120px;
}
.topics{
	list-style-type: disc;
	list-style-position: inside;
}
