.accordion_toggle {
	background: url(images/white-toggle.gif) no-repeat top right; 
	display: block;
	width: 340px;
	padding: 5px 30px 5px 0px;
	line-height: 1.2em;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 0.95em;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	}
		
.accordion_toggle_active {
	background: url(images/blue-toggle.gif) no-repeat top right; 
	background-color: #004868;
	color: #ffffff;
	padding-left: 10px;
	width: 340px;
	}
		
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	width: 368px;
	border: 1px solid #ccc;
	padding: 0 10px 5px 0;
	margin-bottom: 10px;
	overflow: hidden;
	}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
	}

.accordion_content ul {
	margin: 0 0 0 10px;
	color: #0099FF;
	}
			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 5px 10px;
	width:340px;
	}
			

