	/*****************************************************************
		stylesheet for the column display function
	*****************************************************************/

	.leftColumnModule {
		font-size:12px;
		width:140px;
	}


	.leftColumnHeader {
		height:18px;
	}


	.leftColumnContent {
		padding-top:2px;
		font-weight:bold;
		color:#334B81;
		font-size:14px;
			
	}

	.rightColumnModule {
		font-size:12px;
		width:180px;
	}

	.rightColumnHeader {
		font-size:12px;
		text-decoration:underline;		
		font-weight:bold;
		color:black;
		border-left:1px solid lightgrey;
		border-right:1px solid lightgrey;
		padding-left:7px;
		padding-bottom:3px;
	}

	.rightColumnContent {
		border-left:1px solid lightgrey;
		border-right:1px solid lightgrey;
		border-bottom:1px solid white;
		padding-left:7px;
	}

	.rightColumnTop {
		background-image:url("../../../themes/default/images/rightcoltop.png");
		background-repeat:no-repeat;
		height:9px;
		font-size:2px;
	}

	.rightColumnBottom {
		background-image:url("../../../themes/default/images/rightcolbtm.png");
		background-repeat:no-repeat;
		height:9px;
		font-size:2px;
	}


	/*****************************************************************
		stylesheet for the section display function
	*****************************************************************/

	.sectionTab {
	
		padding-left:15px;
		padding-top:15px;

	}

	.sectionTable {
		font-size:12;
		width:100%;
		padding:10px 10px 10px 10px;
	}

	.sectionArea {
		font-size:12;
		width:100%;
		padding:7px;
	}

	.sectionHeaderLeft {
		color:black;
		font-weight:bold;
		font-size:16px;
		padding-left:5px;
		height:22;
		float:left;
		width:70%;
	}

	.sectionHeaderRight {
		text-align:right;
		height:22px;
		font-size:16px;
		float:right;
		width:25%;
	}

	.sectionHeader {
		height:22px;
		width:100%;
		border-bottom:1px solid black;
	}

	.sectionContent {
		padding-top:10px;
		padding-left:10px;
	}

