/* -------------------------------------------------------------- 
   
   Boilerplate ie.css
   * Contains hacks for Internet Explorer < IE7
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
#page { text-align: left; }

/* Keeps IE6 from cutting pulled/pushed images */
ul, ol { position: relative; }

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom: 1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left: 2em; }

#page {
	width:expression(document.body.clientWidth < 992 ? "990px" : "auto" );
}

.tree li a 
{
	zoom: 1;
	height: 10px;
	float:left;
}
#___newslist .list_header {
	margin-left: 24.4%;
	line-height: 1.4em;
	display: block;
}
#newslist .list_header {
 border: solid blue 1px;}
#sections 
{
	display: inline;
	float: left;
	clear: right;
	margin-right:80px;
}
#inflation 
{
clear:left;	
}