#nav p {
	font-family: verdana, serif;
	color: #000000;
	font-weight: bold;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  width: 190px;
  background-color: #dddddd;
  border: 2px solid #555;
  position: fixed;
  max-height: 100%;
  overflow-y: scroll;
}

#nav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

#nav li a:hover {
  background-color: #555;
  color: white;
  border-bottom: 1px solid #555;
}

#nav li:last-child {
  border-bottom: none;
}

#nav .active {
  background-color: #04AA6D;
  color: white;
}

#content {
	position: absolute;
	width: 800px;
	left: 220px;
	top: 10px;
	text-align: left;
	color: #8b4513;
}

#content h1 {
	font-family: Liberation, serif;
	color: #8b4513;
	font-weight: bold;
	font-size: 26px;
}

#content h2 {
	font-family: Liberation, serif;
	color: #8b4513;
	font-weight: bold;
	font-size: 24px;
}

#content h3 {
	font-family: Liberation, serif;
	color: #8b4513;
	font-weight: bold;
	font-size: 22px;
}

#content p {
	font-family: Liberation, serif;
	color: #8b4513;
	font-weight: normal;
	font-size: 18px;
}

#content table {
	background-color: #ffdead;
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #8b4513;
	margin: 0px;
	padding-left: 5px;
}

#content th {
	text-align: center;
}

#content td {
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	margin: 0px;
	padding-left: 5px;
	/* width: 800px; */
	vertical-align: top;
	text-align: center;
}

#content img {
	display: block;
	margin: 0px auto;
}
