body {
	scrollbar-base-color: #031074;
	scrollbar-arrow-color: white;
	margin: 5px;
	background-color: #A5A5A5;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 98%;
	margin: 0px auto;
	padding:5px;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	
}
.boxTitleLeft, .boxTitleRight  { color: #ffffff; font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; background: #031074 url(../styleImages/backgrounds/boxTitleBg.gif); padding-left: 5px; border-top: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; height: 15px }
.boxContentLeft, .boxContentRight    { background-color: #ebedfe; margin-bottom: 10px; padding: 3px 5px 5px; border: solid 1px #000000; width: 160px }
.colLeft  { padding-right: 5px; padding-left: 15px; width: 60em }
.colMid    { float: left; width: auto }
.colRight {
	width: 30em; 
	padding-left: 5px;
	padding-right:15px;
	margin-right:10px;
}
.boxContent    { color: #333333; font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; float: none; margin-bottom: 5px; padding: 20px; border: solid 1px #000000; width: auto; clip: auto }
/* CHECKOUT PAGES */
.colLeftCheckout {
	width: 16%; 
	padding-left: 15px;
	padding-right: 5px;
	float:left;
}
.colMainCheckout {
	width: 80%;
}
/* END CHECK OUT PAGES */
.siteDocs  { text-align: center; margin-top: 10px }
.pagination  { text-align: right; padding-top: 5px; padding-bottom: 5px }
#subCats     { background: #ebedfe repeat; text-align: center; float: left; margin: 0px; padding: 3px; border: solid 1px #c9cefc; width: 387px }
.subCat    { text-align: center; float: left; margin-top: 8px; padding: 8px; border: solid 1px #0cf; width: 160px; height: 40px }
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}