		* { margin:0; padding:0; } 
		BODY { 
		
			background-color: #E6E7E8;
			font-family:helvetica;
			margin-left:50px;
			margin-right:50px;
			text-align: center;
		} 
		#wrap {
			 margin: 0 auto;
		 	 text-align: left;
		}
		#left { 
			float:left; 
			width:178px; 
			background-image: url('..//images/leftnav.gif');
			background-repeat: repeat-y;
			background-position: left;
		} 
		#right { 
			float:right; 
			width:226px;
			_margin-right:-6px;
		} 
		#mid { 
			margin-right:220px; 
			margin-left:178px; 
			padding:15px;

		} 
#top {
		background-image: url('..//images/header.gif');
		background-repeat: repeat-x;
		background-color:#000;
		height:152px;
		padding:0;
		margin:0;
}
#top #globe {
		background-image: url('..//images/globe.jpg');
		background-repeat: no-repeat;
		height:152px;
		padding:0;
		margin:0;
		background-position: right;
}
#top #logo {
		background-image: url('../images/banner.jpg');
		background-repeat: no-repeat;
		height:152px;
		padding:0;
		margin:0;
		background-position: left;
}

       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;
		}

/*************************************************************************/
/*								NAVIGATION								 */
/*************************************************************************/
#left .top {
			background-image: url('..//images/navigation-top.jpg');
			background-repeat: no-repeat;
			height:42px;
			width:178px;

}
#left ul,#left ul li,#left ul li ul, #left ul li ul li {
	padding:0;
	margin:0;
	list-style:none;
}
#left ul li {
	border-bottom:1px solid #fff;
}
#left ul li a {
	display:block;
	width:163px;
	font-family: Helvetica;
	font-size:0.75em;
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:14px;
	margin-left:2px;
}
#left ul li a:hover {
	background-color: #314720;
}
#left ul li ul li {
	border-bottom:0px;
}
#left ul li ul li a {
	width:auto;
	height:auto;
	text-transform: none;
	padding-top:0px;
	padding-bottom:7px;
	_padding-bottom:0px;	
	background-image: url('..//images/nav-indent.gif');
	background-repeat: no-repeat;
	background-position: 14px 2px;
	_background-position: 14px 6px;	
	font-size:0.7em;
	padding-left:29px;

}
#left ul li ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/*************************************************************************/
/*							  	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;
}
/*************************************************************************/
/*							  	   RIGHT							     */
/*************************************************************************/
#right .top {
	background-image:url('..//images/right-top.gif');
	background-repeat:no-repeat;
	width:225px;
	height:43px;

}
#right h3 {
	padding:0px 0px 0px 16px;
	margin:11px 0px 0px 16px;

	font-size:0.8em;
	text-transform: uppercase;
	color:#50B848;
	background-image: url('..//images/right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
}
#right p {
	color:#141515;
	font-size:0.7em;
	padding:0;
	margin:0px 0px 0px 32px;
}
#right p img {
	margin-left:-20px;
	margin-top:10px;

}
#right h4 {
	font-size:0.7em;
	text-transform: uppercase;
	padding:9px 0px 0px 32px;
	margin:9px 0px 0px 0px;

	border-top: 1px #828282 dotted;
}
#right h4.first {
	padding-top:0px;
	border:none;
}
#right .hr	{
	border:none;
	height:6px;
	background-repeat:no-repeat;
	background-image: url('..//images/hr.gif');

}
#right p {
	margin-right:10px;
	margin-bottom:5px;
}
#right p a img {
	border:none;
}
#right p a.more {
	text-transform: uppercase;
	color:#000;
	background-image: url('..//images/morearrows.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:12px;
}
#right p.more{
	text-align: right;
}
#right p.more a.more {
	text-transform: uppercase;
	color:#000;
}
/*************************************************************************/
/*							  		MISC 							     */
/*************************************************************************/

.hide {
	display:none;
}
