img.topBanner {
	display:block;
}

.twoColMultLevel {
	border-bottom:1px solid #cccccc;
	width:100%;
	float:left;
	margin-bottom:20px;
}

.twoColMultLevel .level1, .twoColMultLevel .level2 {
	clear:both;
	height:100%;
	width:100%;
	float:left;
}

.twoColMultLevel .leftCol, .twoColMultLevel .rightCol {
	width:310px;
	float:left;
}

.twoColMultLevel .leftCol {
	border-right:1px solid #cccccc;
	clear:left;
}

.twoColMultLevel .rightCol {
	clear:right;
}

.twoColMultLevel h2 {
	margin-top:0;
	margin-left:0;
}