body {
	margin: 0px;
	background-color: #516A17;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#pageSurround {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	border: 4px solid #B5DD3F;
	background-color: #729C16;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: left;
	height: 154px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 25px;
	background-color: #526F13;
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #729C16;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
	text-align:right;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #CBD59B;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.imgcolLeft {
	width: 160px; 
	padding-left: 20px;
	padding-right: 10px;
	text-align:left;
	float:left;
}
.imgcolRight {
	width: 160px; 
	padding-left: 20px;
	padding-right: 10px;
	text-align:right;
	float:right;
}
.imgcolMid {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 20px;
	padding-right: 10px;
}
.colMid {
	position: relative;
	width: 565px;
	float: left;
		padding:10px;
}
.colMid_hp {
	position: relative;
	width: 730px;
	float: left;
	padding:10px;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #333333;
	background-color: #CBD59B;
	margin-bottom: 5px;
}

.boxContent_hp {
	border: 1px solid #A9D130;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #fff;
	background-color: #6A8C2E;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
