body {
	margin: 5px;
	background-color: #000013;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#subSurround {
	border: 0px solid #5C84CE;
	background-repeat: repeat-x;
	background-position: bottom;
}
#topHeader {
	text-align: right;
	height: 139px;
	margin-bottom: 10px;
	padding-right: 3px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
}
#HR {
	margin-top: 20px;
}
.boxTitleLeft, .boxTitleRight {
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 70%; 
	WIDTH: 173px; 
	COLOR: #FFFFFF;
  	PADDING-TOP: 6px;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #548b54; 
	TEXT-ALIGN: left; 
}
.boxContentLeft, .boxContentRight {
	BORDER-RIGHT: #bbbbbb 1px solid;
	BORDER-TOP: #bbbbbb 1px solid;
	PADDING-LEFT: 5px;
	MARGIN-BOTTOM: 5px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #bbbbbb 1px solid;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #bbbbbb 1px solid;
	BACKGROUND-COLOR: #fffad9;
	width: 171px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 175px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 558px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.latestContent {
    float: left;
    text-align: center;
	background-color: #fffad9;
    width: 135px;
    height: 120px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 175px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 540px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	background-color: #548b54;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	border-top: #999999 1px solid;
	height: 25px;
	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: 540px;
}
.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;
}