body {
	margin: 0px;
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}

#pageContainer {
	width: 90%;
}

#boxnav {
	display: none;
}

.box {
	display: none;
}

#mainTitle {
	background-color: #606060;
	color: white;
	font-size: larger;
	letter-spacing: .5em;
	font-weight: bold;
	padding-left: 50px;
}

#tree {
	display: none;
}

#navigation {
	display: none;
}

#subtitle {
	clear: right;
	float: right;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: larger;
	letter-spacing: .25em;
	font-weight: bold;
	border-right: 1px #606060 solid;
	border-bottom: 1px #606060 solid;
}

#about {
	clear: right;
	float: right;
	text-align: justify;
}

.start {
	height: 50px;
	clear: both;
	background-color: #606060;
	color: white;
	font-size: larger;
	padding-left: 50px;
	letter-spacing: .25em;
}

.top {
	border-top: 1px #606060 solid;
	border-left: 1px #606060 solid;
	padding-left: 50px;
	padding-top: 1em;
	font-weight: bold;
}

.bottom {
	page-break-inside: avoid;
	page-break-after: auto;
	text-align: justify;
	border-left: 1px #606060 solid;
	padding-bottom: 1em;
	padding-left: 50px;
}

#copyright {
	text-align: center;
	background-color: #606060;
	color: white;
	font-size: smaller;
}

p, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:link.links, a:visited.links {
	color: #000;
	text-decoration: none;
}

a:active, a:hover, a:active.links, a:hover.links {
	color: #000;
	text-decoration: underline;
}