@font-face {
  font-family: Tahoma1;
  src: url(./font/tahoma.eot);
}

body {
  margin: 20px 0px 20px 0px;
  background-color: rgb(255,255,204);
  font-family: Tahoma, Tahoma1;
  color: rgb(54,54,54);
}

#canvas {
  border: 1px solid silver;
  width: 800px;
  background: white url(./img/background.gif) no-repeat;
}

#header {
  text-align: center;
  margin: 10px 12px 0px 0px;
}

#main {
  margin: 0px 12px 10px 12px;
}

#navigator {
  background-color: rgb(220,229,238);
  width: 780px;
  filter: alpha(opacity=76);
}

#menu {
  position: absolute;
  top: 250px;
}

#menu table {
  position: absolute;
  top: -5px;
  display: none;
  filter: alpha(opacity=100);
}

#menu table tr td  {
  white-space: nowrap;
  padding: 3px 10px 3px 10px;
  background-color: rgb(107,147,186);
  font-size: 14px;
  color: rgb(126,173,220);
}

#menu table tr td a {
  text-decoration: none;
  color: white;
  display: block;
}

#menu table tr td a:hover {
  color: rgb(220,229,238);
}

.navi_item {
  text-decoration: none;
  font-size: 20px;
  color: rgb(54,54,54);
  margin: 0px 18px 0px 18px;
  line-height: 45px;
}

.navi_item:hover {
  color: rgb(107,147,186);
  text-decoration: none;
}

.side {
  background-color: rgb(220,229,238);
  filter: alpha(opacity=76);
}

.content {
  vertical-align: top;
  padding: 0px 20px 0px 20px;
  color: rgb(54,54,54);
}

.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.float {
  float: left;
  margin: 5px 10px 0px 0px;
}

.align_justify {
  text-align: justify;
}

.align_right {
  text-align: right;
}

.left_border {
  border-left: 1px solid rgb(224,226,239);
}

.top_border {
  border-top: 1px solid rgb(224,226,239);
  padding-top: 15px;
}

.blue1 {
  color: rgb(126,173,220);
}

.green {
  color: rgb(54,180,81);
}

br {
  line-height: 15px;
}

br.half {
  line-height: 8px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}