div#homepageLeft{
	float: left;
	width: 68%;
	padding: 5px;
}

div#homepageLeft .threeColMiddle{
	border-left: 1px solid gray;
	height: 380px;
}

div#homepageLeft .threeColRight{
	border-left: 1px solid gray;
	height: 380px;
}

div#homepageRight{
	float: right;
	width: 29%;
	padding: 5px;
	border-left: 1px solid gray;
}

.docDlLink{
	text-decoration: none;
}

.threeColLeft{
	width: 19%;
}

.threeColLeft .elemContent{
	text-align: center;
}

.threeColMiddle{
}

.threeColRight{
	width: 45%;
}