body  {
    background-image: url('/WEBASSETS/BGPOLKADOTWHITE.png');
    background-size: cover;
    font-family: Tahoma;
    color: #189BCC;
    line-height: 1.8;
  }
#body-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 245px 245px 245px 122.5px 122.5px 122.5px 122.5px;
  grid-row-gap: 5px; 
}
.box {
  border:  5px ridge #5962c2;
  overflow: hidden;
  background-image: url('/WEBASSETS/GINGHAMWHITE.jpeg');
  background-repeat: repeat;
}
.layout {
  width: 1200px;
  height: 1500px;
  border: 5px ridge #5962c2;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-top: auto;
  background-color: #D5DBDE;
  }
  .column {
    width:123px;
  }
#Header {
  background-image: url('/WEBASSETS/BANNER%20PLACEHOLDER.png');
  background-size: cover;
  width: 1200px;
  height: 250px;
  border-bottom: 6px ridge #5962c2;
  justify-content: center;
 }
 #navigation {
   grid-area: 1 / 1 / 8 / 2;
   text-align: center;
   padding: 10px;
 }
 .navitab {
   text-align: left;
   overflow: hidden;
   margin: -10px;
 }
 .NAVI-TITLE {
   display: inline-block;
  margin: 1px 1px 5px 5px;
 }
 .navicontent1-container {
   border: 2px solid #5962c2;
    border-left: hidden;
    border-right: hidden;
 }
 .navicontent-head {
   height: 50px;
   background: linear-gradient(to top, #a6c4e3, white);
   overflow:hidden;
   text-align: center;
 }
 .section-title{
   -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3d3778;
   color: #7a7feb;
   letter-spacing: 3px;
   margin: 0;
 }
 .navicontent1 {
   border-top:7px solid #5962c2 ;
   border-bottom: 7px solid #5962c2 ;
   font-size: 20px;
   text-align: center;
   background-image:url('/WEBASSETS/GINGHAMBLUE.jpeg');
 }
 #naviimgs{
   border: 7px solid #5962c2;
 }
 
 #WEBSTICKER1FLOAT{
   float: right;
   margin-top: 3px;
 }
 #center{
   grid-area: 1 / 2 / -5 / 6;
   border-bottom: 7px ridge #5962c2;
   overflow: auto;
   padding: 10px;
 }
 #siteupdtnavi{
   grid-area: 1 / 6 / -1 / 7;
   overflow: scroll;
   margin-right: -20px;
 }
 .update {
   text-align: center;
 }
 