body {
	margin: 0px;
	background-color: #F6EBBE;
	background-attachment: scroll;
}

#pageSurround {
	width: 100%;
	margin: 0px auto;
	padding: 5px;
	border: 0px solid #F6EBBE;	
}

#topHeader {
    text-align: right;
	height: 0px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 10px;	
	background-color: #F6EBBE;
}

#Footer {
    text-align: right;
	height: 100px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 10px;		
}

.boxTitleLeft, .boxTitleRight {
	font-family: Times New Roman, serif;
	font-size: 105%;
	color: #2C2C2C;
	font-weight: bold;
	height: 15px;
	border-top: 0px solid #2C2C2C;
	border-left: 0px solid #2C2C2C;
	border-right: 0px solid #2C2C2C;
	padding-left: 5px;
}

.boxContentLeft, .boxContentRight {
	border: 0px solid #2C2C2C;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.colLeft {
	position: relative;
	left: 30px;
	width: 150px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.colMid {
	position: relative;
	width: 100%;
	float: center;
}

.colRight {
	position: relative;
	width: 160px; 
	padding-left: 10px;
	right: 0px;
	float: right;
}

.boxContent {
	border: 0px solid #2C2C2C;
	padding: 3px;
	font-family: Times New Roman, serif;
	font-size: 100%;
	color: #2C2C2C;
	margin-bottom: 5px;
}

.siteDocs {
	text-align:left;
	margin-top: 10px;
	margin-left: 10px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	background-color: #F9EFCF;
	text-align: center;
	border: 1px solid #2C2C2C;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}

.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 #2C2C2C;
	border-bottom: 1px solid #2C2C2C;
}