body {
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

#maincontainer {
  width:1000px;
  text-align:center;
  margin: 0 auto;  
  }
  
#leftcolumn {
  width: 230px;
  float:left;
  margin:2px;
  text-align:left;
}
#leftScroll 
{
	height: 500px;
	overflow: auto;	
}
#centercolumn {
  float:left;
  margin:2px;
  width: 100%;
  text-align:left;  
  }

#rightcolumn {
  }
#footer {
  clear:both;
  text-align:center;
  }
#topsection, #topnav {
text-align:left;
/*background: #EAEAEA; */
/*height: 90px; */ /*Height of top section*/
}
