/* for all templates and grids */
html {
	_height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;

}
body{
	text-align:center;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	font-size:0.95em;
	line-height:130%;
}
#ft{
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	text-align:center;
	border-top:1px solid #D9D9D9;
}p#footer{
	padding-top:10px;
	padding-bottom:10px;
}

/* 750 centered, and backward compatibility */ 
#doc,
.yui-t5 {
	margin:auto;
	text-align:left;
	width:800px;
	*width:800px;
	min-width:800px;
	height:100%;
	min-height:100%;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-top:2px solid #0B0F62
}
div#hd,
div#bd{
	width:720px;
	margin-left:auto;
	margin-right:auto;
}
	/* to preserve source-order independence for Gecko */
	.yui-b{position:relative;}
	.yui-b{_position:static;} /* for IE < 7 */
	#yui-main .yui-b{position:static;} 
#yui-main {width:100%;}

.yui-t5 #yui-main {
	float:left;
	margin-right:-25em;/* IE: preserve layout at narrow widths */
}

.yui-t5 .yui-b {
	float:right;
	width:170px;
	*width:170px;
	}

.yui-t5 #yui-main .yui-b {
	width:510px;
	*width:510px;
	}

.yui-t5 #yui-main h2 {

}
.yui-t5 #yui-main p.news {
	padding-left:30px;
}

#yui-main .yui-b {float:none;width:auto;}

/* clearing */
#bd:after,
{content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd{
	zoom:1;
	margin-top:25px;
	margin-bottom:25px;
}

