
/********************* threeColumn page style ******************************/

#threeColumnContainer{
	overflow:hidden;
	height:auto;
	width:650px;
	border-left:solid 1px #003366;
}

#threeColumnLeft{
	float:left;
	width:210px;
}

#threeColumnMid{
	float:left;
	padding-left:10px;
	width:210px;
	border-left:solid 1px #003366;
}

#threeColumnRight{
	float:right;
	padding-left:10px;
	width:208px;
	border-left:solid 1px #003366;
}
