.intro {
	text-align: justify;
	padding-left: 4px;
	text-indent: 1px;

}

a.leftnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007073;
	text-decoration: none;
	background-color: #F3F2D6;
	text-align: left;
	padding: 5px;
	width: 100%;

}
a.leftnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007073;
	text-decoration: none;
	background-color: #F3F2D6;
	text-align: left;
	padding: 5px;
	width: 100%;
}
a.leftnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #BBCFCE;
	text-align: left;
	padding: 5px;
	width: 100%;
}
.leftnavsection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #007073;
	text-align: left;
	width: 100%;
	padding: 3px;

}

.subsection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007073;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #007073;

}
p {
	text-align: justify;
}

