body {
	repeat-x center 50%; margin:5px; 
	background-color: #00adef;
}
#pageSurround {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	border: 3px solid #ffffff;
	background-image: url(../styleImages/backgrounds/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0E79EB;
}
#topHeader {
	text-align: right;
	height: 110px;
padding-bottom: 25px;
	padding-right: 20px;
	padding-top: 40px;
}
.boxTitleLeft, .boxTitleRight {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 25px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 3px;
	padding-top: 5px;
}
.boxContentLeft {
	border: 1px solid #ffffff;
	background-color: #09509e;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.boxContentRight {
	border: 1px solid #ffffff;
	background-color: #09509e;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 190px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 670px;
	float: left;
}
.colRight {
	position: relative;
	width: 186px;
	padding-left: 5px;
	right: 5px;
	float: right;
}
.boxContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
    border: 1px solid #6dab35;
    background-color: #09509e;
	margin-bottom: 5px;
}
.latestContent {
    float: left;
    text-align: center;
    width: 130px;
    height: 130px;
    border: 1px solid #999999;
    padding: 0px;
    margin: 12px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 190px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 670px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffffff;
	text-align: center;
	border: 0px solid #6dab35;
	margin: 10px;
	padding: 0px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 25px;
	float: left;
	width: 140px;
	height: 75px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
