@charset "utf-8";
@import url("main.css");
@import url("drilldown.css");
@import url("catalogSearch.css");

/* CSS Document */

/* This is for divs that contain the main content of the home page.
 */
div.contentColumn {
	float: left;
	
}

div.contentColumn>div {
	padding-left: 5px;
	padding-right: 15px;
}

#leftColumn {
	margin-top: 5px;
}

.catalogLabel {
	font-family: Georgia, "Bitstream Vera Sans", Serif;
	font-weight: 500;
	text-align: left;
}