body {
	margin: 5px;
	background-color: #152559;


	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 950px;
	margin: 0px auto;
	padding: 5px;
	border: 1px 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #152559;
	
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 190px;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 550px;
	float: left;
}
.colRight {
	position: left;
	width: 190px; 
	padding-left: 5px;
	padding-right: 5px
	right: 0px;
	float: right;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	
	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;
}

/* Suggestive Search Box - http://sitesmartuk.com */
.suggestivesearch {
/* Functional CSS */
width:250px; 
/* Set the width of the dropdown results box! */
height: auto;
position: absolute;
z-index: 10;
margin-left:0px; 
/* Edit the margin-left value to make the search box line up correctly you may also need to add margin-right, margin-top and margin-bottom */
padding-left:1px;
display:none;

/* Display CSS */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border:#666 1px solid;
background-color:#FFFFFF;
color: #000000;
text-align:left;

}

.suggestivesearch a {
/*Display CSS: LINK*/
color:#000000;
text-decoration:none;
}

.iesfix {
/*Used to hide the result box in ie6*/
width: auto; 
height: auto;
}

