@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.content-background {
	background-image: url(images/draft2_18.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content-main {
	padding-top: 1px;
	padding-right: 45px;
	padding-bottom: 1px;
	padding-left: 46px;
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footercontent {
	font-size: 9pt;
	font-weight: bold;
}
.body-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0D2F4B;
	text-align: left;
	width: 700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 63px;
}
.body-content a:link {
	font-weight: bold;
	color: #B80002;
}
.body-content a:visited {
	font-weight: bold;
	color: #B80002;
}
.body-content a:hover {
	font-weight: bold;
	color: #0F64D9;
}


.body-content h1 {
	font-size:20px;
	color:#990000;
	font-weight: bold;
}.body-content h2 {
	font-size:16px;
	color:#0D2F4B;
	font-weight: bold;
}
.body-content-narrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0D2F4B;
	text-align: left;
	float: none;
	width: 550px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 214px;
}
.body-content-narrow h2 {
	font-size:16px;
	color:#0D2F4B;
	font-weight: bold;
}
.body-content-narrow h1 {
	font-size:20px;
	color:#990000;
	font-weight: bold;
}
.body-content-narrow a:visited {
	font-weight: bold;
	color: #B80002;
}
.body-content-narrow a:link {
	font-weight: bold;
	color: #B80002;
}
.body-content-narrow a:hover {
	font-weight: bold;
	color: #0F64D9;
}

.yourcart {
	font-size: 8pt;
	font-weight: bold;
	color: #39335A;
}
.textcontent {
	margin-right: 10px;
	padding-right: 30px;
}
