
#wrapper {
	width: 212px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 212px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #b0b0b0;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding:4px;
	}
	
.accordionButton h1{
	font-family:Calibri;
	font-size:13.4px;
	font-weight:normal;
	color:#5b5a5a;
	}
.accordionContent {	
	width: 212px;
	height:190px;
	min-height:110px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #e6e4e4;
	padding:4px;
	}
.accordionContentFoot {	
	width: 105px;
	height:7px;
	min-height:7px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	position:absolute;

	background: #e6e4e4;
	padding:4px;
	padding-left:105px;
	}
.accordionContentFoot a {
	text-decoration:none;
	
	}	
.accordionContentFoot h2{
	font-family:Calibri;
	font-size:8px;
	font-weight:normal;
	padding:7px;
	color:#666666;
	

	}
.accordionContent h2{
	font-family:Calibri;
	font-size:12px;
	font-weight:normal;
	padding:7px;
	color:#666666;
	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #b0b0b0;
	}
	
.over {
	background: #dcdcdc;
	}