@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: #5E5E22;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style: 20px;
}

h1 {
	font-size: 36px;
	color: #A22626;
	padding-top: 15px;
}
.check-red {
	list-style-position: outside;
	list-style-image: url(images/check-red.gif);
	line-height: 24px;
}

h2 {
	font-size: 24px;
	color: #238BC0;
}

H3 {
	font-size: 20px;
	color: #CC0000;
}


.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}

.oneColFixCtr #header {
	width: 700px;  /* 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: 50px;
	padding-right: 50px;
}

.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;
}
.highlight {
	background-color: #FFFF66;
}
fieldset {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
legend {
	font-size: 16px;
	font-style: italic;
	font-weight: 900;
	color: #000066;
}
.check-green {
	margin-bottom: 10px;
	list-style-image: url(images/check-green.gif);
}

