        * {
              margin: 0;
              padding: 0;
              box-sizing: border-box;
              max-width: 1000px;
              margin: auto;



      -webkit-border-radius: 4px;
                   -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                     -o-border-radius: 4px;
                        border-radius: 4px;                  
            }
                
            #body{
                font-family: myriad, sans-serif;
                border:none;
                max-width: 800px;
                
            } 
                
                
            #currentDate{
                float:right;
                opacity: 0.45;
                font-size: 10px;
                margin-bottom: 5px;
                margin-top: 5px;
            }
                



            #footer{
                display: in-line;  
                height: 10px;
                width: 95%;
                border: none;
                background-color: #7599D3;
                margin-left: auto; 
                margin-right: auto;
                margin-bottom: 0.5em;    
              }
              
            #copy{
                display: in-line;
                max-width:90%;
                margin-left: auto; 
                margin-right: auto;
                border: none;
                overflow: auto;
                font-size: 10px;
                }
              
            #home_bnr{
                
                background-color:none;
                max-width:100%;
                margin: auto;
                text-align:center;
                border: none;
                clear: both;
              }
              
              
              
           
.animIndex{    
  height: 225px;
  width: 300px;
  margin-top: 2em;
  max-width: 100%;
  /*padding-left: 30px;*/
  border:none;
}

.homeBNR{
  width: 100%;  
}
              
.p{
  /*font-size:2vw ;*/ 
  color: #000080; 
  text-align:justify;
  max-width: 100%;
  padding: 10px;
  border:none;
  font-size: 15px;
  }             
.menu {
   background-color: #7599D3;
   margin-top:1em;
   max-width: 95%;
   text-align:center;
   border:none;
}
.menu a {
   background-color:#7599D3;
   padding:8px;
   height: 36px;
   margin-top:1em;
   max-width:95%;
   color:black;
}
.main {
   text-align: center;  
   border: none;
   float:left;
   width:50%;
}
.right {
   overflow: auto; 
   background-color:none;
   border:none;
   float:left;
   width:50%;
   text-align: center;
   margin-top: 2em;
   margin-bottom: 2em;
   border:none;
}

.mobileSite{
    text-align: center;
    background: #7599D3; 
    color:#ffffff;
    height: 81px;
    width:289px;
    margin-top: 2em;
    max-width: 40%;
    border: none;
}

.img{
    height: 45px;
    width:260px;
    margin-top: 0.5em;
    max-width: 50%;
    /*height: auto;*/   
}

.tab{
    /*background:#7599D3;*/
    max-width: 80%;
    margin:auto;
    background: #7599D3;
}

.tablinks{
    color: #ffffff;
    background: #7599D3;
    padding: 5px;
    border: none;
}

.tablinks:hover{
   color: #4f3;
} 

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right{
    width:100%;
  }
}
