
div#logo a {
  width: 100%;
  height: 100%;
}
    
#logo {
   background: url(headerimages/50logo.png) no-repeat;
}
#key_visual {
   background: url(headerimages/keyvisual.jpg) no-repeat;
}


#main_nav_list a.main_nav_active_item {
  background: url(navimages/n1activeitem.gif) no-repeat;
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #386620;
}
#main_nav_list a.main_nav_item {
  background: url(navimages/n1.gif) no-repeat;
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #f6f6f6;
}
#main_nav_list a.main_nav_item:hover {
  background: url(navimages/n1hover.gif) no-repeat;
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #f6f6f6;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(navimages/subnav1active.gif) no-repeat;
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #386620;
}
.sub_nav_list a.sub_nav_item {
  background: url(navimages/subnav1.gif) no-repeat;
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #386620;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(navimages/subnav1hover.gif) no-repeat;
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #386620;
}
.content h1 {
  font-family: "Comic Sans MS",sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #386620;
}
.content h2 {
  font-family: arial,verdana,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #386620;
}
.content h3 {
  font-family: arial,verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #386620;
}
.content, .content p {
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
  text-decoration: none;
  color: #666666;
}
.content a:visited {
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #386620;
}
.content a:link {
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #386620;
}
.content a:hover {
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #386620;
}
.content a:active {
  font-family: tahoma,verdana, arial, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #386620;
}



