
/********************* threeColumn page style ******************************/

.searchSub{
	padding-left:20px;
	margin-top: 10px;
}

.searchCopy{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

.searchBtn{
	clear:both;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}

#searchColumnContainer{
	overflow:hidden;
	height:auto;
	width:650px;
}

#searchColumnLeft{
	padding-right:8px;
	padding-left:2px;
	float:left;
	width:208px;
	height:230px;
}

#searchColumnMid{
	float:left;
	padding-left:10px;
	width:200px;
	border-left:solid 1px #808080;
	height:230px;
}

#searchColumnRight{
	float:right;
	padding-left:10px;
	width:200px;
	border-left:solid 1px #808080;
	height:230px;
}
