/*************************************************************************
	@imports
*************************************************************************/
	@import url("pagination.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea
		{
			font: small/1.43 arial, helvetica, sans-serif;
		}
		
		div#wrapper, div#wrapper td
		{
			font-size: 1.08em;
		}
		
		body
		{
			background: #fff url(../img/bg_body.gif) left top repeat;
			margin: 0;
			padding: 0;
			color: #333;
			text-align: center;
		}
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			font-size: 1px;
			line-height: 0px;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		body ul#navAccessibility li
		{
			height: 1px;
		}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 1em 0 0 0;
			padding: 0;
			line-height: 1.14;
		}
		
		h1 { font-size: 1.8em; }
		h2 { font-size: 1.57em; }
		h3
		{
			font-size: 1.07em;
			line-height: 1.27;
		}
		h3.staffList	{ margin-bottom: -.6em; }
		h4 { font-size:  1em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }

		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
			font-size: .82em;
		}
		
		form div.actionBtns,
		form div
		{
			margin-top: 1em;
			padding-top: 0;
			display: table;
		}

		form button
		{
			background-color: transparent;
			margin: 0;
			padding: 0;
			border: none;
		}
		
		form button.btnSubmit, form button.btnSubmit:focus,
		form input.admin_but_submit, form input.admin_but_submit:focus,
		form input.btnSubmit, form input.btnSubmit:focus
		{
			background-color: #8c1818;
			margin: 0;
			padding: .3em;
			border: none;
			color: #fff;
			width: auto;
		}
		
		form div a.formCancel,
		form div a.formCancel:visited
		{
			position: relative;
			bottom: 5px;
			color: #fff;
			background-color: #558899;
			margin: 0 .5em 0 0;
			padding: .45em;
			border: none;
		}
		
		form button.btnSubmit:focus,
		form input.admin_but_submit:focus
		{
			background-color: #558899;
		}
		
		form button:focus
		{
			margin: 0;
			padding: 0;
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			float: left; /* for ie */
		}
		
		form div.group ul.valueList
		{
			height: 8em;
			width: 22em;
			overflow: scroll;
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
		}
		
		form div.group ul.valueList li label
		{
			clear: left;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		
		form div.group label
		{
			margin: 0;
			padding-top: .5em;
			padding-bottom: .5em;
			width: auto;
			float: left;
		}
		
		form div.group li label
		{
			padding-top: .8em;
			padding-bottom: .8em;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
		}
		
		form fieldset
		{
			margin-bottom: 2em;
			padding-left: 1em;
			padding-bottom: 1em;
			padding-right: 1em;
			border: 1px solid #f1f1ee;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		
		form fieldset li label
		{
			padding-bottom: 0;
			width: 100%;
			display: block;
		}

		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
		}
		
		/* can't include this in IE stylesheet as IE7 needs it also */
		input.txtFld:focus, select:focus, textarea:focus
		{
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #666;		
			line-height: 1.2;
			width: 300px;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			cursor: pointer;
		}
		
		label a.formUtlity
		{
			margin-left: 12em;
		}
		
		label.required
		{
			color: #990000;
		}
		
		label.spaceBottom
		{
			display: block;
			margin-bottom: .5em;
		}
		
		label select
		{
			float: left;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 12em;
			float: left;
		}
		
		form div.group label
		{
			width: 40%;
		}
		
		form div.group label span
		{
			margin-right: 1em;
			width: auto;
			float: left;
		}
		
		label.type1906 div
		{
			width: 100%;
			display: block;
			float: left;
		}
		
		label.type1906 div input.checkbox
		{
			float: left;
			margin-right: .5em;
		}
		
		label.type1906 div span.adminrowtext
		{
			float: left;
			width: 80%;
		}
		
		legend
		{
			margin-bottom: .5em;
			font-weight: normal;
			font-size: 1.4em;
			color: #628222;;
		}
		
		div.errorMsg
		{
			display: block;
			margin: 1em auto;
			font-size: .91em;
			font-weight: bold;
			color: #AD2C52;
		}
		
		option
		{
			font-size: 1em;
		}
			
		select
		{
			margin-right: 1em;
			width: 20em;
			font-size: 1em;
			line-height: 1.2;
		}
		
		select.date,
		span.date select
		{
			width: 6em;
		}
		
		span.date select
		{
			margin-right: .3em;
		}
		
		span.date
		{
			width: auto;
			float: left;
		}
		span.date.noLabel	{ padding-left: 12em; }
		span.long	{ width: 100%; clear: left; }
		
		textarea
		{
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			width: 5em;
			overflow: auto;
			border: 1px solid #f1f1ee;
		}
		
				
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #558899;
			text-decoration: none;
		}
		
		a:hover
		{
			text-decoration: underline;
		}
		
		a img
		{
			border: none;
		}
		
		a.persist
		{
		/*	display: block; */
		}

			
	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		div.metaD
		{
			color: #666;
			font-size: .85em;
			line-height: 1.3;
		}
		div.metaD dl	
		{
			margin-bottom: .5em;
		}
		
		.hide
		{
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			display: none;
		}

	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			margin: 0;
			padding: 0;
			display: table;
		}
		
		dt, dt.name_first
		{
			padding: 0 .5em 0 0;
			font-weight: bold;
			float: left;
			clear: left;
		}
		
		dd, dd.name_first
		{
			margin: 0;
			padding: 0 0 0 0;
		}
		
			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
			margin: 1em 2em;
		}
		
		blockquote p
		{
		}
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		span.date
		{
			color: #999;
		}

		.important
		{
		}
	
		.required
		{
			color: #990000;
		}
		
/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/
		.alignLeft { text-align: left; }
		
	/*** @alignRight ***/		
		.alignRight { text-align: right; }
		a.alignRight { display: block; }

	/*** @alignRight ***/
		.alignCenter { text-align: center; }
		
	/*** @containerMedia ***/
		div.containerMedia
		{
			margin-bottom: 1em;
		}
		
		div.containerMedia img
		{
		}
		
		div.containerMedia.alignLeft
		{
			margin-right: 1em;
			float: left;
			clear: left;
		}
		
		div.containerMedia.alignRight
		{
			margin-left: 1em;
			float: right;
			clear: right;
		}
	
	.extraDiv01, .extraDiv02, .extraDiv03
	{
		font-size: 0;
		line-height: .01px;
		text-indent: -9999px;
	}
	
	.clearFix
	{
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}
	
	.indent
	{
		margin-left: 1em;
	}
		
	.outdent
	{
		margin-left: -1em;
	}

	/*** @columns ***/
		.column
		{
			margin-right: 5%;
			margin-left: 5%;
			width: 40%;
			float: left;
		}
		
		.column.first { margin-left: 0;	}
		.column.last { margin-right: 0; }
		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background: #fff;
		margin: 0 auto;
		text-align: left;
	}
	
	div#zoneHeader
	{
		background: #D52B1E;
		width: auto;
		height: 85px;
		padding: 0px ;
	}
	
	div#zoneMain
	{
		padding: 20px 35px 1em 35px;
		
	}


/*************************************************************************
	@zoneHeader
*************************************************************************/
	div#zoneHeader h1
	{
		position: relative;
		margin: 0;
	}

	div#zoneHeader h2
	{
		font-weight: normal;
		font-size: 1.5em;
		float: right;
		margin-top: -1.8em;
		color: #628222;
	}
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			position: absolute;
			top: 10px;
			left: 30px;
			width: 100%;
		}
		
		div#zoneBranding a
		{
			background: transparent url(../img/logo_screen.gif) left top no-repeat;
			height: 23px;
			width: 217px;
			display: block;
		}
	
		div#zoneBranding img
		{
			display: none;
		}
		
		/*********************/
		/*** @navSecondary ***/
		/*********************/
			div#navSecondary
			{
				position: absolute;
				top: 15px;
				right: 20px;
				width: 400px;
				text-align: right;
			}
			
			div#navSecondary a
			{
				color: #333;
			}
			
			div#navSecondary a:hover
			{
				color: #558899;
			}
			
			div#navSecondary ul
			{
				margin: 0;
				padding: 0;
				list-style: none;
				font-size: .71em;
				line-height: 1.5;
			}
			
			div#navSecondary li
			{
				margin: 0;
				padding: 0;
				list-style: none;
				display: inline;
			}
			
			/***********************/
			/*** @areaSearchSite ***/
			/***********************/
				form#areaSearchSite
				{
					margin: 0 0 0 auto;
					padding: 0;
					width: 180px;
					display: table;
				}
				
				form#areaSearchSite button
				{
					width: auto;
					float: left;
				}
				
				form#areaSearchSite input.txtFld
				{
					border-top: 1px solid #999;;
					border-right: none;
					border-bottom: none;
					border-left: none;
					padding: .2em 5px;
					width: 147px;
					float: none;
					font-size: .78em;
				}
				
				form#areaSearchSite label
				{
					padding: 0;
					width: auto;
					float: left;
				}
				
				form#areaSearchSite label span
				{
					display: none;
				}
				
				
		
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/***************************/
	/*** @pageTypeContainers ***/
	/***************************/
	
	/*** @landing_page ***/
		div.containerLanding div.containerMedia
		{
			margin-top: .35em;
		}

		div.containerLanding div.containerMedia.alignRight
		{
			margin-right: 1em;
			margin-left: 0;
			float: left;
			clear: left;
		}
		
		.frame5007 .containerLanding form
		{
			display: table;
			width: 100%;
		}

	/*** @list_page ***/
		div.containerList
		{
			
		}


	/*** @show_page ***/
		div.containerShow h4
		{
			font-weight: normal;
			font-size: 1.5em;
		}
		
		div.containerShow div.docDetails
		{
			/*display: block;*/
			font-size: .75em;
			margin-left: 10px;
			margin-top: 1em;
			margin-bottom: -.5em;
		}
		
		div.containerShow div.docDetails span
		{
			display: block;
			margin-bottom: .2em;
		}
		
		div.containerShow div.docDetails span img
		{
			margin-bottom: -.2em;
		}
	

	/********************/
	/*** @areaAttachments ***/
	/********************/
		div.areaAttachments
		{
			border: 1px solid #999;
			margin-top: 2em;
			padding: 10px;
			font-size: .75em;
		}
		
		div.areaAttachments span.attachmentHeader
		{
			margin: 0;
			font-family: georgia, "times new roman", times, serif;
			text-transform: uppercase;
			color: #628222;
			font-weight: normal;
			line-height: 1.46;
		}
		
		div.areaAttachments div.attachments p a img
		{
			position: relative;
			top: 5px;
		}
		

			
	/***************************/	
	/*** @containerSlideShow ***/
	/***************************/
		div.containerSlideShow
		{
			display: relative;
			padding-bottom: 10px;
		}
		
		div.containerSlideShow a.persist
		{
			padding: .5em 10px;
			display: block;
		}
		
		div.containerSlideShow a.persist:hover
		{
			text-decoration: none;
		}
		
		div.containerSlideShow a.persist:hover span
		{
			text-decoration: underline;
		}
		
		div.containerSlideShow a.persist img
		{
			margin-left: 3px;
			margin-bottom: -1.5px;
		}

		div.containerSlideShow p
		{
			margin: 0;
		}

		div.containerSlideShow table
		{
			margin-bottom: 0;
		}

		div.containerSlideShow td span.captions
		{
			display: block;
			font-size: .9em;
			margin: 5px 10px;
		}
		
		div.containerSlideShow ul.tabs
		{
			width: auto;
			margin: 0;
			padding: 0;
			list-style: none;
			
		}
		
		div.containerSlideShow ul.tabs li
		{
			display: block;
			padding: .5em;
			margin: 0 1em;
			float: left;
			background: #E8E8DB;
			border: 2px solid #E8E8DB;
			border-bottom: none;
		}
		
		div.containerSlideShow ul.tabs li.active
		{
			background: #FFF;
			border: 2px solid #E8E8DB;
			border-bottom: none;
		}


/*************************************************************************
	@zone1
*************************************************************************/
	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			margin: 0;
			paddding: 0;
			font-family: georgia, "times new roman", times, serif;
			font-size: .78em;
			line-height: 1.46;
		}
		
		div#navPrimary ul
		{
			margin: 0;
			paddding: 0;
			list-style: none;
		}
		
		div#navPrimary li
		{
			margin: 0 0 5px 0;
			padding: 0 0 .2em 0;
			border: 1px solid #a2a2a0;
			list-style: none;
		}
		
		div#navPrimary li a
		{
			padding: .5em 9px .1em 9px;
			color: #AA2233;
			text-transform: uppercase;
			display: block;
			text-decoration: none;
		}
		
		div#navPrimary li:hover a
		{
			background-image: none;
		}
		
		div#navPrimary li a span
		{
			text-indent: -9999px;
			display: block;
			overflow: hidden;
		}
		
		/* second level */
			div#navPrimary li li
			{
				margin: 0;
				border: none;
				font-family: arial, helvetica, sans-serif;
				line-height: 1.55;
			}
			
			div#navPrimary li li a
			{
				padding: 0 9px;
				text-transform: none;
				color: #333;
			}
			
			div#navPrimary li li a:hover
			{
				color: #558899;
			}
			
			div#navPrimary li li.active a
			{
				color: #558899;
			}
			
	/***********************/
	/*** @areaQuickLinks ***/
	/***********************/
		div#areaQuickLinks
		{
			padding: .5em 9px;
			border: 1px solid #a2a2a0;
			font-size: .78em;
		}
		
		div#areaQuickLinks a
		{
			color: #333;
			text-decoration: none;
		}
		
		div#areaQuickLinks a:hover
		{
			color: #558899;
		}
		
		div#areaQuickLinks h4
		{
			margin-top: 1em;
			margin-bottom: .1em;
			color: #628222;
			font-family: georgia, "times new roman", times, serif;
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
			line-height: 1.46;
		}
		
		div#areaQuickLinks h4.first
		{
			margin-top: 0;
		}
		
		div#areaQuickLinks ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		div#areaQuickLinks li
		{
			margin: 0;
			padding: 0;
			list-style: none;
			line-height: 1.55;
			text-indent: 0;
		}
		
		div#areaQuickLinks li img
		{
			margin-left: 3px;
			margin-bottom: -1.5px;
		}
		

/*************************************************************************
	@zone2
*************************************************************************/
	div#zone2 h2, div#zone2 h3, div#zone2 h4, div#zone2 h5, div#zone2 h6
	{
		color: #628222;
	}

	/*** @newsCatagory ***/	
	div#zone2 div.newsCatagory
	{
		border: 1px solid #CEDFAD;
		margin-top: 2em;
		padding: 2px 5px;
	}
	
	div#zone2 div.newsCatagory h3
	{
		margin: 0;
		font-family: georgia, "times new roman", times, serif;
		font-size: .7em;
		text-transform: uppercase;
		color: #999;
		font-weight: normal;
		line-height: 1.46;
	}

		
	/**************************/
	/*** @containerCatGroup ***/
	/**************************/
		div.containerCatGroup
		{
			display: table;
			width: 100%;
			clear: left;
		}

	/***************************/
	/*** @containerChildDocs ***/
	/***************************/
		div.containerChildDocs
		{
		}

	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		div.containerCntDetails
		{
			margin-bottom: .5em;
			padding-bottom: .5em;
		}
		
		div.containerCntDetails div.metaD dt, div.containerCntDetails div.metaD dd
		{
			padding-top: .5em;
		}
		
		div.containerCntDetails h1
		{
			width: 75%;
			margin: 0 0 .3em 0;
			color: #000;
			font-family: georgia, "times new roman", times, serif;
			position: relative;
		}
		
		div.containerCntDetails h1 a.btnPostComment img
		{
			margin: 0 0 -6px .2em;
			border-left: 1px solid #bcbdbc;
			padding: 6px 0 6px 9px;
		}
		
		div.containerCntDetails h1 span.preTitle
		{
			color: #675c53;
			font-size: .69em;
			display: block;
		}
		
		div.containerCntDetails h2
		{
			margin: 0 0 .3em 0;
			font-family: georgia, "times new roman", times, serif;
			font-size: 1.42em;
		}
		
		div.containerCntDetails p
		{
			margin-bottom: 1em;
		}
		
	/*****************************/
	/*** @containerRelatedContent ***/
	/*****************************/
		div.containerRelatedContent
		{
			font-size: .75em;
			font-weight: normal;
			margin-bottom: .5em;
		}

		div.containerRelatedContent h4
		{
			font-size: 1.51em;
			font-weight: normal;
			margin-bottom: .5em;
		}
		
		div.containerRelatedContent ul
		{
			margin-top: 0;
			font-weight: bold;
		}
		
		div.containerRelatedContent p
		{
			display: block;
			text-align: right;
		}
		
		
		
		
			
	/**************************/
	/*** @containerFeatured ***/
	/**************************/
		div.containerFeatured
		{
		}
		
		div.containerFeatured div.containerDoc
		{
		}
		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{
		}
		
	/****************************/
	/*** @containerRelContent ***/
	/****************************/
		div#zone2 div.containerRelContent
		{
			margin-left: 20px;
			margin-bottom: 1em;
			width: 180px;
			float: right;
		}
		
		div#zone2 div.containerRelContent ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		div#zone2 div.containerRelContent li
		{
			margin: 0 0 .2em 0;
			padding: 0;
			list-style: none;
		}
		
		div#zone2 div.containerRelContent li a
		{
			background: transparent url(../img/arrow_01.gif) right .3em no-repeat;
			padding-right: 10px;
			color: #aa2211;
		}
		
		
		/***@containerSlideShow***/
		
		div#zone2 div.containerSlideShow
		{
			font-size: .78em;
			margin-bottom: 10px;
			background: #E8E8DB;
		}
		
		div#zone2 div.containerSlideShow ul.tabs
		{
			margin: 0;
			background-image: none;
			background-color: #FFF;
			height: 1.6em;
		}
		html>body div#zone2 div.containerSlideShow ul.tabs	{ padding-bottom: 5px; }
		
		div#zone2 div.containerSlideShow ul.tabs li
		{
			padding: .2em .4em;
			margin-right: 2px;
			border-bottom: none;
		}
		
		div#zone2 div.containerSlideShow ul.tabs li a
		{
			background-image: none;
			padding: 0;
		}
		
		div#zone2 div.containerSlideShow td
		{
			border: none;
			padding: 0;
		}
		
		div#docImage
		{
		}
		
		div#docImage td
		{
			padding: 0;
			border: none;
		}
		
		div#docImage span.captions
		{
			font-size: .7em;
		}
		
	/****************************/
	/*** @userProfile ***/
	/****************************/
		div#zone2 div.userProfile h4
		{
			font-weight: normal;
		}
		
		div#zone2 div.userProfile h4 a
		{
			padding-top: 0;
			margin-left: 1em;
			font-size: .81em;
		}
		
	/****************************/
	/*** @searchResults ***/
	/****************************/
		ul.searchResults p,
		dl.searchItemDetails
		{
			font-size: .75em;
		}
		
		ul.searchResults li
		{
		}

		dl.searchItemDetails
		{
			margin-bottom: .5em;
		}

		dl.searchItemDetails dt
		{
			margin-left: 1em;
		}

		dl.searchItemDetails dd
		{
			margin-left: 9em;
		}
		
	/****************************/
	/*** @GrantsSearchResults ***/
	/****************************/
		dl.GrantsSearchResults dd
		{
			margin-left: 14em;
		}
		
	/****************************/
	/*** @GrantsSearchResults ***/
	/****************************/
		.containerShow dl
		{
			font-size: 1em;
		}

		.containerShow dt
		{
			margin-left: 0;
		}

		.containerShow dd
		{
			margin-left: 11em;
			margin-bottom: .5em;
		}
		
		

/*************************************************************************
	@zone3
*************************************************************************/

	/********************/
	/*** @areaCloseUp ***/
	/********************/
		div.areaCloseUp
		{
			border: 1px solid #999;
			padding: 10px;
		}
		
		div.areaCloseUp h4
		{
			margin: 0;
			font-family: georgia, "times new roman", times, serif;
			text-transform: uppercase;
			color: #628222;
			font-weight: normal;
			line-height: 1.46;
		}
		
		div.areaCloseUp h5
		{
			margin-top: .7em;
			font-size: 1.55em;
			color: #558899;
			font-weight: normal;
			line-height: 1.47;
		}
		
		div.areaCloseUp a img
		{
			margin-bottom: .7em;
			margin-left: 0;
			margin-right: 0;
		}
		
		div.areaCloseUp p a
		{
			color: #333;
		}
		
		div.areaCloseUp p.seperateLink
		{
			display: block;
			text-align: right;
			margin-top: .5em;
		}
		
		div.areaCloseUp p a:hover
		{
			text-decoration: none;
		}
		
		div.areaCloseUp ul li
		{
			font-weight: bold;
		}
		
		div.areaCloseUp ul li a,
		div.areaCloseUp ul li a:visited
		{
			color: #558899;
		}
		
		div#zone3 div.containerMedia.alignLeft,
		div#zone3 div.containerMedia.alignRight
		{
			margin-left: 0;
			margin-right: 0;
		}
		
	
	/****************************/
	/*** @containerRelContent ***/
	/****************************/
		div#zone3 dl.containerRelContent
		{
			background-color: #558899;
			margin-bottom: 10px;
			padding: 10px;
			color: #fff;
			font-size: 1em;
		}
		
		div#zone3 dl.containerRelContent a
		{
			color: #fff;
		}
		
		div#zone3 dl.containerRelContent
		{
			line-height: 1.28;
		}
		
		div#zone3 dl.containerRelContent dt
		{
			margin: 1em 0 0 0;
			padding: 0;
			float: none;
		}
		
		div#zone3 dl.containerRelContent dt.first
		{
			margin-top: 0;
		}
		
		div#zone3 dl.containerRelContent dd
		{
			margin: 0;
			margin-top: .4em;
			padding: 0 0 0 10px;
			float: none;
		}

	/**********************/
	/*** @pageFunctions ***/
	/**********************/
		ul#pageFunctions
		{
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			font-size: .91em;
		}
		
		ul#pageFunctions li
		{
			margin: 0 0 .5em 0;
			padding: 0;
			list-style: none;
		}

/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter a
	{
		color: #e8e7da;
	}
	
	div#zoneFooter p
	{
		background-color: #333;
		margin-bottom: 0;
		padding: .3em 10px;
		color: #e8e7da;
	}