
   body {
   margin:0px;
   padding:0px;
   background:#ffffff;
   font-family:Arial;
   font-size:70%;
   color : #02A281;
   }
   
   /* The header and footer */
   
   .header {
   display:block;
   height:100px;
   background:#02A281;
   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:12px;
      border-top:solid white 2px;
   }
   
   /* This bit does all the work */
   
   #container
   {
   position:relative;
   display:block;
   background:#ffffff;              
   border-left:120px solid #2276be;
   border-right:120px solid #9d2b83;
  
    }
   
           
   
   #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:#02A281;
       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:#02A281;
       width: 110px;
       padding : 5px;
       display:block;
       border-left : 0px;
       border-right : 0px;
       border-bottom:solid white 2px;
       
       }
      
          
  a.navi:hover
      
       {
        color:#FFFFFF;
        background:#9d2b83;
       
       }
      

  #naviright a.navi:hover
       {
         background: #2276be;
       }

 #navihome a.navi
       {
          background:#02A281;
       }
       
  #navihome a.navi:hover
       {
               color:#FFFFFF;
               background:#9d2b83;
              
       }
       
       
 #navisearch a.navi
       {
          background:#7D7D6A;
        }
       
  #navisearch a.navi:hover
       
       {
               color:#FFFFFF;
               background:#2276be;
              
       }
  
  #naviaz a.navi
         {
            background:#9d2b83;
         }
         
   #naviaz a.navi:hover
         {
                 color:#FFFFFF;
                 background:#2276be;
                
       }
  
  
#topblock

    {
    height:35px;
    background:#2276be;

  }

#middleblockleft
   {
      height:75px;
      background:#2276be;

  }


#middleblockright
	 {
	    height:75px;
	    background:#9d2b83;

  }

       
 div.color 
   	{
  	 background: #9d2b83;
   	 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: #9d2b83; 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: #9d2b83;
      }
      

      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
      }



    
	

