#accordion {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

.toggler  {
	cursor:pointer;
	color : #336699;
	font-family: Georgia, Serif;

	text-decoration:none;
	font-size : 14pt;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #e3dbb7;
	margin-bottom: 5px;	
	background:#fff9e0;
}

.toggler:hover	 { background:#f5f5f5; }

div.element p, div.element	 {
	background-color: #fff;
	margin-bottom: 3px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}






