/* This CSS is copyrighted to www.cssplay.co.uk and used with the permmision of Stu Nicholls */
/* DISTRIBUTION LISTS */

/* 1 column */

ol {
	margin:0;
	line-height:110%;
}

.boxcontent li {
	margin:.2em 0em 0em 1.5em;
}
/* 2 & 3 COLUMN */
dl {
	display: block;
	clear:both;
	width:598px;
	margin:0;
}
dt {
  margin-bottom:1em; 
  font-weight:bold;
  text-align:center;
}
dd {
	float:left; 
	margin:0;
}
.boxcontent li {
	display: block;
	text-align:left;
	list-style-type:disc;
	margin:1px;
}


/* 2 COLUMN */

.two {
	width:49%; 
}

/* 3 COLUMN */ 
.three {
	width:33%; 
}

.boxcontent li.none {
	list-style-type:none;
	list-style-image:none;
}
