/* clsv2-imp.css */
div#lcol { /* content-left */
	float: left;
	width: 145px; /* for browsers with no escapes at all */
	\width: 160px; /* for IE5/Win */
	w\idth: 145px; /* for good browsers */
	text-align: left;
	padding-right: 15px;
	border-right: solid #060 2px;
	}
div#rcol { /* content-right */
	float: right;
	width: 145px; /* for browsers with no escapes at all */
	\width: 160px; /* for IE5/Win */
	w\idth: 145px; /* for good browsers */
	text-align: center;
	padding-left: 15px;
	}
div#cencol { /* content-centre */
	width: auto; /* for browsers with no escapes at all */
	\width: 98%; /* for IE5/Win */
	w\idth: auto; /* for good browsers */
	margin: 0 190px 0 205px;
	min-width: 125px;
	text-align: justify;
	}
#cencol p:first-letter {
  font-family: helvetica, sans-serif;
  font-weight: bold;
    }
div#lcol ul li { margin: 0 0 0 -12px;}

