#bod
{
    background: white;
    width: 1500px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid black;
    overflow: hidden;  
}

#top {
    width: auto;
    color: white;
    padding: 5px;
    border-bottom: 1px solid black;
    margin: 0px 0px 10px 0px;
 
}
#top img
{
    width: 100%;
    height: 150px; 
}

#bottom {
    border-top: 1px solid black;
    padding: 0px;
    margin:0px 0px 0px 0px;
    text-align: center;
    font-family: 'Freight Sans Bold', helvetica, arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 16px;
}

#left {
    display: flex;
    flex-direction: column-reverse;
    float: left;
    padding-top: 160px;
    padding-left: 2%;
    padding-right:5%;
    width: 30%;
    height: 500px;
}

#left img
{
    width:100%;
    height: 400px;
}
#toptext
{
    font-family: 'Times New Roman','Freight Sans Bold', helvetica, arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 32px;
    text-align: center;
}

#bottext
{
    font-family: 'Times New Roman','Freight Sans Bold', helvetica, arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 30px;
    padding-top: 150px;
    padding-bottom: 130px;
    text-align: center;
}

#content {
    background: linear-gradient(white , #DCF2DB);
    text-align: center; width: 100%; height: 80%;
    display: flex;
    justify-content: center;
}

.left_content { 
    margin-right: 0%;
    margin-top: 7%;
    margin-left: 0%;
    margin-bottom: 5%;
    text-align: center;
}

.right_content {
    background: linear-gradient(white , #DCF2DB);
    margin-top: 7%;
   margin-right:14%;
    margin-left: 1%;
    margin-bottom: 5%;
    text-align: center;
}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 850px;
  height: 300px;
  padding-top:100px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 20pt;
}

#popupfoot {
  font-size: 24pt;
  font-weight: bold;
  position: absolute;
   padding-top:20px;
  top: 0px;
  width: 850px;
  height: 70px;
  border-radius: 15px;
  background-color: #96CA2D;
  
}
.listprov
{
  font-size: 20pt;
  font-weight: bold;
font-family:Times New Roman  ;
}

