div#content {
  margin: 0 100px 0 115px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content p, div#content ul, div#content ol  {
  margin-left:0;
}

div#content h2 {
  font-size: 16px;
  padding: 0 !important;
  margin-bottom: 10px;
}

div#content h2 a {
  color: black;
  text-decoration: none;
}

div#content h2 a:hover {
  text-decoration: underline;
}

div#content h3 {
  font-size: 13px;
  padding: 0;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#content h3 a {
  color: black;
  text-decoration: none;
}

div#content h3 a:hover {
  text-decoration: underline;
}

div#content h4 {
  margin: 10px 0 0 15px;
  font-size: 12px;
  font-weight: normal;
}

div#content h4 a {
  color: black;
  text-decoration: none;
}

div#content h4 a:hover {
  text-decoration: underline;
}

div#content h5 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}

div#content h5 a {
  text-decoration: none;
}

div#content h5 a:hover {
  text-decoration: underline;
}

div#content ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
	list-style-position: inside;
}

table.items td {
  vertical-align: top;
  width: 570px;
}

table.items h3 {
  margin-top: 0 !important;
}

a.show {
  color: #0047BE !important;
}
