body {
	font-family: Arial, Helvetica, sans-serif;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #e6e6e6 url(images/HockeyDouble.jpg) repeat;
}
#header {
	width: 800px;
	z-index:inherit;
}
#bodycontent {
	padding-bottom: 50px;
	padding-top: 30px;
	text-align:center;
}
#HandbookContent {
	text-align: left;
}
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	border-right: 2px solid #600;
	border-left: 2px solid #600;
	border-bottom: 2px solid #600;
	background-color: #ffffff;
}
.centeredtext {
	text-align:center;
	}
 h1, caption {
 	font-size: 24px;
	font-weight: bold;
}
 h2 {
 	font-size: 18px;
	font-weight: bold;
}
 h3 {
 	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
 H6 {
 	font-size: 12px;
}
 th {
	text-align: center;
	background-color: #eaeaea;
}
 table {
 	border-collapse:collapse;
	border-color: #c00;
}
 td {
 	text-align: center;
}
 p {
 	text-align: left;
}
 ul {
 	text-align: left;
}
 ol {
 	text-align: left;
 }