#container #contentArea #textArea #textContent {
	height: 180px;
}
#container #contentArea #textArea #subsection {
	background-color: #CDDBEB;
	height: 27px;
	margin-top: 15px;
}
#container #contentArea #SectionImage {
	width: 390px;
}
#container #contentArea #textArea {
	width: 401px;
}
#container #contentArea #textArea #textHeader {
	margin-left: 30px;
}
#container #contentArea #textArea #textContent {
	width: 330px;
	margin-left: 30px;
	padding-top: 5px;
}
#container #contentArea #textArea #subsection .subsectionLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D0A87E;
	background-attachment: fixed;
	background-image: url(../HTML/images/SectionHeaders/subsection-arrow.gif);
	background-repeat: no-repeat;
	background-position: -5px 7px;
	float: left;
	display: inline;
	padding-left: 6px;
	margin-right: 5px;
	font-size: 11px;
	padding-top: 7px;
	font-weight: bold;
}
#container #contentArea #textArea #subsection .subsectionLink a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#container #contentArea #textArea #subsection .subsectionLink a:hover {
	color: #D0A87E;
}

