/* --- define wrapper's height -----------------------------------------------*/
#wrapper
{
	height: 800px;
}
/* --- /define wrapper's height ----------------------------------------------*/

#leftColumn a.dl
{
	margin: 0px 0px 0px 30px;
}

ul.dates
{
	margin: 5px 20px 15px 20px;
	padding: 0px;
	list-style: none;
}

ul.dates li
{
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}

ul.dates li.dataRow
{
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 20px;
}

ul.dates li.dataRow label
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

ul.dates li.dataRow p
{
	display: block;
	position: absolute;
	top: -4px;
	left: 230px;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
