 body {
  margin: 0;
  padding: 0;  
  height: 100%;
  font-family: Verdana;
  font-size: 75%;
 }
 table {
  font-size: 100%;
 }
 h1 {
  font-size: 150%;
 }
 h2 {
  font-size: 140%;
 }
 h3 {
  font-size: 130%;
 }
 
 .home_h3 
  {
   color:black;
   padding:0px;
   margin:0px;
   margin-top:20px;
  }
 
 .home_table
  {
  BORDER-RIGHT: #dbdbdb 1px solid; 
  PADDING-RIGHT: 2px; 
  BORDER-TOP: #dbdbdb 1px solid; 
  PADDING-LEFT: 2px; 
  PADDING-BOTTOM: 2px; 
  BORDER-LEFT: #dbdbdb 1px solid; 
  PADDING-TOP: 2px; 
  BORDER-BOTTOM: #dbdbdb 1px solid;
 }
 
 p
  {
   font-family:verdana;  
   /*text-align:justify;   */
  }
 
 a
 {
  color:#054192;
 }
 
 #holder {
  width:990px;      
  height:auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  border:0px solid black;  
 }
 
 .logo_link:hover
  {
  cursor:hand;
  }
  
  .link_cont
   {
   width:310px;
   height:85px;
   margin-top:5px;
   margin-left:60px;
   border:0px solid red;
   }
 
 #top
  {
   height:155px;
  }
 
 #top_logo
  {
  background-image:url('logo.jpg'); 
  float:left;
  width:262px;
  height:84px;  
 }
 
 #top_logo a:hover
  {
   cursor:pointer;
  }
 
 #top_google
  {
  /*background-image:url('bcg_google.jpg'); */
  /*background-repeat:repeat-x;*/
  border:0px solid black;
  width:196px;
  height:84px;
  float:left;
  margin-top:10px;
 }
 
 #top_google_logo
  {
  background-image:url('google_logo.gif'); 
  background-repeat:no-repeat;  
  width:71px;
  height:24px;  
 }
 
 #small_menu td
  {
   padding-top:15px;
   padding-left:15px;   
  }
  
 #small_menu a
  {
   color:black;
   text-decoration:none;
  }
  
  #img1
  {
   background-image:url('img1.jpg');
   float:left;
   width:445px;
   height:155px;
  }
  
  #img2
  {
   background-image:url('img2.jpg');
   float:left;
   width:279px;
   height:155px;
  }
  
  #img3
  {
   background-image:url('img3.jpg');
   float:left;
   width:251px;
   height:155px; 
  }
  
  #img4
  {
   background-image:url('img4.jpg');
   float:left;
   width:248px;
   height:67px; 
  }
 
 #page {
  width: 545px;
  float: left;
  border-left:1px solid #DBDBDB;
  border-right:1px solid #DBDBDB;
  /*height:600px;*/
  margin-left:7px;
  margin-right:7px;
  margin-top:10px;
  margin-bottom:0px;
  padding-bottom:0px;
  overflow:hidden;
  padding-right:17px;
 }
 
 #page h1
  {
   margin-top:0px;  
   overflow:hidden;
   /*margin-left:10px;
   margin-right:10px;*/
   width:100%;   
   padding:0px;
   font-size:18px;
   font-weight:normal;
   border-bottom:4px solid #0CA7DA;
  }
 
 #page_in {
  padding: 10px 0 0 20px;
 }
 
 #page .breadcrumbs
  {
  font-size:11px;
  margin-left:10px;
  margin-bottom:4px;
  }
 
  #main
   {
    width:100%;
    float:left;    
    margin-top:15px;
   }
   
   #menu
    {
     width:197px;
     float:left;
     font-family:arial;     
    }
 
 #menu_in
  {
  width:197px;
  overflow:hidden;
  }
 
 #menu_in th
  {
  font-size:11px;
  }
 
 #menu_in .menu_head
  {
   font-weight:bold;
   text-align:center;
   background-image:url('menu_head.gif');
   background-repeat:no-repeat;
   width:197px;
   height:21px;
   padding-top:6px;
   /*color:#313131;   */
   color:white;
   margin-top:10px;
  }
  
  #menu_in .menu_foot
  {
   font-weight:bold;
   text-align:center;
   background-image:url('menu_foot.gif');
   background-repeat:no-repeat;
   width:197px;
   height:17px;   
   color:#313131;      
  }
 
 #menu_in ul
  {
   width:197px;
   /*background-color:#E9E9E9;*/
   background-color:#CADAEA;
   margin-top:0px;
   margin-left:2px;
   margin-bottom:0px;
   padding-top:0px;
   padding-left:0px;
  }
 
 #menu_in li {
  font-size:11px;
  /*list-style-image: url('dot.gif');*/
  list-style:none;
  /*border-bottom:1px solid #DBDBDB;*/
  width:197px;  
  padding-top:5px;     
  }
  
 #menu_in a {    
  color:black;
  text-decoration:none;
  height:15px;
  width:162px;
  display:block;  
  padding-left:35px;
  background-image: url('dot.gif');
  background-repeat:no-repeat;
  background-position:25px 5px;
  border-bottom:1px solid #DBDBDB;
 }
 
 #menu_in a:hover {
  text-decoration:underline;
  color:white;
  background-color:#3264AF;  
 }
 
 #menu_right
  {
   width:196px;
   float:left;
   background-color:#E9E9E9;
   margin-top:10px;
  }
  
  #menu_right .right_menu_head
    {   
   text-align:center;
   background-image:url('right_menu_head.gif');
   background-repeat:no-repeat;
   width:196px;
   height:20px;      
   color:white;
   padding-top:5px;
   font-weight:bold;
  }
  
  #menu_right .right_menu_foot
    {   
   text-align:center;
   background-image:url('right_menu_foot.gif');
   background-repeat:no-repeat;
   width:196px;
   height:17px;      
  }
  
  #menu_right h3
  {
   padding-top:0px;
   color:#E2001A;
   font-size:11px;
   margin-top:2px;
   margin-bottom:1px;
   font-weight:bold;
   padding-left:10px;
   background-image:url('dot2.gif');
   background-repeat:no-repeat;
   background-position:0px 4px;
   margin-left:10px;
   margin-top:5px;
  }
  
  #menu_right p
   {
    margin-left:10px;
    margin-right:10px;
    margin-top:5px;
   }
 
 #footer {
  
  float:left;
  margin-top:10px;
  margin-bottom:15px;
  font-size:11px;
 }
 #footer_in {    
  /*background-color:#054192;*/
  background-image:url('footer_bcg.gif');
  background-repeat:repeat-x;
  height:44px;
  width:947px;
  float:left;
  margin-top:0px;
  color:white;
  text-align:center;
  padding-top:6px;
  overflow:hidden
 }
 
 #footer_in a{
  color:white;
  text-decoration:none;
 }
 
 #footer .footer_left {
  background-image:url('footer_left.gif');
  width:12px;
  height:44px;
  float:left;
  border:0px solid red;
 }
 
 #footer .footer_right {
  background-image:url('footer_right.gif');
  width:8px;
  height:44px;
  float:left;
  border:0px solid red;
 }
 
 
    
#clearer
 {
  width:100%;
  height:10px;
 }    
 
 .normal_input
  {
   border:1px solid black;
   height:12px;
   margin-left:5px;
   margin-right:5px;
  }
  
  .normal_button
  {
   border:1px solid black;
   height:18px;
   margin-left:5px;
   margin-right:5px;
   font-size:12px;
  }

 #intro_main_holder 
  {   
   margin-top:40px;
   width:792px;
   height:auto;
   margin-left:auto;
   margin-right:auto;   
  }
  
  .img1_1
   {
    background-image:url('img1_1.jpg');
    width:250px;
    height:79px;
   }
   
   .img1_2
   {
    background-image:url('img1_2.jpg');
    width:296px;
    height:79px;
   }
   
   .img1_3
   {
    background-image:url('img1_3.jpg');
    width:246px;
    height:79px;
   }
   
    .img2_0
    {
    background-image:url('img2_0.jpg');
    width:296px;
    height:36px;
   }
   
     .img4_0
    {
    background-image:url('img4_0.jpg');
    width:296px;
    height:26px;
   }
   
    .img6_0
    {
    background-image:url('img6_0.jpg');
    width:296px;
    height:32px;
   }
   
   .link_holder
    {
     width:177px; 
     margin-top:13px; 
     height:40px; 
    }

   .link_holder2
    {
     width:300px; 
     margin-top:13px; 
     height:360px; 
	 border: 1px solid #000;
    }    
    a:hover
    {
     cursor:pointer;
    }
    
    .img3_1
   {
    background-image:url('img3_1.jpg');
    width:250px;
    height:69px;
   }
   
   .img3_2
   {
    background-image:url('img3_2.jpg');
    width:296px;
    height:69px;
   }
   
   .img3_3
   {
    background-image:url('img3_3.jpg');
    width:246px;
    height:69px;
   }
   
      .img5_1
   {
    background-image:url('img5_1.jpg');
    width:250px;
    height:69px;
   }
   
   .img5_2
   {
    background-image:url('img5_2.jpg');
    width:296px;
    height:69px;
   }
   
   .img5_3
   {
    background-image:url('img5_3.jpg');
    width:246px;
    height:69px;
   }
   
   .img7_1
   {
    background-image:url('img7_1.jpg');
    width:250px;
    height:69px;
   }
   
   .img7_2
   {
    background-image:url('img7_2.jpg');
    width:296px;
    height:69px;
   }
   
   .img7_3
   {
    background-image:url('img7_3.jpg');
    width:246px;
    height:69px;
   }