body {
	margin: 5px;
	background-color: #FFFFE1;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#Logo {
	text-align: center;
	height: 152px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/Logo.jpg);
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFE1;
	font-size: 70%;
	color: #0a4300;
	width: 175px;
	height: 16px;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
	height: 20px;
	text-align:center;
}

.boxContentLeft, .boxContentRight {
	background-color: #FFFFFF;
	width: 175px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.sessionContent {
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 180px; 
	padding-right: 5px;
	padding-top: 20px;
	float: left;
}
.colMid {
	position: relative;
	width: 560px;
	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: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 555px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFE1;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFE1;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 550px;
}
.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;
}
#Footer {
	padding-top: 5px;
	background-color: #0000FF;
	background-repeat: repeat-x;
	height: 20px;
	text-align: right;
}
.txtNotice {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
 }
