/* CSS Document */

body {
   
   width:1024px;
   margin:auto;
   color:#005E19; 
   background-color: #FFFF99;
   font-family:'Times New Roman',Times,serif;
     } 

#header {
   display:block;
     }
	 
#header_left {
   float:left;
   text-align:center;
   width:300px;
   margin-left:2mm;
   margin-top:2mm;
     }
  
#header_right {
   
   font-size:1.4em; 
   float:right;
   text-align:center;
   margin-right:2mm;
   padding-top:8mm;
    
     }
  
#header_middle {
   font-size:1.4em; 
   text-align:center; 
   margin-right:5mm;
   padding-right:6mm;
   padding-left:2mm;
   padding-top:8mm;
     }

#header_bottom {
   height:40px;
   clear:both;
     }
  
#body_left {
   font-size:1.3em; 
   /*min-height:320px;*/
   float:left; 
   text-align:left;
   width:160px;
   margin-left:30px;
   margin-right:30px;
   padding-top:40px;
      }

#body_right {
   font-size:1.2em; 
   /*float:center;*/
   text-align:left;
   margin-left:5mm;
   width:160px;
   
   margin-left:10px;
   margin-right:10px;
      }
  
#body_middle {
   text-align:left;
   /*min-height:100px;*/
      }

#footer {
   clear:both;
   font-size:2.0em;
   text-align:center;
   font-family:'CommercialScript BT';
      }	  
	 
a:link { color:#005E19; text-decoration:none;}
a:visited { color:#005E19; text-decoration:none;}
a:focus { color:#F7BF0B; text-decoration:none;}
a:hover { color:#F7BF0B; text-decoration:none;}
a:active { color:#F7BF0B; text-decoration:none;}

a.nav:link {
   color:#005E19;
   background-image:url(../images/arrow_type1.gif);
   background-repeat:no-repeat;
   background-position:0mm 0.2mm;
   padding-left:5mm;
   text-decoration:none;
      }

a.nav:visited {
   color:#005E19;
   background-image:url(../images/arrow_type1.gif);
   background-repeat:no-repeat;
   background-position:0mm 0.2mm;
   padding-left:5mm;
   text-decoration:none;
      }

a.nav:focus {
   color:#F7BF0B;
   background-image:url(../images/arrow_type1.gif);
   background-repeat:no-repeat;
   background-position:0mm 0.2mm;
   padding-left:5mm;
   text-decoration:underline;
      }	  
	  
a.nav:hover {
   color:#F7BF0B;
   background-image:url(../images/arrow_type2.gif);
   background-repeat:no-repeat;
   padding-left:5mm;
   background-position: 0mm 0.2mm;
   text-decoration:underline;
      }

span.nav {
   background-image:url(../images/arrow_type2.gif);
   background-repeat:no-repeat;
   padding-left:5mm;
   background-position:0mm 0.2mm;
   text-decoration: none;
      }
	  
	  
.txt_type1 { padding-left:2.5mm; padding-right:2.5mm; text-decoration:underline; color:#F7BF0B;}
.txt_type2 { padding-left:2.5mm; padding-right:2.5mm;}
.no_border { border:none;}


	 


