
* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: #d7d8ff none;
  font: 12px Arial, Helvetica, sans-serif;
  color: black;
  text-align: center;
}

hr {
  color: black;
  background-color: black;
  height:2px;
  margin:6px 0 6px 0;
  border-bottom: 1px solid #696969;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

a {
  text-decoration: none;
  color: Blue;
  background: transparent none;
}

a:hover, a:active {
  text-decoration: underline;
  color: #15BCDA;
  background: transparent none;
}

#page {
  text-align: left;
  margin: 0 auto;
  width: 1024px;
}

#header {
  width: 1024px;
  height: 275px;
  margin: 0 auto;
  background: url(../images/head.png) no-repeat top left;
}

#header h1 {
  font-size: 36px;
  color: Blue;
  white-space: nowrap;
  position: absolute;
  top: 62px;
  width: 680px;
  text-align: center;
}

#content {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  background: url(../images/content.png) repeat-y top left;
}

#footer {
  width: 1024px;
  height: 105px;
  margin: 0 auto;
  background: url(../images/foot.png) no-repeat left;
  clear: both;
}

#footer table {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: transparent none;
  width: 1024px;
  height: 70px;
}

#footer a {
  color: #BBBB00;
  background: transparent none;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: blue;
  text-decoration: underline;
  background: transparent none;
}

div.box {
  margin-left: 38px;
  width: 924px;
  overflow: hidden;
}

div.all {
  padding: 8px;
}

div.lft {
  float: left;
  width: 644px;
  overflow: hidden;
}

div.rgt {
  float: left;
  width: 276px;
  overflow: hidden;
}

#topmenu {
  position: absolute;
  top: 55px;
  margin-left: 702px;
  font-size: 12px;
  background: transparent none;
  text-align: left;
}

#topmenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#topmenu li {
  display: block;
  margin: 8px 2px 0px 2px;
  padding-left: 8px;
  width: 204px;
  height: 15px;
  background: #d7d8ff none;
  border-top: 2px solid #000080;
  border-left: 2px solid #000080;
  border-right: 2px solid #EAEAFF;
  border-bottom: 2px solid #EAEAFF;
}

#topmenu li a, #topmenu li a:link {
  text-decoration: none;
  padding: 0 5px;
  color: #0000FF;
  background: transparent none;
}

#topmenu li a:hover, #topmenu li a:active {
  color: #009B00;
  background: transparent none;
}