	html {overflow-x: hidden;}
    
		* {line-height: 150%;
       padding: 0;
       margin: 0;
       }

     body { font-family: raleway, Arial, Helvetica, sans-serif; overflow-x: hidden; background-color: white;}



     



       
      #menu-div {background-color: #0C18CB;
           height: 40px;
           width: 100%;
           z-index: 9;
              }

       #menu {text-align: center;
            position: relative;
            top: 8px;
            }

        #menu a {margin: 0px 0px;
                   padding: 10px 34px;
                   font-size: 14px;
                   font-weight: bold;
                   color: white;
                   text-decoration: none;
                   }

        #menu a:link {color: white;
             transition: background-color .1s ease-in;
            }

        #menu a:visited {color: white;
        }

        #menu a:hover {
             color: white;
             background-color: #0B82DE;
            }
            
            
        
        .dropdowndiv {position: relative; top: 16px; width: 220px; text-align: center; margin: 0 auto; z-index: 9;}

    .dropdownbutton {text-decoration: none;
                     padding: 8px 12px; 
                     border: solid 2px white;
                     font-size: 16px;
                     margin: 0 auto;
                     color: white;
                     background-color: #0C18CB;
                     width: 100px;
                     position: relative;
                     top: -8px;
                    }

    .dropdownbutton:hover {background-color: #0B82DE; cursor: pointer;}

    .dropdown-menu {text-align: center;
                    font-size: 15px;
                    font-weight: bold;
                    background-color: #0C18CB;
                    display: none;
                    position: relative;
                    top: 9px;    
                    }

    .dropdown-menu a {display: block;
                      text-decoration: none;
                      color: white;
                      padding: 12px 10px;
                        }

    .dropdown-menu a:hover {
        background-color: #0B82DE; color: white;
        } 

    .dropdowndiv:hover .dropdown-menu {display: block;}

    @media screen and (max-width: 1150px) {
        #menu {display: none;}
            }
    @media screen and (min-width: 1150px) {
        .dropdowndiv {display: none;}
            }
            
    @media screen and (max-width: 850px) {
        header {min-height: 210px;}
    }
    
    
    
    
     .footerdiv {background-color: #545080;
               min-height: 210px;
               max-height: 800px;
               width: 100%;
               color: white;
               text-align: center;
               font-size: 14px;
               }

        #footertext {line-height: 180%;}

        #footerpic {position: relative;
                    top: 3px;}

        #web {text-decoration: none; color: white;}

        .linksite {text-decoration: none; color: #13729b;}
        
        
        
        .pagenew {text-decoration: none;}
        .pagenew:link {color: #1687b9;}
        .pagenew:visited {color: auto; text-decoration: none;}
        .pagenew:hover {text-decoration: underline;}

                     
                     
                     
        .div-background { width: 100%; height: 100%; background-color: #288fdf; padding-top: 50px; padding-bottom: 50px;}
        
        .div-main-inner { width: 80%; position: relative; margin: 0 auto; border: 10px solid #0c18cb; background-color: white;}
        
        
        .imagediv {width: 100%;}