/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

div.header1 {
	display: block;
	text-align: left;
	text-indent: 0.0pt;
	margin-top: 14.0pt;
	margin-bottom: 6.0pt;
	margin-right: 0.0pt;
	margin-left: 0.0pt;
	font-size: 14.0pt;
	font-weight: Bold;
	font-style: Regular;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: "Verdana", sans-serif;
}

div.header2 {
	display: block;
	text-align: left;
	text-indent: 0.0pt;
	margin-top: 2.0pt;
	margin-bottom: 0.0pt;
	margin-right: 0.0pt;
	margin-left: 2.0em;
	font-size: 12.0pt;
	font-weight: Bold;
	font-style: Regular;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: "Verdana", sans-serif;
}

a.faq {
	margin-left: 2.0em;	
}

div.FAQitem {
    font-weight: Bold;
}

div.FAQAnswer {
    margin-bottom: 2.0pt;
}

p {
	margin-left: 3.0em;	
}

img {
	margin-left: 4.0em;	
}

body {
	background: teal no-repeat;
}

div#indent {
	margin-left: 2.0em;	
	width: 40em;
}

div#action {
	margin-top: 2.0pt;
	margin-left: 2.0em;
}

div.encloseFloat {
	position:relative;
}

div.bottomFloat {
	position:absolute;
	bottom:0;
	text-align: left;
}

