#accordion {	width:620px; 	margin:0px 0 0 150px;	padding: 0 0 20px 0;	background: #fff;	line-height: 130%;	}.accordion {	width:620px; 	font:Arial; 	color:#1c479c;	line-height: 130%;	}.accordion dt {	border-bottom:1px solid #ccc; 	padding:0px 0 3px 14px; 	font-weight:normal; 	font-size: 20px; 	font-family: "Century Gothic", Arial;	margin-top:5px; 	margin-bottom: 15px;	cursor:pointer; 	}.accordion dt:hover {	color: #6d7476;	}.accordion dd {	overflow:hidden; 	background:#fff; 	margin: 0 0 20px 0; 	padding: 0 0 0 25px;	color: #373A3B;	line-height: 130%;	}.accordion span {	display:block; 	border:0px solid #ccc; 	border-top:none; 	padding:10px 0;	line-height: 130%;	font-size: 12px;	}