.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 450px;
	background: url('../images/accordion_toggle.jpg') no-repeat top right #DFDFD3;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	font-family: "Trebuchet MS";
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0;
	margin-bottom:5px;
}

#accordion {
	padding-left:20px;
	padding-top:8px;
}

.accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #2266AD;
	color: #ffffff;
	border-bottom: 2px solid #C6C6BB;
}

.accordion_content {
	background-color: #F0EEE2;
	color: #444444;
	width: 470px;
	overflow: hidden;
}

.accordion_content p {
	margin:5px !important;
	font:80% Verdana !important;
}

.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}