body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	color: #000000;
}

#allcontent {
	width: 600px;  /* added to help with printer cut-off */
	background-color: #ffffff;
	font-size: 105%;
	padding: 15px;
	margin: 5px;
	margin: 0px 5px 5px 5px;
}

#header {
	display: none;
}

#banner {
	display: none;
}

#main {
	background-color: #ffffff;
	font-size: 105%;
	padding: 15px;
	margin: 5px;
	margin: 0px 5px 5px 5px;
}

#footer {
	display: none;
}

#menu {
	display: none;
}

h1 {
	font-size: 150%;
	color: #5a3825;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}


p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

ol {
	text-align: left;
}

