#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 600px;
	float: left;
	_float: none;
	cursor: pointer;
	color: #000000;
	background-color: #CCCCCC;
	height: 30px;
	text-indent: 7px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
.accordionContent {
	width: 600px;
	float: left;
	_float: none;
	background-color: #FFFFFF;
	padding-left: 7px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #FFFFFF;
	background-image: url(/images/blue-grad-back1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	}
	
.over {
	background-color: #EAEAEA;
	}

