body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.qpmaincontent {
  margin: 5%;
}

.pagemaincontent {
  margin: 5%;
}

.copyrightnote {
  position: absolute;
  bottom: 0;
  padding: 10px 25px 25px 10px;
  font-size: 12px;
}

.titlebox {
  background-color: SteelBlue;
  color: white;
  padding: 10px 10px;
  width: 40%;
}

.topnav {
  overflow: hidden;
  background-color: SteelBlue;
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 13px;
}

.topnav a:hover {
  background-color: white;
  color: black;
}

.topnav a.active {
  background-color: Crimson;
  color: white;
}

.bg {
  /* The image used */
  background-image: url("../images/frontage1500x500.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_menu {
  color: white;
  position: relative;
  top: 0%;
  left: 0%;
}

.btm_menu {
  color: white;
  width: 100%;
  position: relative;
  top: 87%;
  left: 0%;
}

th, td {
  padding: 5px;
}