#banner1{
  height: 92px;
  width:auto%; 
  margin: auto;
  background-color: LightBlue;
  padding: 0px 65px 0px 5px; /* right 65px moves all a little left of center */
/*
  border: 1px solid black;
*/

.leftColumn{
  height: 90px;
  width: 48.5%;
  float:left;
/*
  border: 1px solid red;
*/
}

.rightColumn{
  height: 90px;
  width: 48.5%;
  float:right;
/*
  border: 1px solid red;
*/
}

}
.headercol {
  width:100%; 
  float: left;
  border: 1px solid red;
}
.headerleft {
  width: 25%;
text-align: center;
  float: left;
}
.headerright {
text-align: center;
  width: 25%;
  float: left;
}
.headermiddle {
  width: 50%;
text-align: center;
  float: left;
}
/* Clear floats after the columns */
.headerrow:after {
  content: "";
  display: table;
  clear: both;
}
#bodycol{
  height: 692px;
  width:auto%; 
  margin: auto;
  background-color: white;
}

.leftbodycol{
  height: auto;
  width: 25%;
text-align: center;
/*  background-color: DodgerBlue;*/
  float:left;
/*  border: 1px solid red;*/
}

p.small {
  line-height: 0.1;
}
.midbodycol{
  height: auto;
  width: 45%;
  padding: 0px 35px 0px 5px; /* right 65px moves all a little left of center */

  overflow: auto;
  background-color: white;
  float:left;

}

.rightbodycol{
  height: auto;
  width: 25%;
text-align: center;
/*  background-color: DodgerBlue;*/
  float:right;
/*  border: 1px solid red;*/
}
h6{
  margin-top: 0px;
  }
   
h1{
  margin-top: 4px;

  padding-top: 0px;
}
  #top2 {
 clear:left;
 width:90%;
 margin: -15px auto;
 text-align: left;"
}

.button-1 {
  background-color: DodgerBlue;
  border-radius: 8px;
border: 1px solid red;
/*  border-style: none; */
/*  box-sizing: border-box;*/
  color: #FFFFFF;
  cursor: pointer;

font-family:italic bold 8px Arial, Gadget, Sans-Serif;
}

.button-1:hover{
  background-color: #90CAF9 ;
}
