body {
	margin: 5px;
	background-color:#E3DCC2;
	
	
}

#pageSurround {
	width: 800px;
	margin: 0px auto;	
    background-color:#e9edf8;
	border: 2px #125eaa solid ;
}
#topHeader {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border: 2px #125eaa solid ;
	background-color:#E3DCC2;
	font-size: 75%;
	height: 154px;
	width:100%;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;	
	/**
	  *If firefox padding-top: 235px;
	  *height: 235px;
	   *
	   */
}

#box1 {
	
	border: 2px #125eaa solid ;
	
}

#box {
	
	border: 2px #125eaa solid ;
	
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000;
	height: 25px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
background-color: #DCD7D1;
}
.boxContentLeft, .boxContentRight {
	
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
background-color:#e9edf8;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 175px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMid {
	position: relative;
	width: 550px;
	float: left;
}
.colRight {
	position: relative;
	width: 175px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {

	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000;
	background-color: #e9edf8;
	margin-bottom: 5px;
	}
	a.boxContent:link, a.txtSiteDocs:link {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}

	a.boxContent:hover, a.txtSiteDocs:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #125eaa;
	text-decoration: overline;
}
	a.boxContent:visited, a.txtSiteDocs:visited {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #000;
	text-decoration: underline;
}

/* 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: #FFFFFF;
	text-align: center;
	border: 1px solid #887F70;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 545px;
}
.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 #826257;
	border-bottom: 1px solid #826257;
}