
#wrapper {
	width: 600px;
	margin-left: 1em;
	margin-right: auto;
	}

.accordionButton 	
{
 background-color:#eeeeee; 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight :bold; 
 margin-bottom:1em;
 font-size:12px;
 cursor:pointer;
 color: Blue;
}
	
.accordionContent {	
 width: 600px;

 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #ffffcc;
	}
	
.over {
	background: #CCCCCC;
	}
