body {
  background-color: #dce8de;
  color: #003300;
  font-family: Verdana, sans-serif, Arial, Helvetica;
  font-size: 12px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 19px;
  font-weight: bold;
  color: #006600;
}
h2 {
  font-size: 16px;
  color: #006600;
}
a {
  color: #008000;
}
a:visited {
  color: #003300;
}
a:hover {
  color: #FFFF00;
}
img {
  border: 0px;
}
#head {
  background-image: url(/images/top.png);
  width: 100%;
  height: 119px;
  font-size: 22px;
  color: #FFFF00;
  font-weight: bold;
  font-style: italic;
}
#logo {
  float: left;
  background-image: url(/images/logo.png);
  width: 303px;
  height: 119px;
}
#menu {
  float: left;
  width: 231px;
  background-image: url(/images/menu.png);
  background-repeat: repeat-y;
  font-weight: bold;
}
ul {
  list-style-image: url(/images/lp.png);
}
li.a {
  list-style-image: url(/images/la.png);
}
li.d {
  list-style-image: url(/images/dd.png);
}
#menu a {
  color: #FFFF00;
  text-decoration: none;
}
#menu a:visited {
  color: #FFFF00;
  text-decoration: none;
}
#menu a:hover {
  color: #FF9900;
  text-decoration: none;
}
#menu1 {
  width: 231px;
  height: 63px;
  background-image: url(/images/menu1.png);
}
#menu3 {
  width: 231px;
  height: 18px;
  background-image: url(/images/menu3.png);
}
#content {
  margin: 10px 5px 20px 240px;
  padding: 5px;
}
#foot {
  background-image: url(/images/bottom.png);
  clear: both;
  height: 56px;
  background-repeat: repeat-x;
}
#foot1 {
  float: left;
  background-image: url(/images/bottom_l.png);
  height: 56px;
  width: 103px;
}
#foot2 {
  float: left;
  height: 56px;
  padding: 10px;
  text-align: center;
}
#foot3 {
  background-image: url(/images/bottom_r.png);
  float: right;
  height: 56px;
  width: 107px;
}
#foot a {
  color: #FFFF00;
  text-decoration: none;
}
#copy {
  clear: both;
  height: 20px;
}