.MainLayout{
  width:100%;
  height:100%;
  border-collapse:collapse;
}
.MainLayout td{
  padding:0px;
}
td.LeftColumn{
  padding:0px 21px 13px 21px;
	background:url(toc1.gif) top center repeat-y;
}
td.CentralColumn{
  padding:55px 21px 21px 21px;
	background:url(toc2.gif) left repeat-y;
  width:100%;
}
.RightColumn{
  width:233px;
  padding:8px;
  border:2px solid #273944;
  border-width:2px 0px 2px 0px;
  margin-left:13px;
  margin-bottom:8px;
  margin-right:-21px;
}
* html .RightColumn{
  margin-right:-11px; /* ie doubles displacement */
  padding-right:9px; /* accurately doubles */
}
.MainToc{
  margin:0px;
  padding:0px;
  list-style-type:none;
  width:123px;
}
.MainToc li{
  margin:0px;
  padding:0px;
}
.MainToc li a, .MainTocButton{
  display:block;
  width:123px;
  padding:1px 0px;
  background:url(mm1.gif) center top no-repeat;
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  color:#273944;
  text-decoration:none;
  text-align:center;
}
.MainToc li a:visited{
  color:#273944;
}
.MainToc:hover a.current{
  background-image:url(mm1.gif);
}
.MainToc:hover a.current:hover{
  background-image:url(mm2.gif);
}
.MainToc li a:hover, .MainToc li a:active, .MainToc li a.current{
  background-image:url(mm2.gif);
  color:#222200;
}
.LeftPane{
  margin:21px 0px 0px 0px;
  width:123px;
}
.LeftColumn form{
	width:123px;
	margin:12px 0px 0px 0px;
	padding:0px;
	position:relative;
	background:url(mm3.gif) no-repeat;
	height:34px;
}
.LeftColumn form .text{
	margin:1px 0px 1px 0px;
	padding:4px 0px 0px 4px;
	border:none;
	width:119px;
	height:17px;
	text-align:left;
	font-size:100%;
	font-weight:normal;

	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
	padding-top:3px;
	background:transparent url(../common/spacer.gif); /* ie when transparent shows underlining tags at top */
}
.LeftColumn form .text, .LeftColumn form #inputTitle{
	zfont-family:"MS Reference Sans Serif", Tahoma, Arial, Helvetica, sans-serif;
	zfont-size:11px;
	font-family:"MS Shell Dlg", Tahoma, "MS Sans Serif", sans-serif;
	font-size:99%;
}
* html .LeftColumn form .text{
	margin:0px;
	padding-top:4px;
	float:left;
}
.LeftColumn form #inputTitle{
	position:absolute;
	left:4px;
	top:4px;
	z-index:10;
	display:none;
	color:#333322;
}