.toggler {
/*	margin: 0;
	padding: 6px 0px;
	background-image:url(../images/left-btn-bg.gif);
	font-weight:bold;
	ont-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #fffff;
	cursor:pointer;*/
	color:#096ba0;
	font-size:11px;
	background-image: url(../images/left-btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration:none;
	padding:3px 6px;
	/*margin-bottom:4px;*/
	cursor:pointer;
}
.toggler:hover {
	color:#096ba0;
	font-size:11px;
	background-image: url(../images/left-btn-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration:none;
	padding:3px 6px;
	cursor:pointer;
}

.element {
	
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
h3{

}
h3 p{
		font-weight:normal;
		padding-right:3px;
		width:155px;
		display:block;
		padding:0px;
		margin:0px;
	
}
.alignRight{
		font-weight:normal;
		width:7px;
		display:block;
		padding:0px;
		margin:0px;
		margin-top:0px;
		float:right;
		position:relative;
		
}
#accordion a{
	background-image: url(../images/sub-btn-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	color:#096ba0;
	font-size:11px;
	background-color:#e8e9ec;
	display:block;
	text-decoration:none;
	padding:3px 6px 3px 18px;
	border-bottom:1px solid #cfd3d7;
	border-top:1px solid #ffffff;

}
#accordion a:hover{
	background-image: url(../images/sub-btn-bullet-r.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	color:#008a56;
	font-size:11px;
	background-color:#e8e9ec;
	display:block;
	text-decoration:none;
	padding:3px 6px 3px 18px;
	border-bottom:1px solid #cfd3d7;
	border-top:1px solid #ffffff;
}
