html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: rgb(216, 237, 245);
  font-size: 85%;
  font-family: arial,sans-serif;
  overflow: hidden;
}

body {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: rgb(216, 237, 245);
}

#content {
  display: block;
  overflow: auto;
  position: absolute;
  z-index: 3;
  top: 75px;
  bottom: 40px;
  width: 631px;
  margin-left: -318px;
  left: 50%;
  border-left: 3px solid rgb(226, 212, 89);
  border-right: 3px solid rgb(226, 212, 89);
  background-color: rgb(255, 250, 240);
}

#content p{
  padding: 0 5px 4px 5px;
  margin: 0 2px 2px 2px;
  text-align: justify;
  color: rgb(0, 136, 184);
}

#content h1, h2, h3, h4, h5, h6{
  padding: 0 5px;
  margin: .5em 0 .25em 0;
  color: rgb(0, 136, 184);
}

#head {
  position: absolute;
  margin-left: -318px;
  left: 50%;
  top: 0;
  width: 631px;
  min-width: 631px;
  height: 75px;
  background-color: rgb(43, 54, 133);
  color: rgb(226, 212, 89);
  font-size: 2.5em;
  z-index: 5;
  border-left: 3px solid rgb(226, 212, 89);
  border-right: 3px solid rgb(226, 212, 89);
}

#head img {
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  z-index: 0;
}

#head p {
  position: absolute;
  padding: 0;
  margin: 15px 4px 0 4px;
  z-index: 1;
  font-weight: bold;
}

#foot {
  text-align: center;
  position: absolute;
  margin-left: -318px;
  left: 50%;
  bottom: 0;
  width: 631px;
  min-width: 631px;
  height: 40px;
  background-color: rgb(0, 136, 184);
  font-size: 1em;
  z-index: 5;
  border-left: 3px solid rgb(226, 212, 89);
  border-right: 3px solid rgb(226, 212, 89);
  color: rgb(0, 0, 0);
}

#foot p {
  margin: 0;
  padding: 0;
}

.w3button {
  border: 0pt none ;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  width: 88px;
  height: 31px;
}

#menu {
  border-top: 2px solid rgb(247, 233, 75);
  margin: 0;
  padding: 0px 2px;
  list-style-type: none;
  height: 25px;
  font-weight: bold;
  background-image: url(../images/tabs.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}

#menu li {
  text-align: center;
  position: relative;
  height: 25px;
  float: left;
}

#menu a, #menu a:visited {
  padding: 7px 0px 1px 15px;
  position: relative;
  text-decoration: none;
  display: block;
  height: 15px;
  color: rgb(247, 233, 75);
  background-image: url(../images/tabs.jpg);
  background-position: left 185px;
  /*background-repeat: no-repeat;*/
}

#menu a span, #menu a:visited span {
  padding: 7px 15px 1px 0px;
  background-image: url(../images/tabs.jpg);
  background-position: right 185px;
  /*background-repeat: no-repeat;*/
}

#menu a:hover {
  color: rgb(255, 250, 240);
  background-image: url(../images/tabs.jpg);
  background-position: left 124px;
  /*background-repeat: no-repeat;*/
}

#menu a:hover span {
  background-image: url(../images/tabs.jpg);
  background-position: right 124px;
  /*background-repeat: no-repeat;*/
}

#menu a.current {
  color: rgb(43, 54, 133);
  padding-bottom: 3px;
  background-image: url(../images/tabs.jpg);
  background-position: left top;
  /*background-repeat: no-repeat;*/
}

#menu a.current span {
  padding-bottom: 3px;
  background-image: url(../images/tabs.jpg);
  background-position: right top;
  /*background-repeat: no-repeat;*/
}
