body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	font-size: small;
	background-image: url(images/back.gif);
}
div#outerContainer {
	width: 700px;
	text-align: left;
	border: 1px solid #000088;
	background-color: #ffffff;
}

div#innerContainer {
	padding: 20px;
}
div#footer {
	color: #333333;
	font-size: 8pt;
	padding-top: 5px;
	clear: both;
	border-top: 1pt solid #aaaaaa;	
}
div#copyRight {
	float: right;
}
div#contentLeft {
	float: left;
	width: 418px;
	padding: 5px 20px 5px 5px;
	border-right: 1px dashed #aaaaaa;
	margin-right: 10px;
}

div#contentLeftWide {
	float: left;
	width: 618px;
	padding: 5px 20px 5px 5px;
	margin-right: 10px;
}

div#contentRight {
	width: 200px;
	float: right;
	font-size: 8pt;
}
div.rightItem {
	margin: 0px 0px 5px 5px;
}

div#content {
	margin: 0px 0px 20px 0px;
}

.hdr2 {
	font-family: tahoma;
	font-size: 13pt;
	color: #444444;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-family: tahoma;
	color: #000099;
}
h2 {
	font-family: tahoma;
	font-size: 13pt;
	color: #444444;
	font-weight: bold;
}
.hi {
	background-color: #ffffaa;
	padding: 2px;
}
li.square {
	list-style-type: square;
	margin: 0px;
}



















.divider {
	width: 100%;
	height: 1px;
	border-top: 1px solid #000080;
	padding: 20px 0 20px 0;
}

div#topOrder{
	float: right;
}

a:visited {
	color: #0000CC;
}

.hiU {
	text-decoration: underline;
}

div.psContainer {
}

div.originalPrice {
	color: #000000;
	text-decoration: line-through;
}
div.discountAmount {
	color: #0000FF;
}
div.actualPrice {
	color: #ff3300;
	font-weight: bold;
	font-size: x-large;
}

div#leadIn {
	font-weight: bold;
	color: #ff3300
}

div.hiBox {
	border: 1px solid #000088;
	background-color: #FFFFDD;
	padding: 10px;
}

div.hiBox2 {
	border: 1px dashed #000088;
	background-color: #f9f9f9;
	margin: 20px 0 20px 0;
}

div.hiBox3 {
	border: 1px dashed #000088;
	background-color: #f9f9f9;
	width: 500px;
	margin: 10px 20px 30px 10px;
}

div.testimonial {
	text-align: left;
	border: 1px dashed #000088;
	background-color: #f9f9f9;
	width: 500px;
	margin: 10px 20px 30px 10px;
	padding: 20px 20px 10px 20px;
}


li {
	margin: 10px;
}
li.check {
	padding: 0 10px 0 10px;	
	list-style-image: url(images/check.gif);
}