body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.gif);
	background-repeat: repeat;
	background-position: top;
	text-align: center;
}
#pageSurround {
	width: 766px;
	margin: 0 auto;  
	padding: 0 7px 7px 7px;
	background-color: #FFFFFF;
	text-align: left;
}
#topHeader {
	text-align: right;
	height: 178px;
	margin-bottom: 7px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.gif);
}
#topHeaderEditions {
	text-align: right;
	height: 178px;
	margin-bottom: 7px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeaderEditions.gif);
}
.leftNav {
	background-color: #939598;
	width: 145px;
	height: 15px;
	padding-left: 5px;
	padding-top: 4px;
	margin-top: 4px;
	text-align: center;
}
.leftNavSub {
	background-color: #D1D3D4;
	width: 145px;
	height: 15px;
	padding-left: 5px;
	padding-top: 4px;
	margin-top: 4px;
	text-align: center;
}
.mailingListBox {
	padding-right: 24px;
	padding-top: 78px;
}
.colFull {
	position: relative;
	width: 766px;
	float: left;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 154px; 
	padding-left: 9px;
	padding-right: 20px;
	float: left;
}
.colMain {
	position: relative;
	width: 570px;
	float: left;
}
.colMainDocs {
	position: relative;
	width: 360px;
	float: left;
}
.colRightDocs {
	position: relative;
	width: 210px; 
	padding-left: 5px;
	float: right;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.boxContentHomeIntro {
	padding: 15px 0 15px 20px;
}
.boxContentIndent {
	position: relative;
	left: 50px;
	width: 440px; 
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin-bottom: 20px;
}
.boxContentHomeButtons {
	position: relative;
	width: 200px; 
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}
.boxContentRight {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #D31145;
	margin-bottom: 5px;
}
.siteDocs {
	padding: 6px 20px 5px 20px;
	height: 17px;
	width: 726px;
	text-align:right;
	margin-top: 7px;
	background-color: #231F20;
}
/* hack for ie 7 adjustment */
*+html .siteDocs {	
	padding: 3px 20px 5px 20px;
	height: 20px;
	width: 726px;
	text-align:right;
	margin-top: 7px;
	background-color: #231F20;
} 
.siteDocsTop {
	padding: 6px 20px 5px 20px;
	height: 17px;
	width: 726px;
	text-align:left;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #231F20;
}
/* hack for ie 7 adjustment */
*+html .siteDocsTop {	
	padding: 3px 20px 5px 20px;
	height: 20px;
	width: 726px;
	text-align:left;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #231F20;
} 
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 520px;
} 
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
