#left_panel {
	margin-left:5px; width:145px; xborder:1px solid #009900;
}

#left_panel .s_item {
	background-color:#F9F7EC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding: 3px 10px 3px 10px
}

#right_panel {
	margin-right:5px; width:170px; xborder:1px solid #000099;
}

#right_panel .s_item {
	background-color:#F9F7EC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding: 3px 10px 3px 10px
}

#right_panel .ctry_spotlight_section img {
	float:none;
}
#center_panel .ctry_phil_section img {
	 float:none;
	 clear:both;
}

#center_panel .chartObj {
	 width:300px;
}

#center_panel .chartSection div {
	 width:240px;
}

#adbfooter .style3 {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Clear Fix Function
------------------------------------------------------------------*/
.clearfix:after {     
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}  
.clearfix {display: block;}    
