div.leftCol
	{
		width: 230px;
		float: left;
	}

div.rightCol
	{
		margin: 30px 0 0;
		padding: 0.4em 0 0;
		width: 330px;
		float: left;
	}

div.rightCol p
	{
		margin: 0;
		color: #484E54;
	}

div.rightCol h3
	{
		margin: 27px 0;
		font-size: 1.16em;
		font-weight: normal;
		line-height: 1.42em;
		color: #484E54;
	}

div.rightCol ul
	{
		margin: 0 0 0 12px;
		padding: 0 0 0 0;
		list-style: none outside url(../images/list_icon.gif);
		line-height: 1.6em;
	}

div.clear
	{
		height: 1px;
		clear: both;
	}
