#accordion {display: block; margin: 0 0 20px 0; overflow: hidden}

#accordion legend {display: none}

li { list-style-type: none; }

.basic  {
	width: 718px;
}

.basic h3 {
	display:block;
	padding:5px 0;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em
}

h3.type1 {
	border-bottom: 1px solid #70502D;
	color: #70502D !important;
}

h3.type2 {
	border-bottom: 1px solid #B74547;
	color: #B74547 !important;
}

h3.type3 {
	border-bottom: 1px solid #CE9233;
	color: #CE9233 !important;
}

h3.type4 {
	border-bottom: 1px solid #9B8218;
	color: #9B8218 !important;
}

.image {float: right; margin: 10px 0 0 10px}
#accordion p a {font-size: 1em}