body {
/* BWS changed margin from 5px and background-color from #a5a5a5 */
	margin: 0px;
	background-color: #FFF4D2;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #333333;
	background-color: #FFFFF3;
	}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 0px solid #000000;
	background-color: #fffff3;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 180px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	/*BWS width: 403px;*/
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 0px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFF3;
	margin-bottom: 0px;
}
/* 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 {
/* BWS - Change background color, border amd width */
	background-color: #fffff3;
	text-align: center;
	border: 0px solid #C9CEFC;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}
.subCat {	
/* BWS - Change border amd width to center the 5 cent photo*/
	text-align: center;
	padding-bottom: 10px;
	float: left;
	width: 33%;
	height: auto;
}

.homeCats {	
/* BWS - Change border amd width */
	text-align: center;
	padding: 0px;
	float: center;
	width: 31%;
	height: auto;
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
