

body {
  --main-grad-start-color: #E8E9EE;
  --main-grad-end-color: white;
  --main-column-layout: minmax(0,240px) minmax(max-content,auto) minmax(0,240px);

  background-color: #e1e2e5;
  margin-bottom: 0px; 
  margin-left:  40px; 
  margin-right: 40px;
  padding:0;
}
.nomarg {
  margin-left:  0px; 
  margin-right: 0px;
}



.button {
    background-color: #999999; /*  */
    border: none;
    color: white;
    padding: 11px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: auto;
    cursor: pointer;

}



.toppanel {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;

  background-color: #ee00dd;

}
.sticky {
  position: fixed;
  top: 0;

  

}

.flight {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 
}

.center {
    display:inline-block;
    margin:auto;
  }
.bfont {
    font-size: 20px;
    font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 

}
.pagetitle {
  padding: 5px;
  font-weight: 300;
  font-size: 1.75em;


}
#parent {
  display: flex;
  align-items: center;

  justify-content: center;

    height:100px;
    text-align:center;
    margin: 0 auto;
    width:100%;
    
}

.grad {
  background: linear-gradient(to bottom , #E8E9EE, #FFFFFF);
}

.gf {
  display: grid;
  grid-template-columns: var(--main-column-layout);
  grid-gap: 0px;
  padding: 2px;
}
.gf > div {
  padding: 1px 1px 1px 15px;
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 

}

#footer {
    background: #0d4a6f;
    padding: 20px 0;
    border-top: 10px solid #999;
    color: #ccc;
}

#footer-bottom {
background: #0d3d5a;
    color: #fff;
    padding: 10px;
    display: block;
    grid-row-start: 1;
    font-size: 18px;

}
.gf > div {
  padding: 1px 0;
  font-size: 16px;
}

#footer-bottom-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
#footer-bottom-right {
  grid-column-start: 3;
  grid-column-end: 4;
}

#footer-bottom-mid {
  grid-column-start: 2;
  grid-column-end: 3;
}

.tc {
  font-family: Futura PT W02 Light, Helvetica, sans-serif;
  display: block;
  padding: 2px;
}
.tc > div {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 
  padding: 0px 5px 1px 5px;
  font-size: 26px;
}

.ttopmid {
  text-align: center;
  border-bottom: 2px solid rgba(9, 9, 9,0.7);
  background: linear-gradient(to bottom , #E8E9EE, white);
  position: relative;
}


.gc {
  font-family: Futura PT W02 Light, Helvetica, sans-serif;
  display: grid;
  grid-template-columns: var(--main-column-layout);
  grid-gap: 0px;
  padding: 2px;
}
.gc > div {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 
  padding: 0px 5px 1px 5px;
  font-size: 26px;
}

.psize {
  padding: 0px 1px 1px 11px;
  font-size: 16px;
  margin: 1px;
}
.ghome
{
  text-align: left;


  grid-column-start: 1;
  grid-column-end: 2;
  border-bottom: 2px solid rgba(9, 9, 9,0.7);
  background: linear-gradient(to bottom , #E8E9EE, white);

}
.gtopmid {
  grid-column-start: 2;
  grid-column-end: 3;
  text-align: center;
  border-bottom: 2px solid rgba(9, 9, 9,0.7);
  background: linear-gradient(to bottom , #E8E9EE, white);
  position: relative
}


.glogo {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  border-bottom: 2px solid rgba(9, 9, 9,0.7);
  background: linear-gradient(to bottom , #E8E9EE, white);
}


.gmid {
	padding: 5px 0;
	text-align: center;
	grid-row-start: 2;
  grid-column-start: 2;
  grid-column-end: 3;
  font-family:    Futura PT W02 Light, Helvetica, sans-serif;
 

}
.gdata {
  position: relative
  display: block;
	padding: 5px 0;
	grid-row-start: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  min-height: 300px;
  

}


.topnav {
  border: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  font-size: 16px;
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 
 
  
}
.mitem {

}
.topnav   button {
  border: none;
  outline: none;
  float: left;
  color: #441111;
  background-color: transparent;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 300; 

}

.topnav button:hover {
  background-color: #ddd;opacity:0.6;
  color: black;
}

.topnav button.active {
  background-color: #0D4A6F;
  color: white;
}

table {
    width:100%;
    font-weight: 300;
 
}
table, th, td {
    border:2px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th {
    background-color: black;
    color: white;
 .topbanner {
        font-family: 'Oswald', Helvetica, sans-serif;
        font-weight: 300; 
        padding: 0px 5px 1px 5px;
        font-size: 26px;
        text-align: center;
        border-bottom: 2px solid rgba(9, 9, 9,0.7);
        background: linear-gradient(to bottom , #E8E9EE, white);
      }