.cBody {
	overflow: hidden;
}


.cSubTemplate {
	overflow: auto;
	/*height: 465px;*/
	padding: 35px 0px 0px 300px;
	position: relative;
/*	padding-left: 300px;
	margin-bottom: 40px;
	margin-top: 35px;*/
}

.cMain {
	width: 400px;
	/*height: auto;*/
	z-index: 50;
	padding-right: 25px;
	padding-bottom: 40px;
	float: left;
	color: #014524;
}

.cMain H1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	padding: 0px 0px 0em 0px;
	margin: 0px;
	color: #014524;
}

.cMain H2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	color: #014524;
}



.cRight {
	float: left;
	width: 120px;
}

.cRight H1 {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}


.cMain H3 {
	font-size: 14px;
	line-height: 18px;
	color: #014524;
	padding: 0px;
	margin: 0px;
}

.cMain H3.toggler {
	/*line-height: 35px;*/
	border-top: 1px solid #8ab95a;
	padding-left: 20px;
	background: url('../res/arrow-right.gif') no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cMain div#accordion {
	margin-top: 20px;
	border-bottom: 1px solid #8ab95a;
}

.cMain div.element div.content {
	border-top: 1px solid #8ab95a;
	background-color: #CBD7AD;
	padding: 1px 20px 10px 20px;
	color: #014524;
}

.cMain div.element div.content P {
	margin: 10px 0px 0px 0px;
}



