#accordion {
	vertical-align: top;
}

div.toggler {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #528CE0;
}

div.element {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 11px;
}
blockquote {
	padding:5px 20px;
}
.funcheaderleft {
	background-image: url(../images/toggler1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}
.funcheadermain {
	background-image: url(../images/toggler2.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.funcheaderright {
	background-image: url(../images/toggler3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}