@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 804px; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #f287a3;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f6f6f6;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #globalNav {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px;
}
.oneColFixCtr #sections {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 25px;
	margin-bottom: 25px;
}
.oneColFixCtr #mainContent {
	padding: 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 40px;
}
.globalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
.viewcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
}
.bodycopy_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}
.subhead_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#909e52;
	font-weight: bold;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#62829f;
	font-weight: bold;
}
.cookie_crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#62829f;
}
a.cookie_crumb {
	color:#a0638f;
}
.abstract {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#a16392;
}
