/*   hide the top navigation bar   */
#navigation {display:none;}
#navigation_menu {display:none;}

/*   hide the About Us sidebar title   */
#company DIV.title {display:none;}

/*   hide MarketWatch box, expand Newsletters and Calculators to fill the gap   */
#newsletters {width:273px;}
#newsletters DIV.text UL LI {width:253px;}
#newsletters P {width:253px;}
#newsletters P.title {width:253px; padding-top:12px;}
#calculators {width:273px;}
#calculators DIV.text UL LI P {width:253px;}
#calculators P {width:253px;}
#calculators P.title {width:253px; padding-top:12px;}
#marketWatch {display:none;}

