/*  the menubar at the top */
.menubar {
  font-size: 13.5pt;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  padding-right: 8px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 8px;
  width: 750px;
  height: auto;
  background: #666699;
  color: #ffffff;
  border: 2px solid #666699;
}

  /*  hyperlink in menubar */
.menubar a {
  color: #ffffff;
  text-decoration: none;
}

  /*  hyperlink with mouse over it in menubar */
.menubar a:hover {
  color: #ffffff;
  text-decoration: underline;
}


body {
  margin-top: 10px;
  background: #ffffff;
  width: 750px;
  color: #000000;
}


.box a {
  color: #eeeeee;
  text-decoration: none;
}

.box a:hover {
  color: #eeeeee;
  text-decoration: underline;
}


.title {
  font-size: 44pt;
  font-family: bold "Times New Roman", serif;
  font-style: bold;
  font-weight: 750;
  text-align: right;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 8px;
  width: 750px;
  height: 74px;
  color: #ffffff;
  background: #330066;
  border-left: 2px solid #330066;
  border-right: 2px solid #330066;
  border-bottom: 2px solid #330066;
}

.title2 {
  font-size: 20pt;
  font-family: "Times New Roman", serif;
  text-align: right;
  position: relative;
  padding-right: 8px;
  padding-bottom: 1px;
  margin-top: -8px;
  margin-bottom: 0px;
  width: 750px;
  height: 30px;
  color: #ffffff;
  background: #330066;
  border-left: 2px solid #330066;
  border-right: 2px solid #330066;
}



.title a {
  color: #eeeeee;
  text-decoration: none;
}

.title a:hover {
  color: #ffff00;
  text-decoration: none;
}


.title2 a {
  color: #eeeeee;
  text-decoration: none;
}

.title2 a:hover {
  color: #ffff00;
  text-decoration: none;
}


.bottom {
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 750px;
  background: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 4px solid #330066
}


.box {
  font-size: 14pt;
  font-style: normal;
  font-family: Ariel, sans-serif;
  text-align: center;
  position: relative;
  padding-right: 8px;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 750px;
  height: 28px;
  background: #5500aa;
  color: #ffffff;
  border: 2px solid #330066;
}

.heading {
  font-size: 18pt;
  text-align: left;
  position: relative;
  margin-top: 14px;
  margin-left: 50px;
  margin-bottom: 0px;
  width: 700px;
  height: 28px;
  color: #000000;
  background: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 3px solid #330066
}

.heading2 {
  font-size: 28pt;
  font-style: bold;
  text-align: left;
  position: relative;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 750px;
  height: 36px;
  color: #000000;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  background: #ffffff;
  border-bottom: 5px solid #330066;
}


.info2 {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  width: 700px;
  background: #ffffff;
  color: #000000;
}


.infor {
  font-size: 12pt;
  text-align: right;
  position: relative;
  width: 750px;
  background: #ffffff;
  color: #000000;
}


.info {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 3px;
  margin-bottom: 20px;
  width: 698px;
  background: #e8e8e8;
  color: #000000;
  padding: 5px;
  border: 2px solid #444444;
}

.info h3 {
  font-size: 16pt;
  text-align: left;
}

.info h4 {
  font-size: 12pt;
  font-style: bold;
  text-align: left;
}


.text {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 700px;
  background: #ffffff;
  color: #000000;
  padding: 2px;
  border: 2px solid #ffffff;
}

.name {
   align: center;
   width:400;
   height:400;
}

.name img {
   margin: auto;
   border: 2px solid #ffffff;
}

