body {
	margin: 0px;
	background-color: #ffffff;
}
#pageSurround {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#subSurround {
	padding-left: 0px;
}
#topHeader {
	text-align: right;
	height: 150px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
}
#topHeader2 {
    height: 30px;
	margin-bottom: 5px;
   
	background-image: url(../styleImages/backgrounds/t2.gif);
}
.siteDocs {
    padding-top: 2px;
	text-align: center;
	background-image: url(../styleImages/backgrounds/r2.gif);
	height: 25px;
	color: #000000;
}
.siteDocsBgRight {
	background-image: url(../styleImages/backgrounds/r3.gif);
	background-repeat: no-repeat;
	background-position: right;
    width: 5px;
    height: 25px;
}
.siteDocsBgLeft {
	float: left;
	background-image: url(../styleImages/backgrounds/r1.gif);
	background-repeat: no-repeat;
	background-position: left;
    width: 5px;
    height: 25px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 155px;
	height: 16px;
	padding-left: 5px;
	padding-top: 0px;
}
.boxContentLeft, .boxContentRight {
	border-left: 2px solid #3f678a;
	border-right: 2px solid #3f678a;
	border-bottom: 2px solid #3f678a;
	background-color: #fafafa;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.boxContent {
	border-top: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	border-left: 1px solid #535353;
	padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333333;
	background-color: #f4f4f4;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.docBtnLeft {
	background-image: url(../styleImages/backgrounds/r1.gif);
	width: 2px;
}
.docBtnRight {
	background-image: url(../styleImages/backgrounds/r3.gif);
	width: 2px;
}
.docBtnMid {
	background-color: #DDDDDD;
	padding: 0px 3px 0px 3px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subCats {
	background-color: #f0f0f4;
	text-align: center;
	border: 1px solid #cbccd5;
	margin: 3px;
	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;
}

