
   body {
   margin:0px;
   padding:0px;
   background:#ffffff;
   font-family:Arial;
   font-size:70%;
   color : #0e5138;
   }

   /* The header and footer */

   .header {
   display:block;
   height:100px;
   background:#0e5138;
   color:#ffffff;
   text-align:left;
   padding:5px;
   border-bottom:solid white 2px;
   }

 .footer {
      display:block;
      height:100px;
      background:#7d7d6a;
      color:#ffffff;
      text-align:left;
      padding:5px;
      font-size:16px;
      border-top:solid white 2px;
   }

   /* This bit does all the work */

   #container
   {
   position:relative;
   display:block;
   background:#ffffff;
   border-left:120px solid #BBC41A;
   border-right:120px solid #ff8a00;

    }



   #inner
   {
   display:block;
   margin-left:-120px;
   margin-right:-120px;
   padding-top : 5px;
   height:500px;


   }

   #inner[id]
      {
      display:block;
      margin-left:-120px;
      margin-right:-120px;
      padding-top : 5px;
        height:auto;
        min-height:500px;

      }


   #left
   {
   float:left;
   position:relative;
   width:120px;
   left:0px;

   }

   #right
   {
   float:right;
   position:relative;
   width:120px;
   right:0px;

   }

   #center
   {
   margin-left:145px;
   margin-right:145px;
   position:relative;
   display:block;

   }




   .clear {clear:both;}

   /* Navigation Menu */



    a.navi:link

       {
       text-decoration:none;
       color:#FFFFFF;
       background:#0e5138;
       width:110px;
       padding : 5px;
       display:block;
       border-left : 0px;
       border-right : 0px;
       border-bottom:solid white 2px;
       }


   a.navi:visited

       {
       text-decoration:none;
       color:#FFFFFF;
       background:#0e5138;
       width: 110px;
       padding : 5px;
       display:block;
       border-left : 0px;
       border-right : 0px;
       border-bottom:solid white 2px;

       }


  a.navi:hover

       {
        color:#FFFFFF;
        background:#ff8a00;

       }


  #naviright a.navi:hover
       {
         background: #BBC41A;
       }

 #navihome a.navi
       {
          background:#0E5138;
       }

  #navihome a.navi:hover
       {
               color:#FFFFFF;
               background:#BBC41A;

       }


 #navisearch a.navi
       {
          background:#7D7D6A;
        }

  #navisearch a.navi:hover

       {
               color:#FFFFFF;
               background:#BBC41A;

       }

  #naviaz a.navi
         {
            background:#FF8a00;
         }

   #naviaz a.navi:hover
         {
                 color:#FFFFFF;
                 background:#BBC41A;

       }


#topblock

    {
    height:35px;
    background:#BBC41A;

  }

#middleblockleft
   {
      height:75px;
      background:#BBC41A;

  }


#middleblockright
	 {
	    height:75px;
	    background:#ff8a00;

  }


 div.color
   	{
  	 background: #ff8a00;
   	 height: 30px;
   	 width: 30px;
   	 border: none;
   	 color:#ffffff;
   	 padding:5px;
   	 font-weight: bold;
   	 font-size:25px;
   	 text-align:center;

  	}

      A.footerlink:link {
              	 COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: none
              }
      A.footerlink:visited {
              	 COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: none
              }
      A.footerlink:active {
              	 COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: none
              }
      A.footerlink:hover {
              	 COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: none
         }


   A:link {
      	COLOR: #ff8a00; font-weight: bold; TEXT-DECORATION: none
      }
   A:visited {
       COLOR: #7d7d6a; font-weight: bold; TEXT-DECORATION: none
      }
   A:active {
      	 COLOR: #7d7d6a; font-weight: bold; TEXT-DECORATION: none
      }
   A:hover {
      	 COLOR: #7d7d6a; font-weight: bold; TEXT-DECORATION: none
      }

   @media screen { .print { display:none } }

      H1,H2,H3,H4,H5,H6 {
      	 COLOR: #ff8a00;
      }


      UL {
      	LIST-STYLE: square outside
      }
      A.copy {
      	COLOR: #007fc1; FONT-FAMILY: Arial; FONT-SIZE: 9pt; TEXT-DECORATION: none
      }
      TD.faq {
      	FONT-SIZE: 10pt
      }
      A.faq {
      	COLOR: black; TEXT-DECORATION: none
      }







