body {
	margin: 5px;
	background-color: #173358;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.gif);
	background-repeat: repeat-x;
	background-position: top;
  font-family: Arial, Helvetica, sans-serif;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#subSurround {
	width: 748px;
  margin: 0px auto;
  overflow: auto;
  margin-top: 10px;
  border-left: 1px solid #173358;
  border-right: 1px solid #173358;
	background-color: #FFFFFF;
  background-image: url(../styleImages/backgrounds/contentBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#topHeader {
	height: 150px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	border-bottom: 1px solid #000000;
}
#topSiteInfo {
  color:	#8B99AC;
	font-size: 11px;
  float: left;
  margin-top: 3px;
  margin-left:  5px;
}
#sessionStuff {
float: right;
}
#siteMapLink {
	font-size: 11px;
  margin-top: 3px;
}
#topNavBar {
	overflow: auto;
  text-align: center;
	height: 22px;
  margin-bottom: 0px;
	background-image: url(../styleImages/backgrounds/bg_topnavbar.gif);
	border-bottom: 1px solid #000000;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
DIV.pinktabholder {
  margin-right: 65px;
  text-align: right;
  width: 680px;
  margin-bottom: 10px;
  /*enabling this below breaks the drop-down menu - unless you have a set width! */
  overflow: auto;
}
#bottomNavBar {
	border-top: 1px solid #CCCCCC;
  margin: 20px 0px 40px 0px;
  padding-top: 15px;
  overflow: auto;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
.colMain {
	/*position: relative;*/
	width: 558px;
	float: left;
  margin-left: 9px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	/*position: relative;*/
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	/*position: relative;*/
	width: 558px;
	float: left;
}
.colRight {
	/*position: relative;*/
	width: 160px; 
	padding-left: 5px;
	padding-right: 6px;
	float: right;
}
.boxContent {
	/* border-bottom: 1px solid #5E85CF; */
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
  margin-top: 5px;
}
.pagination {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 540px;
}
.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;
}