@charset "UTF-8";
/* CSS Document */



body {
   padding: 0px;
   margin: 0px;
   background-color:#BED6EE;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   background-image:url(img/bg_fade2.jpg);
   background-repeat:repeat-x;
}

a {color: #2A3761;
text-decoration:underline;}
a:hover {color: #000;}


b,
strong 
{color: #142B4D;}

h1 {
   color: #2A3761;
   font-size: 20px;
   font-weight: 100;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   line-height: 24px;
}

/*--- top structure ---*/


#container {
   width: 800px;
   text-align: left;
   background-color:#ffffff;
}


#top_innercontainer {
   width: 800px;
   height: 95px;
   
}

#top_l {
   width: 230px;
   height: 74px;
   background-color: #ffffff;
   float: left;
   padding-left: 40px;
   margin-top: 8px;
}

#top_r {
   width: 800px;
   height: 36px;
   background-color:#ffffff;
  
  
   }
   
#top_menu1 {
   margin-top: 0px;
   margin-left: 35px;
} 


#top_menu {
   margin-top: 0px;
   margin-left: 35px;
}   

#top_menu a {
   float: left;
   color: #fff;
   margin-right: 24px;
   text-decoration:none;
   font-size: 12px;
   letter-spacing: 0.1em;
   padding-top:10px;
   font:Geneva, Arial, Helvetica, sans-serif;
   
}
#top_menu a:hover {
   color: #FFFF99;
}
   
/*--- bottom structure ---*/




#bottom_innercontainer {
   width: 800px;
   background-color:#ffffff;

}

#left_inner {
   width: 182px;
   float: left;
 
      }
#right_inner {
   width: 618px;
   float: right;
   background-color:#ffffff;
   padding-bottom: 125px;
   color:#33477C;
 
   }  
 
 
 
 
 
 
/*--- CONTENT --*/ 
 
 
 
 
#content_pad {
   padding-left: 0px;
   padding-right: 40px;
   padding-top: 30px;
   margin-bottom: 40px;
   line-height: 20px;
} 
 
 
 
 
 
 
 
#clearall {
    clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
} 



/*--- FOOTER ----*/



#footer_home {
   margin: auto;
   background-color:#BED6EE;
   width: 800px;
   margin: 0px;
   text-align:center;
   color:#2B4173;
   font-size: 11px; 
   padding-top: 20px;
   
}
#footer_home a {
   text-decoration: none;
   color: #2b4173;
}

#footer {
   height: 70px;
   background-color:#BED6EE;
   width: 800px;
   background-image:url(img/bg_footer2.jpg);
   background-repeat:repeat-x;
   margin: 0px;
}



#b_line {
   height: 0px;
   width: 800px;
   display: block;
   clear: both;
   padding: 0px;
} 






#submenu {
   padding-top: 45px;
   padding-left: 28px;
   padding-bottom: 40px;
   color: #33477C;
   height: 340px;

} 
#submenu a {
   float: left;
   clear: left;
   color: #33477C;
   text-decoration:none;
   font-size: 14px;
   margin-bottom: 12px;
   width: 145px;
}   

#submenu a:hover {
   color: #000;
}


.news1_title {
   font-size: 16px;
   text-transform:uppercase;
   font-weight:normal;
   color: #142B4D;
}


