.outerWrapper {
	background-color: #FFFFFF;
	position: relative;
	margin-left:18px;
	margin-right: 18px;
	margin-bottom: 20px;
}
.headerBar {
	border-top:2px solid #7C7C56;
	background-color: #88A77D;
	position: relative;
	z-index: 0;
}
.headerBarText {
	color:#FFFFFF;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
}
.headerBarRightCorner{
	width: 21px;
	height: 36px;
	background-image: url(/images/right_curve.gif);
	position: relative;
	z-index: 10;
}
.headerBarLeftCorner{
	width: 21px;
	height: 36px;
	background-image: url(/images/left_curve.gif);
	position: relative;
	z-index: 10;
}
.leftBorder {
	border-left:2px solid #7C7C56;
	color:#FFFFFF;
}
.rightBorder {
	border-right:2px solid #7C7C56;
	color:#FFFFFF;
}
.bottomBorder {
	border-bottom:2px solid #7C7C56;
	color:#FFFFFF;
}

.innerSection {
	padding:10px 5px 10px 5px;
}
.sectionSeparator {
	border-bottom:1px dashed black;
}

.text_content {
	color: #666666;
	font-family: helvetica;
	font-size: 12px;
	text-align: justify;
}
