h6.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(toggle2.png) no-repeat;
	height: 33px;
	line-height: 33px;
	width: 650px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	cursor:pointer;
}
h6.trigger a {
	color: #003399;
	text-decoration: none;
	display: block;
	outline: none;

}
h6.trigger a:hover { color: #003399; outline: none; }
h6.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0;
	padding: 0;
	border: 0px solid #C1DBFF;
	background: #E8F3FF;
	width: 650px;
	clear: both;
	font-size:12px;

}
.toggle_container a {
color:#000099; text-decoration:none; line-height:1.75em;
}
.toggle_container a:hover {
color:#000099; text-decoration:underline; line-height:1.75em;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
}
