body {
	margin: 0px;
	background-color: #7D96B5;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #624256;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);	
	background-repeat: repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}
#subSurround {
	border: 0px solid #ffffff;
	background-color: transparent;
	background-repeat: repeat;
	background-position: bottom;

}
#topHeader {
	text-align: right;
	text-indent: 70px;
	height: 120px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-right: 15px;
	padding-top: 0px;
	background-color: #E8E8E8;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
}
#sessionBar {
    background-image: url(../styleImages/backgrounds/sessionBar.gif);
	background-repeat: repeat-x;
	height: 60px;
	padding-top: 2px;
	border-top: 1px solid #333333;
	text-indent: 10px;
	padding-right: 10px;
	/*border-bottom: 30px solid #7D96B5;*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

}
.boxTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 154px;
	height: 25px;
	padding-left: 5px;
	border-left: 1px solid #ffffff;
	padding-top: 3px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
}
.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: transparent;
	width: 154px;
	height: 25px;
	padding-left: 5px;
	border-left: 1px solid #ffffff;
	padding-top: 1px;
	font-weight: bold;
	/*border-top: 1px solid #FFFFFF;*/
}
.boxContentLeft, .boxContentRight {
	background-color: transparent;
	border-left: 1px solid #ffffff;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMid {
	position: relative;
	width: 615px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.latestContent 
    {
	float: left;
	position: relative;
	text-align: center;
	width: 135px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 3px;
	height: 170px;
}
.txtMoreButton {
background-position: bottom; }
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 600px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 0px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 606px;
	border-bottom: 5px solid #e8e8e8;
}
.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-image: url(../styleImages/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	height: 47px;
	text-align: right;
}
.txtNotice {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 15px;
 }
