html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: Century Gothic;
}
body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#header{
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #ececec;
}
#mtitle{
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  z-index: -1;
}
#mtitle img{
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
}
#mtitle span{
  position: absolute;
  top: 0;
  left: 27px;
  font-size: 18pt;
  padding-top: 24px;
  width: 300px;
}
#mlinks{
  float: right;
  width: 400px;
  padding-top: 54px;
  font-size: 16pt;
  z-index: 1;
}
#mlinks a {
  float: right;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
}
.sel {
	border-bottom: 1px solid gray;
  color: black;
}
.unsel {
	border-bottom: none;
  color: gray;
}
#mlinks a:hover {
  border-bottom: 1px solid gray;
  color: black;
}
#mbody {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  text-align: left;
  font-size: 14pt;
  flex: 1;
  color: gray;
}
#cbody, #rbody {
	display: none;
}
#hbody div {
	padding-top: 30px;
  text-align: center;
}
#hbody a{
  color: black;
}
.mhead {
	font-size: 1.25em;
}
.shead {
	font-weight: bold;
}
.mlink {
	color: #7da268;
  font-weight: bold;
}
#footer{
  font-size: 15pt;
  border-top: 2px solid #ececec;
  padding: 10px;
  color: gray;
}
#footer a{
  color: black;
}
#fadd{
  font-size: 12pt;
}