body {
    max-width:960px;
    background-color: #ffffff;
    margin:0 auto;
    font-size:100%;
    font-family:arial,verdana,sans-serif;
    border:1px solid #63b4cf;
}

@media screen and (max-width:640px) {
    body {font-size:100%;}
    h1 {font-size:100%;}
    h2 {font-size:100%;}
}

.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #63b4cf;
}

.topnav a {
  float: left;
   display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
  font-family:arial, verdana, sans-serif;
}

.active {
  background-color: #63b4cf;
  color: white;
}

.topnav a:hover {background-color: #ff0000;}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 8px 8px;
}

.dropdown-content {
  float: none;
  width: auto;

  display: none;
  position: absolute;
  background-color: #63b4cf;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 1px solid gray;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ff0000;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ff0000;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}




.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 300px;
  padding: 8px 8px;
  background-color: #63b4cf;
  height: auto;
}

.column a {
  float: none;
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ff0000;
}

/* Clear floats after the columns */
.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 {
    width: 100%;
    height: auto;
  }
}





.menuresp {
    width: 28px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

.container{padding:0.01em 8px}
.third{float:left;width:100%}

img {
    max-width: 100%;
    height: auto;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #63b4cf;
}

.bottom {
    margin: 6px 0;
    padding: 4px 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #63b4cf;
}

.toplogo {
  text-align: left;
    padding: 0 0 4px 20px;
}
@media screen and (max-width: 600px) {
.toplogo {
  text-align: center;
    padding: 0;
  }}


.hd2{text-decoration:none;color:#cc0000;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:140%}


.article {margin:0 auto; float:center; max-width:700px; overflow:visible; padding:10px 10px}

A.hdg:active{text-decoration:none;color:#63b4cf;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:20px}
A.hdg:visited{text-decoration:none;color:#63b4cf;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:20px}
A.hdg:hover{text-decoration:none;color:#ff0000;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:20px}
A.hdg:link{text-decoration:none;color:#63b4cf;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:20px}

A.hdg2:active{text-decoration:none;color:#63b4cf;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:16px}
A.hdg2:visited{text-decoration:none;color:#63b4cf;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:16px}
A.hdg2:hover{text-decoration:none;color:#ff0000;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:16px}
A.hdg2:link{text-decoration:none;color:#63b4cf;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:16px}

A.hdg1:active{text-decoration:none;color:blue;font-style:normal;font-family:arial,verdana,sans-serif;font-size:14px}
A.hdg1:visited{text-decoration:none;color:blue;font-style:normal;font-family:arial,verdana,sans-serif;font-size:14px}
A.hdg1:hover{text-decoration:none;color:red;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:18px}
A.hdg1:link{text-decoration:none;color:blue;font-style:normal;font-family:arial,verdana,sans-serif;font-size:14px}

p.hd{text-decoration:none;color:#333333;font-style:normal;font-family:arial,verdana,sans-serif;font-size:100%}
p.hd1{text-decoration:none;color:#c0c0c0;font-style:normal;font-family:arial,verdana,sans-serif;font-size:120%}
p.hd2{text-decoration:underline;color:#999999;font-style:normal;font-weight:bold;font-family:arial,verdana,sans-serif;font-size:120%}
h1.pagetitle {width:240px;margin:0 0 0.4em 0 auto; padding:0 0 2px 0; border-bottom:solid 7px rgb(225,225,225); font-family:"trebuchet ms",arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:130%;}
h1.block {width:100%;clear:both; margin:1.0em 0 0em 0 auto; padding:2px 0 2px 2px; background:rgb(99,180,207); border:2px solid lightgrey; border-radius:8px; font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:120%;}


/*css return in index page*/
 .videoWrapper {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 */
     padding-top: 25px;
     height: 0;
 }
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  .bottomMenu {
      margin: 8px 0;
      padding: 6px 0px;
      color: #ffffff;
      background-color: #63b4cf;
  }





.show {display:block;}
/*index page css end*/