body {
	margin: 0px;
}
#pageSurround {
	width: 98%;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
        background-color: #fff;
	
}
#subSurround {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../styleImages/backgrounds/mainContentBg.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

#topHeader {
	text-align: left;
	height: 146px;
/*	background-color: #fff; */
	background-image: url('../styleImages/backgrounds/header.jpg');
/*	background-position: 0% 100%;  */
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-right: 5px;
	border-bottom: 3px solid #0e1378;

		}
#sessionBox {
	text-align: left;
	background-color: #fff;
	width: 170px;
	height: 104px;
	float: right;
}
.topCats {
	text-align: center;
	padding-top: 2px;
/*	background-image: url('../styleImages/backgrounds/catBg.jpg');
	height: 30px;
	color: #ffff00;
	margin-bottom: 15px   */  

}
.topCatsBgRight {
/*	background-image: url('../styleImages/backgrounds/catBgRight.gif');
	background-repeat: no-repeat;
	background-position:  right 50%;  */
	height: 0px
}
.topCatsBgLeft {
	float: left;
/*	background-image: url('../styleImages/backgrounds/catBgLeft.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;    */
	height: 0px
}
.siteDocs {
	text-align: center;
	background-image: url('../styleImages/backgrounds/menubacktest.jpg');
	height: 30px;
	color: #ffffff;
}
.siteDocsBgRight {
	background-image: url('../styleImages/backgrounds/siteDocsBgRight.gif');
	background-repeat: no-repeat;
	background-position:  right 50%;
	height: 30px
}
.siteDocsBgLeft {
	float: left;
	background-image: url('../styleImages/backgrounds/siteDocsBgLeft.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;
	height: 30px
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffff00;
	background-image: url('../styleImages/backgrounds/boxTitleBg.jpg');
	width: 175px;
	height: 20px;
	padding-top: 3px;
	padding-left: 8px;
	margin-top: 5px;
	background-repeat: no-repeat;
	font-weight: bold
}
.boxFootLeft, .boxFootRight {
	background-image: url('../styleImages/backgrounds/boxFootBg.gif');
	width: 175px;
	height: 12px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 0px
}
.boxContentLeft, .boxContentRight {
	background-image: url('../styleImages/backgrounds/boxContentBg.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
	width: 170px;
}
.boxContent {
        background-image: url('../styleImages/backgrounds/mainContentBg.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
	border-top: 3px solid #0e1378;
	border-right: 1px solid #167316;
	border-bottom: 1px solid #167316;
	border-left: 1px solid #167316;
	padding: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin-bottom: 5px;
	text-decoration: none;
}

.boxContent_noline {
        background-image: url('../styleImages/backgrounds/mainContentBg.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
	border-top: 0px solid #0e1378;
	border-right: 1px solid #167316;
	border-bottom: 1px solid #167316;
	border-left: 1px solid #167316;
	padding: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES  
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
*/

/* END CHECK OUT PAGES */
.docBtnLeft {
	background-image: url('../styleImages/backgrounds/docBtnLeft.gif');
	width: 4px
}
.docBtnRight {
	background-image: url('../styleImages/backgrounds/docBtnRight.gif');
	width: 4px
}
.docBtnMid {
	background-color: #DDDDDD;
	padding: 0px 3px 0px 3px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #C9F5CA;
	text-align: center;
	border: 1px solid #137316;
	margin: 0px;
	float: left;
	width: 99.5%
}
.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;
}
.topCatsTabLeft {
	background-image: url('../styleImages/backgrounds/catTabLeft.gif');
	background-repeat: no-repeat;
	width: 7px
}
.topCatsTabMid {
	background-image: url('../styleImages/backgrounds/catTabMid.gif');
	background-repeat: repeat-x
	height: 24px;

}
.topCatsTabRight {
	background-image: url('../styleImages/backgrounds/catTabRight.gif');
	width: 7px;
	background-repeat: no-repeat
}

.wait {
        padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #ff0000;
	font-family: Verdana, sans-serif;
        font-size: 10px;
        font-weight: bold;
        background: #ffffff;
        color : #ff0000;
        width: 250px;
        height: auto;
        text-align: center;
}