body {
/*    height: 100%; */
	margin: 0px; padding: 0px;
	text-align: center;
	background: #eee;
}

/* ================================================================ */

#container{
  width:864px; 
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000; 
  margin:auto;
  text-align:left;
}

#header{
  text-align:center;
}

#leftcol2 {
  display:inline;
  left: 0px; 
  padding: 10px;
  width: 150px;
  float:left;
  font-size: 11px;
}	

#centercol2 { 
  display:inline;
  float:left;
  width:450px;
  margin-left:20px;
}

#rightcol2 { 
  display:inline;
  float:right;
  right: 0px; top: 0px;
  padding: 15px;
  width: 165px;          
  font-size: 11px;
}

#footer2 {
  clear: both;
  padding-top: 10px;
  text-align:center;
}


/* ================================================================ */

#nlbody { 
   float: left;
   margin: 0px;
   padding: 25px 25px 20px 30px;
   font-family: "Courier New", Courier, monospace; font-size: 12px; font-weight: normal; color: #333;
   line-height: 1.25em;
   }


/* for OLD 2 Column BOXES  */
#navbar {
  position: absolute;
  left: 0px;
  padding: 10px;
  width: 150px;
  font-size: 11px;
  }	

#mainpara { 
  margin-top: 10px;
  margin-left: 200px;
  margin-right: 225px;
  font-size: 12px; font-weight: normal; color: #444;
  line-height: 1.25em;
}




