body{
  font-size:100.1%;
  margin:0;
  background:#7AB130 url(img/bg.gif) repeat-x fixed bottom center;
  overflow-y:scroll;
}
h1{
  width:890px;
  margin:25px auto 0;
  color:#fff;
  font:bold 1.5em "Century Gothic";
}
h2{
  margin:0 0 20px;
  color:#7AB130;
  font:bold 1.25em Georgia;
  font-style:italic;
}
ul#nav{
  width:890px;
  height:19px;
  margin:35px auto 15px;
  text-align:center;
  font: 0.93em Arial;
  list-style-type:none;
  background:#7AB130 url(img/n_bg.gif) no-repeat;
  padding:10px 0;
}
ul#nav li{
  display:inline;
}
ul#nav a{
  padding:10px 0;
  text-decoration:none;
  color:#fff;
  margin:0 8px;
}
ul#nav a:hover{
  background:url(img/hl.gif) no-repeat center 30px;
}
#content{
  clear:left;
  font:1em/1.25em "Century Gothic";
  background:#fff url(img/top.gif) no-repeat;
  width:890px;
  margin:10px auto 0;
  color:#525252;
}
#content a{
  color:#228b22;
  text-decoration:underline;
}
#content a:hover{
  color:#525252;
  text-decoration:underline;
}
#copyright{
  width:890px;
  margin:auto;
  padding-top:20px;
  text-align:center;
  color:#fff;
  font:0.69em Arial;
  background:url(img/bottom.gif) no-repeat;
}
#copyright a{
  color:#fff;
  text-decoration:underline;
}
#copyright a:hover{
  text-decoration:none;
}
.main{
  overflow:hidden;
  background:url(img/m_bg.gif) no-repeat right bottom;
  padding:20px 0 12px 20px;
}
#main_text{
  padding:0 20px 0 0;
  overflow:hidden;
}
.m_home{
  background:url(img/m_bg_home.gif) no-repeat center bottom;
}
#home{
  padding:0 20px 0 0;
}
#home_img{
  width:820px;
  margin:20px auto 0;
  padding-left:10px;
}
#home_img ul{
 margin:0 0 0 15px;
 padding:0;
 list-style-type:circle;
}
.home_image{
  margin:0 10px;
  float:left;
  width:250px;
}
#pdf{
  clear:both;
  margin:30px 0 0;
  text-align:center;
}
#pdf a{
  font:12px Arial;
}
