html, body {
	margin:     0px;
	padding:    0px;
	margin-top: 2px;
	background: #000000;
}

#docBody {
	position:     relative;
	left:         5px;
	width:        1070px;
/*
	margin-left:  -535px;  
	should be -50% of the width to center 
*/
}


table.menuTable {
	width:           940px;
	border-width:    0px 0px 0px 0px;
	border-spacing:  0px;
	border-style:    none none none none;
	border-collapse: collapse;
}

table.menuTable th {
	border-width: 0px 0px 0px 0px;
	padding:      0px 0px 0px 0px;
	border-style: none none none none;
	align:        center;
}

table.menuTable td {
	border-width:    0px 0px 0px 0px;
	padding:         0px 0px 0px 0px;
	border-style:    none none none none;
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       20px;
	font-weight:     bold;
}

#pageTitleBox {
	position:         relative;
	top:              0px;
	height:           100px;
	background-color: #cc3300;   /* #cf501d or #cc3300 or #80290d */
	text-align:       center;
}

#pageTitle {
	position:   relative;
	top:        10px;
}

#pageSpacer {
	position:         relative;
	height:           3px;
	background-color: #000000;
}

#pageFooter {
	position:         relative;
	height:           10px;
	background-color: #cc3300;   /* original: #cf501d or #80290d */
}
