body {
	margin: 2px;
	background-color: #FCF9F9;
}
#pageSurround {
	width: 790px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #6C6C6C;
	background-color: #FFFFFF;
}

#topHeader {
	text-align: right;
	height: 89px;
	margin-bottom: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/fastroadlogo.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}
/*ADJUST RIGHT PAD IF YOU ADD MORE DOCS TO CENTER*/
#navBandRed {
	text-align:center;
	height: 25px;
	padding-right: 75px;
	padding-top: 1px;
	background-color: #2178a5;
	border-bottom: 1px solid #2178a5;
}

#footband {
	text-align:center;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 60px;
	padding-top: 8px;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#sessionBandGray {
	height: 25px;
	padding-right: 9px;
	padding-top: 0.2em;
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
}
#footer {
	text-align:center;
	vertical-align: center;
	height: 117px;
	width: 790px;
	background-color: #2178a5 ;
	/*background-image: url(../styleImages/backgrounds/secure.jpg);
	*/
	background-repeat: no-repeat;
	background-position: center left;
}
.boxTitleLeft, .boxTitleRight {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #2178a5;
	/*border-bottom: 1px solid #066800;*/
	width: 157px;
	height: 20px;
	padding-left: 3px;
	padding-top: 4px;
}
/*
.randomTitle {
	text-align:center;
	font-family: Lucida Calligraphy, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #3894BD ;
	font-weight: bold;
	background-color: #C2D5FC;
	border-top: 1px solid #5E85CF;
	border-left: 1px solid #5E85CF;
	border-right: 1px solid #5E85CF;
	width: 453px;
	height:40px;
	padding-top: 5px;
}
.randomContent {
	width: 453px;
	height: 165px;
	background-color: #C2D5FC;
	padding: 0px;
	border-left: 1px solid #5E85CF;
	border-right: 1px solid #5E85CF;
	border-bottom: 1px solid #5E85CF;
	padding: 0px;
	margin-bottom: 10px;
}
.randomContent image{
	height: 120px;
	border: 5px groove #3894BD ;
}
.randomContent img{
	height: 120px;
	border: 5px groove #3894BD ;
}
*/
.boxContentLeft, .boxContentRight {

	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #BBBBBB;

}


.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;

}
.colMid {
	position: relative;
	width: 620px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: black;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 620px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:right;
	vertical-align: center;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 120px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}