/* JH - thefacts.shtml */
#tfthreeColumns {
	position: relative;
	width: 778px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#tfcol1 {
	position: relative;
	width: 230px;
	top: 10px;
	left: 0px;
	margin: 0px;
}
#tfcol2 {
	position: absolute;
	top: 10px;
	left: 270px;
	width: 230px;
	margin: 0px;
}
#tfcol3 {
	position: absolute;
	top: 10px;
	left: 520px;
	width: 230px;
	margin: 0px;
}
.tftopCols {
	width: 232px;
	color: #fff;
	margin: 0px;
	font-weight: bold;
	background: url(/graphics/construction/tf_header.jpg) top no-repeat center;
	padding: 10px 0 0 0;
	border-bottom: 0px solid #fff;
}
.tftopCols H2 {
	color: #fff;
	font-size: 110%;
	text-align: center;
	border-bottom: 0px solid #225371;
	padding-bottom: 3px;
}
.tfcol1in {
	width: 232px;
	margin: 0px;
	padding: 6px 0px 40px 0px;
	background: url(/graphics/construction/tf_body.jpg) top center repeat-y;
}
.tfcol1in P {
	padding-right: 10px;
}
.tfcol1in H3 {
	padding-left: 10px;
	font-size: 90%;
}
.tfcol1in2 {
	width: 232px;
	margin: 0px;
	padding: 6px 0px 10px 0px;
	background: url(/graphics/construction/tf_body.jpg) top center repeat-y;
}
.tfcol1in2 P {
	padding-right: 10px;
}
.tfcol1in2 H3 {
	padding-left: 10px;
	font-size: 90%;
}
.tfbottomCols {
	margin: 0px;
	width: 232px;
	background: url(/graphics/construction/tf_footer.jpg) top no-repeat center;
	padding: 10px 0px 20px 0px;
}
#btndownload {
	text-align: center;
	padding: 10px;
	background: url(/graphics/construction/tf_dl.jpg) top no-repeat center;
}
