/* for stupid simple jquery accordian */


#accordionWrapper {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 260px;
	float: left;
	font-weight: bold;
	xxbackground: #ffcc99;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
 
.accordionContent {	
	width: 260px;
	float: left;
	XXbackground: #95B1CE;
	display: none;
	}