body {
	background-color: #464646;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 50% top;
	margin: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#pageSurround {
	background-color: #E8358E;
	background-image: url("../styleImages/backgrounds/contentBg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	padding: 5px;
	width: 800px;
	border: solid 2px #333333;
}

#topHeader {
	height: 38px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-top: 95px;
}

.boxTitleLeft, .boxTitleRight {
	color: #ffffff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding-left: 5px;
	height: 15px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-weight: bold;
}

.boxContentLeft, .boxContentRight {
	background-color: #666;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: solid 1px #000000;
}

.colLeft {
	position: relative;
	left: 0px;
	width: 175px;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	background-color: #e83583;
}

.colMid {
	position: relative;
	width: 606px;
	float: left;
}

.footer {
	position: inherit;
	width: 606px;
	height: 100px;
	text-align: center;
	float: inherit;
}


.colRight {
	padding-left: 5px;
	position: relative;
	right: 0;
	width: 1px;
	float: right;
}

.boxContent {
	color: White;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: White; 
	font-weight: 500; 
	font-stretch: wider; 
	line-height: 22px;
	background-color: #000000;
	margin-bottom: 5px;
	height: 75%;
/*	border: solid 1px white; */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: -5px;
}

/* 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: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	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;
}
