@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	margin-right: 45px;
	
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}

.oneColFixCtr #container {
	width: 650px;  /* 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. */
	margin-top: 0px;
	border-top-width: 0px;

}

.oneColFixCtr #header {
	width: 650px;  /* 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;
}
.oneColFixCtr #mainContent {
	padding-left: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.wrapper {
	width: 735px;
	border: 1px;
	border-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-top-style: none;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-bottom-style: none;
	text-align: center;
}

.insidewrapper {
	width: 675px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.insidewrapper1 {
	width: 735px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.orderform {
	width: 520px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	margin: 0 auto;
	padding: 5px 15px;
	background-color: #ffffcc;
	}
.orderform2 {
	width: 575px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background-color: #ffffcc;
	}
.fineprint {
	font-size: 10px;
}

p {
	font-size: 15px;
	margin-left:25px;
	margin-right:25px;
}
.green {
	color: #533293;
	font-size: 133%;
}
.red {
	color: #ff0000;
	font-size: 150%;
}
li {
	margin-left: 35px;
	margin-right: 45px;
	margin-bottom: 15px;
}
.highlight {
	background-color: #FFFF33;
}
.excerpt {
	background-color: #f7ffca;
	padding: 5px;
	width: 525px;
	border: 1px solid #1B6650;
	margin-left: 40px;
	background-image: url(images/bg-excerpt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.testimonial {
	padding: 5px;
	width: 525px;
	border: 2px solid;
	margin-left: 40px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

