#wrapper {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 851px;
	float: left;
	_float: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background-color: #cacaca;
	padding: 10px 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family:"Verdana";
	text-align:justify;
	}
	
.accordionContent {
	width: 851px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	padding: 10px 35px;
	font:normal 12px  "Bookman Old Style";
	color:#5f5f5f;
	line-height:1.8em;
	text-align: justify;
	}

.accordionContent #pleft {
	float:left;
	width:25%;
	
}
.accordionContent #pright {
	float:right;
	width:75%;
}
.accordionContent #ptop {
	float:top;
	width:100%;
}

/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #900;
	color:#FFF;
	}
	
.n_over {
	color:#FFF;
	background: #900;
	}
