@charset "UTF-8";
.accordion_toggle {
	display: block;
	height: 30px;
	width: 300px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
	cursor: pointer;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #53514F;
	background-color: #FFFFFF;
	background-image: url(/accordion/images/NavOff_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.accordion_toggle_active {
	color: #663333;
	background-image: url(/accordion/images/NavOn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #53514F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	width: 300px;
}
.accordion_content {
	background-color: #ffffff;
	color: #333333;
	overflow: hidden;
	width: 300px;
}
.accordion_content p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
