/* for publication -- four columns width 800  */
#pub-fourColumnContainer {
	float: left;
	width: 800 !important;
}

#pub-fourColumnContainer #singleColumnLeft {
	float: left;
	width: 174px;
	margin-right: 34px;
}

#pub-fourColumnContainer #singleColumnRight {
	float: right;
	width: 176px;
}

.ieSearch {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
}

h3.searchTerms a {
	font-size: 0.9em;
	font-weight: normal;
	color: #2678A7;
	text-decoration: underline;
}

h3.searchTerms a:hover {
	text-decoration: none;
}

h3.searchTerms span:before {
	font-size: 0.9em;
	font-weight: normal;
	color: black;
	content: " | ";
}
/* end pub */