#acc {
	/*width: 620px;*/

	*margin-left: auto;

	margin-right: auto;
	margin-bottom: 40px;
}
.acc1 {
	/*width: 620px;*/

	/*margin-left: auto;

	margin-right: auto; overflow:hidden;*/
	margin-bottom: 2px;
	
}

.accordionButton {
	width: 97%;
	position: relative;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #6d9dc0; /*#d2d7db*/
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 12px 15px;
	cursor: pointer;
}
.accordionContent {
	width: 97%;
	border:1px solid #e9e9e9;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	/*background: url(../images/acc_bg.gif) repeat-x #f0f0f0;*/ 
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 25px 15px;
}
/***********************************************************************************************************************

 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS

************************************************************************************************************************/



.on {
	background: #d2d7db;
	color: #333;
}
.over {
	background: #d2d7db;
	color: #333;
}
.accarrow {
	float: right;
	position: absolute;
	right: 20px;
	top: 18px;
}
.accarrowbox {
	float: right;
	position: absolute;
	right: 20px;
	top: 10px;
}