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


/* -------------- BODY --------------- */

#theBody #subMenu{
	float:left;
	width:200px;
	margin-top:20px;
	margin-left:10px;
	height:300px;
}


#theBody #rightContent{
	float:left;
	width:620px;
	margin-top:20px;
	margin-left:15px;
}


#subMenu ul{
	float:left;
}

#subMenu ul li{
	width:180px;
	padding-bottom:5px;
	margin-top:10px;
	list-style-type:none;
}

#subMenu ul li a{
	text-decoration:none;
	color:#990000;
	font-size:15px;
	font-weight:bold;
}

#subMenu ul li.menu-current a{
	color:#000000;
}

#subLinks ul{
	width:180px;
}

#subLinks ul li{
	list-style-type:none;
	margin-bottom:15px;
	border-bottom-color:#990000;
	border-bottom-style:dotted;
	border-bottom-width:3px;	
}

#subLinks ul li a{
	text-decoration:none;
	color:#990000;
	font-size:18px;
}



/* ------------- FOR FORM ----------------- */


#theBody #title{
	float:left;
	width:100px;
	margin-top:15px;
}

#theBody #theField{
	float:left;
	margin-top:15px;
}

#theBody .captcha_table{
	margin-top:20px;
}

#theBody td.field_title{
	text-align:left;
	padding-top:25px;
}



/* ----------------- EVENTS ----------------------- */

#eventList a{
	text-decoration:none;
}

#eventTitle a{
	font-size:18px;
	font-weight:bold;
	color:#990000;
}

#readMore{
	margin-bottom:20px;
	margin-top:5px;
}
#readMore a{
	text-decoration:none;
}