@charset "UTF-8";
body {
	margin: 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;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #000;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: both;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	text-align: center;
	padding: 12px;
	background-color: #CCC;
}
.acknowledge {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.cost {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding: 0px;
	margin-top: 24px;
	margin-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .2em;
	margin-left: 125px;
}
.price {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: .9em;
}
.product {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-bottom: 1px;
	margin: 0px;
	color: #036;
	background-color: #FF9;
	border-right-style: none;
	border-left-style: none;
}
.creativeCaption {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
