body {margin:0;}

.firstdv {
background-color:#ffffee;
padding:0px;
text-align:center;
}


.Fimg2{
	  width:60%;
}

.firstB1{
padding: 4px;
color: #174379; 
font-family: tahoma; 
font-size: 13px;   
background-color: #ecf5fe; 
font-weight: bold;
border: 0px solid #c7cefb;   
}

.firstB2{
padding: 4px;
color: #174379; 
font-family: tahoma; 
font-size: 13px;   
background-color: #ff8a00; 
font-weight: bold; 
border: 0px solid #c7cefb;  
}




.topnav {
  overflow: hidden;
  background-color: #f2f2f2;
  font-family: tahoma; 
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

.active {
  background-color: #0066ff;
  color: white;
}

.topnav .icon {
  display: none;
}







* {
  box-sizing: border-box;
}
.main {
  float:left;
  width:75%;
  padding:0 20px;
  color:black;
}
.main p{
padding: 15px 15px 15px 15px; 
   line-height: 150%;   
    text-align: justify; 
    text-justify: inter-word;
}


.main_mem{
width:100%; background-color:white; height:200px; overflow:scroll; overflow-x: hidden; overflow-y: hidden;
}

.main_mem_img{
float:left; display:inline;
width:200px; height:200px;
padding-right: 10px;
}



.right {
  background-color:#e5e5e5;
  float:left;
  width:25%;
  padding:4px;
  margin-top:7px;
  text-align:center;
}





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







@media screen and (max-width: 600px) {
	
	.Fimg1{
	  width:40%;
     }
     
	.Fimg2{
	  width:85%;
     }
     
.firstB1{
padding: 2px;
font-size: 10px;   
 
}

.firstB2{
padding: 2px;
font-size: 10px;     
}



  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
  
  
  
  .main_mem{
height:64px;
}

  .main_mem_img{
width:75px; height:75px;
padding-right: 3px;
font-size: 8px; 
}

}


