body {
  margin: 0;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.4;
  background-color: #ffffff;
  
}
img {
  border: 0;
}
h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #3948D9;
}  
h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
} 
hr {
  background-color: #000000;
  color: #000000;
  height: 1px;
}  
.error {
  color: #ff0000;
  }  
.small {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
} 
.Tempus {
  font-family: "Tempus Sans ITC", Verdana, Geneva, sans-serif;
  font-size: 18px;
}
#wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
}
header {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 24px;
  background-color: #ffffff;
  color: #000000;
}
header img {
  width: 100%;
}
main {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

.navblock {
  width: 300px;
  height: 104px;
  position: relative;
  margin: 0 0 20px 0;
  border: 1px solid #0685BA;
}
.navblock hgroup {
  width: 300px;
  z-index: 100;
  height: 104px;
  padding: 5px 0 0 0;
  background-color: #099DDC;
  text-decoration: none;
  text-align: left;
}
.navblock h2 {
  margin: 0;
  font-size: 16px;
  color: #FFFFFF;
}
.navblock h2 a {
  margin: 0;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.homeblock .blocktext {
  width: 280px;
  margin: 10px;
  height: auto;
}
.navblock a {
  text-decoration: none;
  color: #099DDC;
  float: left;
  padding: 0 0 0 0;
}  
.navblock a:hover {
  text-decoration: underline;
  color: #F03B34;
} 
.textsection {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.textsection a {
  color: #3948D9;
}  
.textsection a:hover {
  color: #F03B34;
}
.textsection img {
  border: 1px #000000 solid;
  margin: auto;
  width: 20%;
  min-width: 200px;
}  

.imgsection {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align:center;
  margin-top: 20px;
}
.imgsection div {
  width: 300px;
  height: auto;
  margin-bottom: 25px;
}
.imgblockh {
  width: 240px;
  height:220px;
}
.imgcap {
  width: 240px;
  height: auto;
}
.imgcapn {
  width: 200px;
  height: auto;
}
.imgcred {
  font-size: 10px;
}
  .textbox {
    width: 400px;
  }  
.tablesection {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}
.tablerow {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 3px 0;
}

footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px 0;
  font-size: 14px;
}
footer ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 400px;
}
footer ul li {
  padding: 15px 5px 0 5px;
  margin: 0;
  list-style-type: none;
  height: 25px;
  font-size: 13px;
}
footer ul li a {
  color: #2EA443;
  text-decoration: none;
}

.spamtrap {
display: none;
}

.submitbutton {
  background-color: #099ddc;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0;
  margin: 0;
  width: auto;
  min-width: 100px;
  text-align: center;
  height: 20px;
  overflow: hidden;
  float: left;
  border: 0;
  box-sizing: content-box;
}
  
.linkbutton a{
  background-color: #099ddc;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  padding: 1px;
  margin: 1px;
  width: 70px;
  text-align: center;
  height: 20px;
  overflow: hidden;
  float: left;
  border: 0;
  box-sizing: content-box;
}
.linkbutton a:hover{
  color: #ffffff;
  text-decoration: underline;
}
  

@media (max-width: 1000px) {
  body {
    font-size: 14px;
  }  
  h1 {
    font-size: 16px;
    margin: 0;
  }  
  h2 {
    font-size: 15px;
  } 

@media (max-width: 700px) {
  body {
    font-size: 12px;
  }  
  h1 {
    font-size: 14px;
    margin: 0;
  }  
  h2 {
    font-size: 13px;
  } 
}
