body {
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 17px;
  color:#000000;
  background-color: #65ff00;
}

#the_body {
  position:relative;
  margin:0 auto;
  padding:0;
  width:760px;
}

#the_head {
  position:relative;
  margin:0;
  padding:0;
  background: url("top.jpg") #ff8000 no-repeat;
  height:135px;
}

#the_content {
  background: url("slide.jpg") repeat-x #ffffff;
  position:relative;
  margin:0;
  padding: 1px 0 0 0;
  min-height: 400px;
}

#the_main {
  position:relative;
  margin:0 0 0 225px;
  padding: 0 10px 0 10px;
  border-left: 1px solid #000000;
}
h1,h2,h3,h4,h5,h6 {
  color: #000000;
  font-family:georgia,serif;
}
.title {
  border-bottom:1px solid #EEE;
}

#the_main p, #the_main ul, #the_main ol {
  font-size:80%;
  line-height:140%;
}
#the_main ul ul, #the_main ol ul, #the_main ul ol, #the_main ol ol{
  font-size:100%
}
#the_main h3 {
  line-height:110%;
}
#the_main h4 {
  text-decoration:underline;
  line-height:100%;
}


#the_menu {
  position:relative;
  border:none;
  margin:0;
  padding: 20px 0 0 0;
  float:left;
  width:215px;
  text-align:center;
}

#the_menu .sideTitle {
  position:relative;
  margin:0;
  padding:4px 0 4px 10px;
  background:#FFF;
  font-size:115%;
  font-style:italic;
  color:#E60003;
  font-weight:bold;
  text-align:center;
}

#the_menu img {
  padding: 5px 0 5px 0;
}

p#the_footer {
  clear: both;
  border-top: 1px solid silver;
}

.navold {
  background:#ffff00;
  border:1px solid #000000;
  color:#000000;
  display:block;
  margin: 10px 5px 5px 5px;
  padding:5px 5px 5px 5px;
  position:relative;
  text-transform:uppercase;
  width:200px;
}
.navold:hover,.active {
  background:#ffff00;
  border:1px solid #000000;
  color:#303030;
  text-decoration:none;
}
.subold {
  font-size:0.8em;
  letter-spacing:1px;
  margin:5px 5px 5px 15px;
  padding:5px 5px 5px 5px;
  width:190px;
}

#etoNotice {display:none;}