/* applies only if the screen is narrower than 500px */

.leftcolumn {
  display: none;
  }
.centercolumn 
{
	color:#2D4B6F;
	display:inline;
	float:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:10px 0px 20px 2px;
	min-height:920px;
	padding: 0 10px 6px 0;
	width:100.0%;
}