/****
	SCREEN FILE FOR 2 COLS
		****/
		
				
		#col1 {
			position: relative;
			top: 0; left: 0;
			width: 440px; height: auto;
			border-right: 1px dashed #2B6400;
		}
		
		
	/***
	CONTENTTABLE
	***/
	
		#col1 .contenttable {
			padding: 0; 
			margin: 0;
			width: 440px;
			border: 0;
			table-layout: fixed;
		}
		
		#col1 .contenttable td {
			vertical-align: top;
			padding: 3px 10px;
			
		}
		
		#col1 .contenttable .td-0 {
			font-weight: bold;
			color: #2B6400;
			text-transform: uppercase;
			background: none;
			border: 0;
		}
		
		#col1 .contenttable td {
			background: #ecf0c5;
			border-left: 2px solid #2B6400;
			color: #3F551A;
		}

		#col1 .contenttable .tr-0 {
			background: #9eb94d;
			width: 100%; height: auto;
			margin: 0;
		}

		#col1 .contenttable .tr-0 .td-0 {
			color: #FFFFFF;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
			
			width: 150px; !important
		}
		
		#col1 .contenttable .tr-0 td {
			background: #9eb94d;
			border: 0;
		}
		
		
		#col2 {
			display: block;
			position: relative;
			top: 0; left: -1px;
			width: 150px; height: auto;
			padding: 0 0 0 11px;
			border-left: 1px dashed #2B6400;
		}
		