#wrapper {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 580px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #1A356E;
	font: 1em bold Arial, 'Verdana', Times, serif;
	color: #fff;
	margin: 0;
	padding: 5px 5px;

	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 580px;
	float: left;
	font: 1em normal Arial, 'Verdana', Times, serif;
	color: #000;
	margin: 0;
	padding: 5px 5px;

	_float: none; /* Float works in all browsers but IE6 */
	background: #f0f0f0;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #1376C9;
	}
	
.over {
	background: #FF5300;
	}