/* CSS Document */

.leftheader {
	
}

.lefttext {
	height:					427px;
	background-color:		#626262;
}

.lefttext p {
	margin-top:				0px;
	margin-bottom:			0px;
	padding-top:			15px;
	padding-left:			19px;
	padding-right:			5px;
	color:					#ffffff;
	line-height:			1.2em;
	font-size:				1.2em;
}

.lefttext p strong {
	color:					#FE8081;
	font-weight:			normal;
}

.leftfooter {
	margin-top:				5px;
}





.overview {
	width:					324px;
	height:					444px;
	background-color:		#626262;
	border:					1px solid #9D9D9D;
}

.overview p {
	margin-top:				0px;
	margin-bottom:			0px;
	padding-top:			15px;
	padding-left:			18px;
	padding-right:			22px;
	color:					#ffffff;
	line-height:			1.3em;
	font-size:				1.2em;
}

.footnote {
	margin-top:				19px;
	width:					345px;
	height:					50px;
	background-color:		#ffffff;
	border-top:				1px solid #9D9D9D;
	border-left:			1px solid #9D9D9D;
	border-bottom:			1px solid #9D9D9D;
}

.footnote p {
	margin-top:				8px;
	padding-left:			18px;
	padding-right:			0px;
	color:					#626262;
	line-height:			1.2em;
	font-size:				1.2em;
}

.imagefloatleft {
	float: left;
	border: 0px;
	position: relative;
	clear: left;
	top: 18px;
	left: 18px;
}