#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 {
	color: darkblue;
	position: absolute;
	width: 800px;
	left: 220px;
	top: 10px;
	text-align: left;
}

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

#content h2 {
	color: darkblue;
	font-family: Liberation, serif;
	font-weight: bold;
	font-size: 22px;
}

#content h3 {
	color: darkblue;
	font-family: Liberation, serif;
	font-weight: bold;
	font-size: 18px;
}

#content p {
	color: darkblue;
	font-family: Liberation, serif;
	font-weight: normal;
	font-size: 16px;
}

#content p.indent {
	text-indent: 0%;
	margin-left: 5%;
}

#content table {
  border-collapse: collapse;
}

#content th {
  padding: 4px;
  border: 1px solid #999;
  border-width: 2px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}

#content td {
  padding: 4px;
  border: 1px solid #999;
  border-width: 2px;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
}

#content .tab th {
  border-color: darkblue;
  background-color: lightgray;
}

#content .tab td {
  border-color: darkblue;
  background-color: lightgray;
  
}
