

body {

	margin: 5px;

	background-color: #FFEFEF;

	background-attachment: fixed;

	background-repeat: repeat;

	background-position: top;

}

#pageSurround {

	width: 748px;

	margin: 0px auto;

	padding: 5px;

	border: 1px solid #fc7c8c;

	background-color: #FFFFFF;

}

#topHeader {

	text-align: right;

	height: 170px;

	margin-bottom: 10px;

	padding-right: 0px;

	padding-top: 0px;

	background-repeat: no-repeat;

}

.home {
	border: 1px solid #fe9a9a;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
	

.boxTitleLeft, .boxTitleRight {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 75%;

	color: #000000;
	font-weight: bold;

	width: 175px;

	height: 15px;

	padding-left: 5px;

	padding-top: 1px
	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-color: #DDDADB;

	border-right-color: #DDDADB;

	border-bottom-color: #DDDADB;

	border-left-color: #DDDADB;

	border-bottom-style: solid;

}

.boxContentLeft, .boxContentRight {

	/*border-left: 2px solid #0E51A3;

	border-right: 2px solid #0E51A3;

	border-bottom: 2px solid #0E51A3;*/

	background-color: #FFFFFF;

	padding-left: 5px;

	margin-bottom: 10px;

	padding-top: 3px;

	padding-bottom: 5px;

	width: 171px;

}
.colLeft {

	position: relative;

	left: 0px;

	width: 175px; 

	padding-left: 10px;

	padding-right: 5px;

	float: left;

}

.colMid   { position: relative; left: 10px; width: 550px; 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;

}

/* 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 */

.siteDocs {

	text-align:center;

	margin-top: 10px;

}

.pagination {

	text-align: right;

	padding-top: 5px;

	padding-bottom: 5px;

}

#subCats {

	background-color: #FFCECE;

	text-align: center;

	border: 1px solid #d84b5c;

	margin: 0px;

	padding: 3px;

	float: left;

	width: 526px;

}

.subCat {	

	text-align: left;

	padding: 4px;

	float: left;

	width: 160px;

}

.regSep{

	padding: 10px 0px 10px 0px;

	margin: 10px 0px 10px 0px;

	border-top: 1px solid #ffcece;

	border-bottom: 1px solid #ffcece;

}