/* 2 Column - Layout 1 */

.c2l1d-left{
	padding-right: 1%;
	width:48%;
	white-space:normal;
	float:left;
	}

.c2l1d-middle{
	padding-left: 1%;
	width:48%;
	white-space:normal;
	float:left;
	}

/* 2 Column - Layout 2 */

.c2l2d-left{
	padding-right: 1%;
	width:68%;
	white-space:normal;
	float:left;
	}

.c2l2d-middle{
	padding-left: 1%;
	width:28%;
	white-space:normal;
	float:left;
	}

/* 2 Column - Layout 3 */

.c2l3d-left{

	width:98%;
	white-space:normal;
	float:left;
	}

.c2l3d-middle{
	padding-left: 2%;
	width:33%;
	white-space:normal;
	float:right;
	}


/* 3 Column - Layout 1 */

.c3l1d-left{
	padding-right: 1%;
	width:31%;
	white-space:normal;
	float:left;
	}

.c3l1d-middle{
	padding-left: 1%;
	padding-right: 1%;
	width:30%;
	white-space:normal;
	float:left;
	}

.c3l1d-right{
	padding-left: 1%;
	width:31%;
	white-space:normal;
	float:left;
	}

/* 3 Column - Layout 2 */

.c3l2d-left{
	padding-right: 1%;
	width:23%;
	white-space:normal;
	float:left;
	}

.c3l2d-middle{
	padding-left: 1%;
	padding-right: 1%;
	width:47%;
	white-space:normal;
	float:left;
	}

.c3l2d-right{
	padding-left: 1%;
	width:23%;
	white-space:normal;
	float:left;
	}

/* 3 Column - Layout 3 */

.c3l3d-left{

	width:99%;
	white-space:normal;
	float:left;
	}

.c3l3d-middle{
	padding-right: 2%;
	width:30%;
	white-space:normal;
	float:left;
	}

.c3l3d-right{
	padding-left: 2%;
	width:30%;
	white-space:normal;
	float:right;
	}
