body {
  margin: 0;
  padding: 0;
  color: #006666;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: #006666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a:hover {
  text-decoration: underline;
}
#Mwrap {
  width: 100%;
}
#Header {
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: auto;
  margin-bottom: 1.0%;
  padding: 1% 0;
}
.header_text {
  margin-bottom: 0px;
  margin-top: 1%;
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.iso_text {
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 auto;
}

.page_title {
  margin: 0px;
  color: #ffa500;
  font-size: 24px;
  font-weight: 600;
}
#logo {
  max-width: 945px;
}
#flash {
  float: right;
  overflow: hidden;
  width: 945px;
  height: 280px;
}
#Container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
}
#Mpanel {
  max-width: 945px;
}

.footer-develope {
  margin-top: 2.5%;
  min-height: 50px;
  line-height: 2;
  background-color: rgba(255, 255, 255, 1);
  line-height:50px;
}

.footer-develope div {
  max-width: 945px;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
}
