body {
  margin: 0cm;
  scrollbar-3dlight-color: #000099;
  scrollbar-highlight-color: #000066;
  
  scrollbar-face-color: #000033;
  scrollbar-arrow-color: #00ff00;
  
  scrollbar-shadow-color: #000022;
  scrollbar-darkshadow-color: #000011;
  
  scrollbar-track-color: #000000;  
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  color: #f0f0f0;
  background: #000033;
}
  
.dk-blu-bg {
  background-color: #000033;
}

#mainDIV {
  background-color: #000033;
}

#menuDIV {
  position: absolute;
 /* float: left;*/
  width: 200px;
  height: 24px;
  border: solid 0px #00ff00;
  top: 0px;
  margin: 20px;
 /* display: none;*/
}

#menuSEL {
  background-color: #000033;
  border: solid 1px #111144;
  color: #f0f0f0;
  font-weight: normal;
  font-size: 12pt;
}







.dropbtn {
  background-color: #000033;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  font-weight: bold;
}

.dropdown {
 /* position: relative;*/
  position: fixed;
  display: inline-block;
  top: 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000039;
  min-width: 400px;
 /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #111144;}

#centerpanel {
  /* float: left;
 width: 59%;*/
  border: solid 0px #ff0000;
  text-align: center;
}

#rightpanel, #leftpanel {
  float: left;
  width: 20%;
  border: solid 0px #00ff00;
}

.menuitem {
  cursor: pointer;
  margin-left: 20px;
}

.menuitem {
  cursor: pointer;
  font-weight: normal;
}

.menuitem:hover {
  font-weight: bold;
  color: #ffffff;
}

h2 {
  font-size: 20pt;
  color: #f0f0f0;
  text-align: center; 
}

/*

p, td {
  color: #ddddff;
  font-size: 10pt;
  text-align: justify; 
  font-weight: normal;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

h1 {
  font-size: 20pt;
  color: #f0f0f0;
  text-align: center; 
}


  
.heading {
  color: #009900;
  font-size: 10pt;
  text-align: left; 
  font-weight: bold;
}

.subheading {
  color: #009900;
  font-size: 10pt;
  text-align: left; 
  font-weight: bold;
}

p.text {
  margin-left: 25px;
}

*/

.copyright {
  color: #666699;
  font-size: 6pt;
  text-align: center; 
  font-weight: normal;
}

.center {
  text-align: center; 
}



#containerDIV, #containerCPDIV, #containerIPDIV {
      margin-left: auto;
      margin-right: auto;
      width: 600px;
      border: solid 1px #666666;
  text-align: left; 
  padding: 2px;
    }
    
#pwHeaderDIV, #cpHeaderDIV, #ipHeaderDIV, #wrHeaderDIV {
  padding: 4px;
  font-size: 16pt;
  font-weight: bold;
}
    
#pwTextDIV, #pwNoTextDIV, #pwTextCPDIV, #pwNoTextCPDIV , #ipTextDIV, #wrTextDIV, #wrNoTextDIV {
  padding: 10px;
  color: #ddddff;
  font-size: 10pt;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}

.toggleTextDIV {
  padding: 10px;
  cursor: pointer;
  font-size: 8pt;
  font-style: italic;
  font-weight: bold;
  color: #666699;
  padding: 4px;
}

.toggleTextDIV:hover {
  color: #9999cc;
}

/*

.red-center {
  text-align: center; 
  color: #ff0000;
}

.right {
  text-align: right; 
}

.nospam {
  color: #ff0000;
  font-size: 7pt;
  font-weight: bold;
}

li, dd {
  color: #ddddff;
  font-size: 8pt;
  text-align: left; 
  font-weight: normal;
  font-style: italic;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
  margin-left: 25px;
}

td.tnav {
  text-align: center;
}

td.thistnav {
  text-align: center;
  background-color: #000033;
}
  
A:link, A:active, A:visited {
  color: #9999ff;
  font-size: 10pt;
  text-align: center; 
  font-weight: bold;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

A:hover {
  color: #ff0000;
  font-size: 10pt;
  text-align: center; 
  font-weight: bold;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}  

.thispage:link, .thispage:active, .thispage:visited {
  color: #00ff00;
}

.thisnav:hover {
  color: #00ff00;
} 

.page2:link, .page2:active, .page2:visited, .page2:hover {
  font-size: 7pt;
} 

.thispage2:link, .thispage2:active, .thispage2:visited, .thispage2:hover {
  font-size: 7pt;
  color: #00ff00;
} 

*/

.navDIV {
      clear: both;
      margin-left: auto;
      margin-right: auto;
      background: #000000;
      background-image: linear-gradient(#000033, #000000, #000033);
      text-align: center;
      border: solid 0px #ff0000;
    }
    .navMenuUL {
      list-style-type: none;
      margin: 0;
      padding: 0px;
      display: inline-block;
      border: solid 0px #ff0000;
      background: #000000;
    }
    .navMenuLI {
      display: none;
      background: #000000;
    }
    .navUL {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background: #000000;
    }
    .navLI {
      float: left;
      font-size: 10pt;
      text-align: center;
      background: #000000;
      color: #ccccff;
    }
    .navLI:hover {
      color: #000033;
      background: #000000;
    }
    .navLI a {
      display: block;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 0px;
      padding-right: 0px;
      text-decoration: none;
      background: #333366;
      color: #ccccff;
      border-top: solid 2px #444477;
      border-left: solid 2px #444477;
      border-right: solid 2px #222255;
      border-bottom: solid 2px #222255;
      border-radius: 4px;
    }
    .navLI a:hover:not(.navLI_this) {
      color: #000033;
      background: #ccccff;
      font-weight: normal;
    }
    .navLI_this {
      float: left;
      font-size: 10pt;
      font-weight: bold;
      padding: 2px;
      padding-left: 0px;
      padding-right: 0px;
      background: #ccccff;
      color: #000033;
      border-top: solid 2px #9999aa;
      border-left: solid 2px #9999aa;
      border-right: solid 2px #eeeeff;
      border-bottom: solid 2px #eeeeff;
      border-radius: 4px;
    }
    
    .navLI_ON {
      background: #607360;
      color: #ffffff;
      cursor: pointer;
    }
    
    .navLI_ON:hover {
      background: #607360;
      color: #ffffff;
    }
    
    .navWithControlDIV {
      width: 150px;
    }

@media only screen and (min-width: 750px) {

  .lizardIMG {
  }
  .blokeIMG {
     margin-left: -50px;
  }
  .bearIMG {
     margin-left: -30px;
  }
  .yellowBlokeIMG {
     margin-left: -30px;
     height: 80px;
  }
  
  
  .greenBlokeIMG {
    height: 60px;
     margin-left: -40px;
  }

}

/*
@media only screen and (max-width: 899px) and (min-width: 100px) {

  .lizardIMG {
    width: 50%;
  }
  .blokeIMG {
    width: 30%;
  }

}
*/


@media only screen and (max-width: 749px) {

  .lizardIMG {
    height: 110px;
  }
  .blokeIMG {
    height: 90px;
     margin-left: -20px;
  }
  .bearIMG {
    height: 70px;
     margin-left: -20px;
  }
  .yellowBlokeIMG {
    height: 50px;
     margin-left: -20px;
  }
  
  .greenBlokeIMG {
    
    height: 40px;
     margin-left: -30px;
  }
  

}