body,a,p,h1,h2,h3,h4,table,li,th,td {
  font-family: verdana, arial, helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-size: .9em;
  text-align: left;
  color: black;
  background: white;
 }

html, body, #pagecontents {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

html>body, html>body #pagecontents {
  height: auto;
}

#pagecontents {
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  font-size: 1.8em;
  color: #008000;
  background: white;
}

h2 {
  font-size: 1.4em;
  font-style: italic;
  color: #008000;
  background: white;
}

h3 {
  font-size: 1.0em;
  font-style: italic;
  color: #008000;
  background: white;
}

h4 {
  font-size: .9em;
  color: black;
  background: white;
}

h5 {
  font-size: .9em;
  color: #008000;
  background: white;
}

hr {
  color: #008000;
  font-weight: 600;
  background: white;
}

li {
  list-style-type: disc;
}

a {
  color: #008000;
  text-decoration: underline; 
  background: white;
  font-weight: 600;
} 

a:link {

}

a:visited {

}

a:hover {
  color: #008000;
  background: #F0F8F8;
 
}

#header {
  height: 5em;
  color: #008000;
  background: white;
}

#header .line1 {
  float: left;
  margin-top: .1em;
  padding: 5px;
}

#header .line2 {
  float: left;
  margin-top: 1em;
  margin-left: -2em;
  padding: 0px;
}

#header .logo {
  float: right;
  margin-right: 1em;
}

#footer {
  position: absolute;
  font-size: .7em;
  font-weight: 900;
  color: black;
  background: white;
}

#footer .logo {
  float: right;
  margin-right: 1em;
}

#navleft {
  position: absolute;
  width: 10.3em; 
  top: 6em;
  left: 0;
  text-decoration: none; 
  font-size: .8em;
  text-align: left;
  color: #008000;
  background: white;
  padding: 10px 5px 0 5px;
}

#navright {
  position: absolute;
  width: 13.5em;
  top: 6em;
  right: 0;
  text-decoration: none; 
  font-size: .8em;
  text-align: right;
  color: #008000;
  background: white;
  padding: 10px 0px 0 0;
}

#content {
  margin-left: 10em;
  margin-right: 12em;
  color: black;
  background: white;
  font-size: .9em;
  padding: 5px 5px;
}

#contentIndex {
  margin-left: 9.5em;
  border: none;
  font-size: .9em;
  color: black;
  background: white;
  padding: 20px 20px;
}

#col1 {
  position: absolute;
  margin-left: 10.3em;
  width: 45%;
  color: black;
  background: white;
  font-size: .9em;
  padding: 2px;
}

#col2 {
  position: absolute;
  float: right;
  margin-left: 45em;
  width: 40%;
  margin-right: 0em;
  border: none;
  color: black;
  background: white;
  font-size: .9em;
  padding: 2px;
}


#mapL {
  position: absolute;
  margin-left: 10.3em;
  width: 40%;
  color: black;
  background: white;
  font-size: .9em;
  padding: 2px;
}

#mapR {
  position: absolute;
  float: right;
  margin-left: 57em;
  border: 1px solid black;
  color: black;
  background: white;
  font-size: .9em;
  padding: 2px;
}

#mapR2 {
  position: absolute;
  float: right;
  margin-top: 28em;
  margin-left: 57em;
  color: #008000;
  background: white;
  font-size: .9em;
  padding: 2px;
}

table {
  caption-side: top;
}

.table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  font-size: 1.1em;
  padding: 4px;
}


.datatable {
  border: 1px solid #008000;
  border-collapse: collapse;
}
.datatable a {
  font-size: .9em;
}
.datatable td {
  border: 1px solid #008000;
  text-align: left;
  font-size: .8em;
  padding: 4px;
}
.datatable td25 {
  width: 25%;
}
.datatable td30 {
  width: 30%;
}
.datatable td2 {
  width: 2%;
}
.datatable td48 {
  width: 48%;
}
.datatable th {
  border: 1px solid black;
  color: black;
  background: #F0F8F8;  
  font-size: .9em;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.datatable caption {
  color: black;
  background: #3CB371;
  font-weight: bold;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 2px;
  border: 1px solid black;
}
.datatable tr.altrow {
  color: black;
  background: #F0F8F8; 
}

.datatablenb{
  border: white;
  border-collapse: collapse;
}
.datatablenb th {
  border: 1px solid black;
  color: black;
  background: #F0F8F8;  
  font-size: .9em;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.datatablenb caption {
  color: black;
  background: #3CB371;
  font-weight: bold;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 2px;
  border: 1px solid black;
}

.datatablenb td {
  text-align: left;
  font-size: .8em;
  padding: 7px;
}

.footnote {
  font-size: .7em;
  font-weight: 900;
  color: #008000;
  background: white;
}

img {
  border: none;
  margin: 1px 1px;
}
.imageLeft {
  float: left;
  margin: 10px 40px;
}
.imageRight {
  float: right;
  margin: 10px 40px;
}
.logo {
  float: right;
  margin: 10px 10px;
}
