		* { margin:0; padding:0; } 
		BODY { 
		
			background-color: #E6E7E8;
			font-family:helvetica;
		} 
		#wrap {
			 margin: 0 auto;
		 	 text-align: left;
		}
		#left { 
			display: none;
		} 
		#right { 
			display: none;
		} 
		#mid { 
			padding:15px;

		} 
       table {
               position: relative; /* ie6 intro fix */
               margin: 0 auto; /* center */
        }
        /* td - 33px L/R clearance at 1152x864 PC Firefox */
        td.maxwidth { /* to test if cross browser (removed from HTML for 'strict' validation) */
               width: 1057px; 
               	background-image: url('..//images/right-background.gif');
				background-repeat: repeat-y;
				background-position: right;
				background-color: #fff;
        }
        html>body td.maxwidth {
               w\idth: 710px; /* opera 1-6, also mac ie5 via mac ie5 stylesheet */
        }
        head:first-child+body td.maxwidth {
               width: 1057px; /* standards compliant (?? op7 is currently using op6 rule) */
        }   

		#wrap { 
			background-image: url('..//images/leftnav.gif');
			background-repeat: repeat-y;
			background-position: left;
		}
		.hide {
			display: none;
		}


/*************************************************************************/
/*							  	MIDDLE COL							     */
/*************************************************************************/
#mid h2 {
	color:#50B848;
	font-size:1.3em;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px #828282 dashed;
	padding:0;
	margin:0;
		margin-bottom:15px;
}
#mid p {
	color:#58595B;
	font-family: Arial;
	font-size:0.7em;
	padding-bottom: 8px;
	
}
#mid p.intro {
	font-size:0.8em;
	font-weight: bold;	
	padding-bottom:15px;
}
#mid h3 {
	color:#50B848;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px dotted #929295;
	margin-bottom:15px;
}
#mid .download h3 {
		border-top: 1px dotted #929295;
		border-bottom: none;
		margin-bottom:0;
		padding-top:20px;
		
}
#mid .download p {
	font-weight: bold;
	font-size:1.0em;
}
#mid .download p.pdf {
	font-weight: normal;
	font-size:0.8em;
	background-image: url('..//images/pdf.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:4em;

}
#mid .download p.pdf a {
	color: #58595B;
}


