/* VISIBLE INK PORTAL */
/*** Page layout 20%/60%/20% ***/



/* first content column */		
#ContentPane{
	float: left;
	width: 404px;
	height: 100%;
}

* html #ContentPane {
    width: 404px; /* for IE5 and IE6 in quirks mode */
    width: 404px;	
}	

/* second content column */		
#RightPane{
	float: right;
	width: 194px;
	padding: 0;
	margin: 0;
}

* html #RightPane {
    width: 192px; /* for IE5 and IE6 in quirks mode */
    width: 192px;	
}

#RightPane div.moduleContainer h3 {
	width: 170px;
	top: 0;
	left: 0;
}

* html #RightPane div.moduleContainer h3 {
	left: -5px;
	top: 1px;
}

* html #RightPane div.moduleContainer h3 {
	width: 168px;
}

#LeftPane div.moduleContainer h3 {
	width: 138px;
	top: 0;
	left: 0;
}

* html #LeftPane div.moduleContainer h3 {
	left: -5px;
	top: 1px;
}