/** element set **/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

/** div id set **/

#header {
  background: url(../image/header-image.png) no-repeat;
  width: 700px;
  height: 100px;
  margin: 0px;
}

#header span {
  display: none;
}

#main {
  background-color: white;
  width: 700px;
  margin: 0 auto 0 auto;
  text-align: left;
  border-right: 2px solid #142d50;
  border-left: 2px solid #142d50;
  border-bottom: 2px solid #142d50;
  z-index: 10000;
}

#content {
  padding: 35px 10px 60px 10px;
  background: transparent url(../image/jctei-logo.png) no-repeat bottom right;
}

#content h2 {
  background: transparent url(../image/topic.png) no-repeat;
  border-bottom: 1px dotted #CCCCCC;
}

#content h2 span {
  padding: 3px 30px;
  font-size: 14pt;
}

#content h3 {
  font-size: 14pt;
  vertical-align: 10%;
  padding: 15px 60px;
}

#doowop-header {
  background: transparent url(../image/dow-icon.png) no-repeat top left;
  height: 50px;
}

#content p {
  font-size: 12pt;
}

#content li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content u {
  font-size: 9pt;
  color: #7f7f7f;
}

#footer {
  padding: 0 0 5px 0;
  text-align: center;
  color: #7d7d7d;
  font-size: 10pt;
}
