body {
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/bg.gif);
        background-attachment: fixed;
	
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 2px;
	border: 2px dashed #CCCCCC;
	background-color: #FFFFFF;
}
#subSurround {
	border: 0px solid #5C84CE;
	
}
#topHeader {
	text-align: right;
	height: 130px;
	margin-bottom: 3px;
	padding-right: 29px;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/topHeader.gif);
	border-bottom: 2px solid #CCCCCC;
}
.boxTitleLeft, .boxTitleRight {
      margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #3E3F3E;
	background-image: url(../styleImages/backgrounds/boxtitle.gif);
      background-repeat: no-repeat;
	width: 170px;
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
.boxContentLeft, .boxContentRight {
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 150px;
}

.sfooter {
background-image: url(../styleImages/backgrounds/boxfoot.gif);
width: 170px;
height: 1px;
margin-bottom: 5px;
}


.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 540px;
	margin-left: 8px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 10px;
	right: 0px;
	float: left;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: transparent;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 540px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:right;
	margin-top: 0px;
	width: 100%;
	height: 20px;
	padding-top: 0px;
	border-top: 2px solid #CCCCCC;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: left;
	margin: 0px;
	padding: 3px;
	width: 500px;
}
.subCat {	
	text-align: left;
	padding: 8px;
	float: left;
	width: 220px;
      border-bottom: 1px dashed #CCCCCC;
	margin: 5px 5px 0px 5px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}