@charset "utf-8";
a:link {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
} 
a:visited {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
} 
a:hover {
	color: #F93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline
} 
a:active {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
} 
#wrapper {
	background: url(../imagefolder/BG-shadow.png) repeat-y center top;
	width: 808px;
	text-align: center;
	margin: 0px auto;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #dfe6b0 url(../imagefolder/BG-Ripples.jpg) repeat center top;
	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: #666;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(../imagefolder/BG-shadow.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.oneColFixCtrHdr #header {
	background: #A9BB35;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	background: #FFF;
}
#mainContent #content {
	background: #FFF;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
#content H1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #9DB031;
	letter-spacing: 1px;
}
#content H2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #668F46;
}
#content H3 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #8C9D2D;
}
.cost {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #C60;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
}





#bottom {
	background: url(../imagefolder/BG-footershadow.png) no-repeat center top;
	text-align: center;
	width: 808px;
	margin: 0px auto;
}


.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8B9A29;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.imageLEFT {
	padding-right: 20px;
	margin-right: 20px;
}
#content ul {
	font-size: 12px;
}
.intro {
	font-size: 14px;
	color: #662E93;
}
.red {
	font-size: 14px;
	color: #F00;
}

