#content {
	padding: 0;
}

#colNormal {
	background-image: none;
	min-height:0px;
	height: expression(this.scrollHeight > 0 ? "auto":"0px");
}

#colNormal p.bodytext {
	margin-right: 10px;
	margin-left: 10px;
}

#contentLeft {
	width: 335px;
	margin: 10px 0 0 10px;
	white-space: normal;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
}

#colLeft {
	margin-left: 0px;
width: 335px;
}

#contentRight {
	width: 335px;
	margin: 10px 0 0 0;
	white-space: normal;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}

#colRight{
	margin: 0;
	padding: 0;
}

#colRight p.bodytext, #colLeft p.bodytext {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 9pt;
}

H3 {
	margin-left: 15px;
}

* html #contentLeft {
	width: 475px;
}

* html #contentRight {
	width: 325px;
}
