body {
  background: white;
}

.content {
  max-width: 800px;
  margin: auto;
}

div {
  max-width: 800px;
  margin: auto;
}

iframe {
  max-width: 800px;
  margin: auto;
  width: 100%;
}

hr {
  max-width: 800px;
  margin: auto;
  text-align: center;
  overflow: visible;
  width: 95%;
}

ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: device-width;
  max-width: 800px;
  overflow: hidden;
  background-color: #cfe8f7;
}

img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 800px;
}

li {
  float: left;
}

li a, .dropbtn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  color: #005580;

  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: lightyellow;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #cfe8f7;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #005580;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: lightyellow;}

.dropdown:hover .dropdown-content {
  display: block;
}

#content_container  {
  width: device-width;
  max-width: 800px;
  margin: auto;
}
#content_container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  color: #005580;
}
#content_container h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #005580;
}
#content_container h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #005580;
}
#content_container h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #005580;
}
#content_container p, #content_container {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #282828;
}
#content_container a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #005580;
}
#content_container a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #005580;
}
#content_container a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #005580;
}
#content_container a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #005580;
}

#footer_text a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #282828;
  text-decoration: underline; white-space: nowrap;
}

#footer_text {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #282828;
}

#footer {
	margin: 0;
	padding: 0;
        max-width: 800px;
	height: 96px;
	clear: both;
}

#footer_text {
	font-family:  Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}

