/* ABOUT SECTION */
.sectionmain {
	background-color: #e05f00;
}
.sectiondark {
	background-color: #bb5408;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
.pagetitle {
	color: #bb5408;
	font-size: 14px;
	font-weight: bold;
}

div.eventboxouter { 
	padding: 0px 0px 10px; 
}

div.eventboxinner { 
	border: 1px solid rgb(203, 138, 55); 
	padding: 0px 8px; 
	background-color: rgb(255, 255, 154); 
}

div.eventtextbox { 
	margin: 0px; padding: 0px; 
}

div.eventpicbox { 
	margin: 0px;
	padding: 0px; 
	height: 82px; 
	vertical-align: middle; 
}

img.eventthumb3 { 
	margin: 0px 12px 12px 0px;
	border: 2px solid rgb(203, 138, 55);
}

img.eventthumb4 {
	 margin: 0px 0px 12px 0px;
	 border: 2px solid rgb(203, 138, 55);
}

a.eventtitle:link {
	color: rgb(57,58,78);
	text-decoration: underline;
}

a.eventtitle:visited {
	color: rgb(57,58,78);
	text-decoration: underline;
}

a.eventtitle:hover {
	color: rgb(77,78,98);
	text-decoration: underline;
}

a.eventtitle:active {
	color: rgb(77,78,98);
	text-decoration: underline;
}