body {
   margin:0px;
  background-color:rgb(240, 240, 240);
}
 
#divmain {
         
         width:1200px;
  margin: auto;
  height: auto;
         background-color: white;
text-align: center;
    }


#divheadertop {
    width: 10px;
    height: 500px;
    background-color: #006400;
}




#divheader  {
      
     
         width:1200px;
  
  height: 100px;
     


     }
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #006400;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #006400;
color: #ffffff;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #008B8B;;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #87CEEB;}

.dropdown:hover .dropdown-content {
  display: block;
}

.column {
  float: left;
height:600px;
margin-top: 20px;
}
/* Create three equal columns that floats next to each other */
/* Left and right column */
.column.side {
height:600px;
  width: 20%;

font-size: 14px;
}
.column.left {
height:600px;
  width: 25%;

font-size: 14px;
}
/* Middle column */
.column.middle {
  width: 60%;

}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}


 .container .box { 
                width:1200px; 
                margin:0px; 

                display:table; 
            } 
            .container .box .box-row { 
                display:table-row; 
            } 
            .container .box .box-cell { 
                display:table-cell; 
                width:30%; 
                padding:10px; 
            } 
            .container .box .box-cell.box1 { 
                background: #006400; 
                color:white; 
                text-align:justify; 
             } 
            .container .box .box-cell.box2 { 
                color:white; 
                background: #006400;
                text-align:justify 
            } 
            .container .box .box-cell.box3 { 
                color:white; 
                background: #006400; 
                text-align:justify 
            } 






// slide Management



.mySlides {display: none;}
img {vertical-align: middle;

}

/* Slideshow container */
.slideshow-container {
  max-width: 60%;
  position: relative;

  top : 5px;

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


