/*CSS DOCUMENT */
<!--

html, body {
      margin: 0;
	  padding: 0;
      font-family: Tahoma, Arial, Verdana, sans-serif;
      font-size: 11px;
      color: #1b6cb8;
      background: url(../images/bgeffect.jpg);
	  }

td, th { 
     font-family: Tahoma, Arial, Verdana, sans-serif;
	 font-size: 11px;
	 color:  #1b6cb8;
	 line-height: 16px;
	 }

#main-div-wrapper {
  margin: auto;
  padding:0;
  width: 820px;
  }

#banner{
     height: 150px;
	 width: 820px;
		 }
#abtn{
    height: 22px;
    width: 800px;
	background: #1b6cb8;
	
	
}
#abtninner {
    color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	height: 33px;
	padding-left: 15px;
	
}

#footer {
    height: 25px;
    width: 800px;
}
#innerfooter {
    height: 20px;
    width: 450px;
   }
#buttom {
    
	height: 25px;
	color: #FFFFFF;
	background: url(../images/fam_btn.jpg) no-repeat;
	font-size: 11px;
	    
}
#content {
    padding-left: 10px;
	padding-top: 20px;
	
}
#ind_content {
   width: 300px;
   height: 220px;
   background: url(../images/content.png) no-repeat;
   padding: 0px;
}
#testimonies {
   width: 300px;
   height: 280px;
   background: url(../images/testmonial.png) no-repeat;
   padding: 0px;
   
}
#jttestimony {
  color: #666;
  text-align: justify;
 }

#totestimony {
  color: #e87439;
  
}

#training {
   width: 300px;
   height: 210px;
   background: url(../images/training.png) no-repeat;
   table-layout: fixed;
   
   }
#ind_training {
  width: 200px;
  text-align: left;
  color: #e87439;
  font-weight: bold;
  
}

#voca_training {
   width: 300px;
   height: 210px;
   background: url(../images/vocational_training.png) no-repeat;
   table-layout: fixed;
 
   }
#ind_voc_training{
  width: 200px;
  text-align: left;
  color: #00CC66;
  font-weight: bold;
  
}

#txtcontent {
   text-align: justify;
   padding: 8px;
   color: #666;
}

#txtinfo {
   text-align: justify;
   padding: 8px;
   padding-top: 0px;
   padding-left: 20px;
   color: #666;
}


#txtcontentvoc {
   text-align: justify;
   padding: 8px;
   color: #666;
   width: 130px;
}


#other_width{
    width: 8px;
}
#top_style {
   height: 33px;
   padding: 0; 
   background: url(../images/top_style_ngo.jpg) repeat-x;

}

#news {
  background: #f0d5c1;
  padding:  9px;
  color: #333;

}

 #dotystyle {
    height: 12px;
    background: url(../images/dotstyle.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}
 
 #changeline {
    border: 1px dotted #91c1ee;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	} 
 
 h4{
    padding: 5px;
	color: #e87439;
 }
 
 #programheading {
   color: #006699;
   margin: 0; padding: 0;
   }
	
/*Navigation styles */

a.red:link {color: #e87439}
a.red:hover {color: #e87439}


a.readmore:link, a.readmore:visited {color: #e87439; text-decoration: none; font-size: 10px}
a.external:link, a.external:visited {color: #e87439; text-decoration: none; font-size: 10px}
a.training:link, a.training:visited {color: #e87439; text-decoration: none}


a:link { color: #fff; text-decoration: none; font-size: 11px; font-weight: bold}
a:active { color: #fff; text-decoration: none; font-weight: bold}
a:visited { color: #fff; text-decoration: none; font-weight: bold}  
a:hover {color: #e87439; text-decoration: underline; font-weight: bold}

-->