	
	/************************************************************************/
	/* Default Template Layout (ptDefault) */
	
	html
	{
	height:100%;
	}

	body.BPE {
	margin-top:0;
	margin-bottom:0;
	width:770px;
	/* firefox/opera scrollbar fix */
	height:101%;
	margin-left:15px;
	padding-top:0px;
	padding-bottom:20px;
	background-color:#FFF;
	color:#000;
	font-family: verdana, arial, serif;
	font-size:70%;
	}
	
	#header{
	height:97px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:22px;
	padding:0; 
	background-color:#00A4E8;
	color:#FFFFFF;
	/* note: background-image is managed in the jsp. */
	background-position:bottom center;
	background-repeat:no-repeat;
	}
	
	#header a{
	display:block;
	float:left;
	width:200px;
	}
	
	#header img{
	display:block;
	float:left;
	}		
	
	#navigation{
		margin-right:15px;
	}		
	
	#channelName h2{
	font-size:130%;
	color:#0099CC;
	margin-top:20px;
	margin-bottom:4px;
	background-color:#FFFFFF;
	}

	#footer{
	clear: both;
	margin-top:54px;
	padding-top:12px;	
	height:44px;
	/* review branding ? */
	border-top:1px solid #122744;
	}

	#content{
	border-top:1px solid #717D8F;
	padding-top:25px;
	}

	#navigationWrapper{
		width:179px;
		float:left;
	}	
	
	#rhsWrapper{
		/*height:100%;*/
		float:right;
	}	
	
	#contentWrapper{
		/*position:relative;*/
		overflow:hidden;
	}	

	#content{
		float:left;
		word-wrap:break-word;
		overflow:hidden;
	}
	
	#contentFullWidth
	{
		width:100%;
		/* LAB - 20061207 // hack used to fix IE italics problem */
		/* TD 578 */
		overflow:hidden;
	}
	
	/* Use first child selector to hide style from IE6 */
	#contentWrapper > div#content{ width:100%; }
