/*
     Body
*/

body {
  margin: 5px 0px;;
  background-color: #ffffff;
  background-image: url('../images/bg.gif'); 
  background-repeat: repeat;   
}

body, p, td, div {
  font-family: Verdana, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #003300;
}

a:link, a:visited {
  color: #003300;
  text-decoration: none;
  
}

a:hover {
  color: #007739;
  text-decoration: none;
  
}

hr {
  border: 0px;
  border-bottom: 1px #003300 solid;
  margin: 15px 0px;
  color: #003300;
  height: 1px;
}

h1 {
   border-bottom: 1px #003300 solid;
   padding-bottom: 1px;
   font-size: 25px;
}

h2 {
   border-bottom: 1px #003300 solid;
   padding-bottom: 1px;
   font-size: 20px;
}

h3 {
   font-size: 18px;
   color: #003300;
   font-weight: bold;
   margin-bottom: 0px;
}

h4 {
   font-size: 20px;
   color: #003300;
   font-weight: bold;
   margin-bottom: 0px;
 }
 h5 {
   font-size: 10px;
   color: #003300;
   font-weight: bold;
   margin-bottom: 0px;
 }
 
.ins{font:11px/12px Verdana, "Times New Roman", Times, serif; color:#003300; text-decoration:none}
.ins:hover{ text-decoration:underline;}


/*
     Content
*/

#content_bg {
  background-color: #fff;
  background-image: url('images/content_bg.gif');
  background-repeat: repeat-y;
  padding: 15px;
}

/*
     Navigation
*/

#side_bg, #nav_footer {
  background-color: #fff;
  background-image: url('images/side_bg.gif');
  background-repeat: repeat-y;
}

#nav_ul, #nav_ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#nav_ul li a:link, #nav_ul li a:visited {
  text-decoration: none;
  color: #3d4f35;  
  padding-left: 20px;
  display: block;
  line-height: 21px;
  height: 21px;
  font-size: 12px;
}

#nav_ul li a:hover, #nav_ul .current {
  background-image: url('../images/nav_over.gif');
}

/*
     Misc
*/

.footer_text, .footer_text a:link, .footer_text a:visited {
  color: #003300;
  font-size: 10px;
  text-decoration: none;
}

.special_txt {
  color: #7F7F7F;
  margin: 0px 20px;
  font-family: Georgia, Times New Roman, Serif;
  font-style: italic;
  font-size: 16px;
}