/*************************************************************************
	@imports
*************************************************************************/
	@import url("pagination.css");
	@import url("user_styles.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea
		{
			font: small/1.43 arial, helvetica, sans-serif;
		}
		
		body.minimal, body.minimal div#wrapper, body.minimal div#zoneFooter p
		{
			min-width: 0;
		}
		
		div#wrapper, div#wrapper td
		{
			font-size: 1.08em;
		}
		
		div#wrapper.minimal div#zoneMain
		{
			background-color: #333;
			min-width: 0 !important;
		}
		
		body
		{
			background-color: #fff;
			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;
		}
		
		h4 { font-size:  1em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .85em; }

		
	/**************/
	/*** @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: #628222;
			margin: 0;
			padding: .3em;
			border: none;
			color: #fff;
			width: auto;
		}
		
		form input.btnCancel
		{
			color: #fff;
			background-color: #558899;
			margin: 0 .5em 0 0;
			padding: .3em;
			border: none;
			width: 5em;
		}
		
		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: 20em;
			overflow: auto;
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
			clear: left;
		}
		
		form div.group ul.valueList li label
		{
			clear: left;
			margin: 0 0 0 0;
			padding: 0;
			width: 99%;
		}
		
		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 #E0E0D7;
		}

		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
		{
			/* border: 1px solid #990000; */
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #666;		
			line-height: 1.2;
			width: 200px;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			cursor: pointer;
		}
		
		label a.formUtlity
		{
			margin-left: 12em;
		}
		
		input.required
		{
			color: #333;
		}

		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 span,
		label.type1906 div
		{
			display: block;
			width: 100%;
		}
		
		label.type1906 div input.checkbox
		{
			float: left;
			clear: left;
			margin-right: .5em;
		}
		
		label.type1906 div span.adminrowtext
		{
			float: left;
			width: 80%;
		}
		
		label.type1906
		{
			display: table;
			width: 100%;
			clear: left;
		}
		
		label.checkbox
		{
			display: block;
		}
		
		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;
		}
		
		select.month,
		span.month select
		{
			width: 7.5em;
		}
		
		span.date select
		{
			margin-right: .3em;
		}
		
		span.date.noLabel	{ padding-left: 12em; }
		span.long	{ width: 100%; clear: left; }
		
		textarea
		{
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}
		
		textarea.required
		{
			color: #333;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			width: 5em;
			overflow: auto;
			border: 1px solid #f1f1ee;
		}
		
		/*** form div layout ***/
			form div label
			{
				margin: 0;
				padding-right: 1em;
				float: left;
				width: 100px;
			}
			
			form div label.second
			{
				margin: 0;
				padding-left: 1em;
				float: left;
				width: auto;
			}
			
			form div input
			{
				width: 200px;
			}
			
			form div input.radio
			{
				width: 10px;
			}
			
			form div input.btnSubmit
			{
				width: auto;
			}
			
			form div textarea 
			{
				width: 400px;
			}
			
			form div input.checkbox
			{
				padding-bottom: 1em;
				width: auto;
			}
		
		/*** @formLogin ***/
				form.formLogin
				{
					position: relative;
					width: 30em;
					margin: 5em 20% 0 20%;
				}
				
				form.formLogin input.btnSubmit
				{
					margin-top: 2em;
					position: absolute;
				}
	/*******************/
	/*** @breadcrumb ***/
	/*******************/
		p.breadcrumb
		{
			font-size: .69em;
			color: #666666;
		}
		
		p.breadcrumb a
		{
			margin: 0 .2em;
		}

		p.breadcrumb a, p.breadcrumb a:visited { color: #666; }
				
		
	/**************/
	/*** @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; */
		}

	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			padding: 0;
			margin-top: .5em;
			font-size: .81em;
			display: block;
		}
		
		dt
		{
			margin-right: 1em;
			margin-left: 2em;
			font-weight: bold;
			width: auto;
			float: left;
		}
		
		dd
		{
			margin-left: 20em;
		}
		
		dd span.spaceBottom
		{
			display: block;
			margin-bottom: -1em;
		}
		
		ul, ol
		{
			margin: 1em 0 1em 1.8em;
			padding: 0;
		}
		
		ul ul, ol ol
		{
			margin-top: .5em;
			margin-bottom: .5em;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
		/* nested list styles */
			ol, ol li
			{
				list-style: decimal;
			}
			
			ol ol, ol ol li
			{
				list-style: upper-alpha;
			}
			
			ol ol ol, ol ol ol li
			{
				list-style: upper-roman;
			}
			
			ol ol ol ol, ol ol ol ol li
			{
				list-style: lower-roman;
			}
			
			ol ol ol ol ol, ol ol ol ol ol li
			{
				list-style: lower-alpha;
			}
			
	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		div.metaD
		{
			margin-top: .2em;
			color: #666;
			font-size: .79em;
			line-height: 1.3;
		}
		
		.hide
		{
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			display: none;
		}

	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0 0 1em 0;
			padding: 0;
			border-collapse: collapse;
		}
		
		tr
		{
			margin: 0;
			padding: 0;
		}
		
		th
		{
			background-color: #003366;
			margin: 0;
			padding: .5em 1em;
			vertical-align: bottom;
			text-align: left;
			color: #fff;
			font-size: 1.1em;
		}
		
		td
		{
			margin: 0;
			padding: .5em 1em;
			border-bottom: 1px solid #999;
			vertical-align: top;
			text-align: left;
			font-size: 1em;
		}
		
		tr.rowStyle1
		{
			background-color: #F6F5F1;
		}
		
		table#grantSearchDate {
		
		}
		table#grantSearchDate td {
			border-bottom: none;
			padding: 0 0 5px 5px;
		}
		
		/*** @rssFeeds and @programArch ***/
			
			table#programArch, 
			table#rssFeeds
			{
				margin-top: .5em;
				background-color: #e8e8db;
				border-bottom: 3px solid #333;
				width: 100%;
			}

			table#programArch th,
			table#rssFeeds th
			{
				background-color: #fff;
				font-size: .9em;
				color: #628222;
				border: 1px solid #a3a3a4;
				border-top: 1px solid #000;
				border-bottom: 2px solid #333;
			}
			
			table#programArch th.tdLeft, 
			table#rssFeeds th.tdLeft
			{
				border-left: 0;
			}
			
			table#programArch th.tdRight, 
			table#rssFeeds th.tdRight
			{
				border-right: 0;
			}	
			
			table#programArch td, 
			table#rssFeeds td
			{
				font-size: .8em;
				border: 1px solid #a3a3a4;
				border-top: 1px solid #a3a3a4;
				border-bottom: 1px solid #a3a3a4;
			}
			
			table#programArch td.tdLeft, 
			table#rssFeeds td.tdLeft
			{
				border-left: 0px;
			}
			
			table#programArch td.tdRight, 
			table#rssFeeds td.tdRight
			{
				border-right: 0px;
			}
			
			table#programArch .colHeader1, 
			table#rssFeeds .colHeader1
			{
				color: #EB9122;
			}
			
			table#programArch .colHeader1 a
			
			{
				color: #EB9122;
			}
			
			
			table#programArch .colHeader2, 
			table#rssFeeds .colHeader2
			{
				color: #628222;
			}
			
			table#programArch .colHeader2 a
			{
				color: #628222;
			}
			
			
			table#programArch .colHeader3, 
			table#rssFeeds .colHeader3
			{
				color: #558899;
			}
			
			table#programArch .colHeader3 a
			{
				color: #558899;
			}
			
			table#programArch .colHeader4 
			{
				color: #B7BE1A;
			}
			
			table#programArch .colHeader4 a
			{
				color: #B7BE1A;
			}
			
			table#programArch .subHead
			{
				background-color: #fafaed;
				text-transform: uppercase;
				font-weight: bold;
				text-align: center;
			}
			
			table#programArch .colSpan
			{
				text-align: center;
				font-size: 1.1em;
				border: 0;
			}
			
			table#programArch .colSpan a
			
			{
				color: #000;
			}
			
			table#programArch .colSpan div
			{
				background-color: #fafaed;
				margin: 5px;
				padding: 5px;
				font-size: .8em;
			}
			
			table#programArch .colSpan em
			{
				font-style: normal;
				font-weight: bold;
			}
			
			table#programArch .colSpan ul
			{
				display: block;
				margin: 0;
			}
			
			table#programArch .colSpan li
			{
				display: inline;
				padding-right: 0;
			}
			
			table#rssFeeds tfoot
			{
				width: auto;
				border-top: 3px solid #333;
				font-size: .01pt;
				line-height: 0px;
			}
	
		/*** @searchResults ***/
			
			table#searchResults
			{
				display: block;
				width: 100%;
				margin: 0;
				padding: 0;
			}
			
			table#searchResults td,
			table#searchResults th
			{
				width: 10%;
				font-size: .75em;
				padding: .3em .5em 0 .3em;
				margin: 0;
			}
			
			table#searchResults th
			{
				color: #FFF;
				font-size: .65em;
				line-height: 1em;
				text-transform: uppercase;
				font-weight: normal;
				letter-spacing: .1em;
				background-color: #528A9C;
				background-position: 1px 1.4em;
				background-repeat: no-repeat;
				vertical-align: top;
				padding: 4px 2px 2px 2px;
			}
			table#searchResults th.sortDown	{ background-image: url(../img/sort_down.gif); padding-left: 10px; }
			table#searchResults th.sortUp	{ background-image: url(../img/sort_up.gif); padding-left: 10px; }
			
			table#searchResults th.programs, table#searchResults td.programs
			{
				width: 20%;
			}

			table#searchResults th a
			{
				color: #FFF;
			}
			
			table#searchResults td
			{
				color: #333;
				font-size: .75em;
				font-weight: normal;
			}
			
			table#searchResults td.org
			{
				width: 30%;
			}
			
			table#searchResults th span.arrow
			{
				/*font-size: 1.3em;
				line-height: 1;*/
				display: block;
				margin-bottom: .1em;
			}

	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
			border-width: 1px 0 1px 0;
			border-style: solid;
			border-color: #a23;
			margin: 30px 0;
			padding: 30px;
			color: #a23a23;
			font-family: arial, helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.38em;
		}
		
		blockquote p
		{			
		}
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		span.date
		{
			color: #999;
			width: 20em;
		}

		*.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
		{
			float: left;
			clear: left;
			/*margin-bottom: 1em;*/
			background: transparent;
		}
		
		.frame5002 div#zone2 div.containerMedia
		{
			
		}
		
		div.containerMedia img
		{
			margin: 0;
			padding: 0;
			margin-top: 2px;
		}
		
		div.containerMedia.alignLeft
		{
			margin-right: 1em;
		}
		
		div.containerMedia.alignRight
		{
			margin-left: 0;
		}
		
		/*div.containerMedia div.captions
		{
			margin: 5px 10px 0 10px;
			text-align: left;
		}*/

	
	/*** @containerToggler ***/
		*.containerToggler
		{
			padding-left: 15px;
		}
		
		*.containerToggler, *.closed.containerToggler
		{
			display: none;
		}
		
		*.containerToggler.opened
		{
			display: block;
		}
		
		h3.hdrToggle a
		{
			background-image: url(../img/icon_open.gif);
			background-position: left .2em;
			background-repeat: no-repeat;
			padding-left: 15px;
		}
		
		h3.hdrToggle a:hover { background-image: url(../img/icon_open_2.gif); }
		h3.opened a:hover { background-image: url(../img/icon_close_2.gif); }
		
		h3.hdrToggle.opened a
		{
			background-image: url(../img/icon_close.gif);
		}
	
	.extraDiv01, .extraDiv02, .extraDiv03
	{
		font-size: 0;
		line-height: .01px;
		text-indent: -9999px;
	}
	
	.clearFix
	{
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}

	/*** @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: url(../img/bg_wrapper.gif) left top repeat-y;
		margin: 0 auto;
		padding: 0 10px;
		width: 910px;
		text-align: left;
	}
	
	div#zoneHeader
	{
		background-color: #E8E8DB;
		padding-bottom: 10px;
		position: relative;
	}
	
	div#zoneMain
	{
		background: transparent url(../img/bg_zoneMain.gif) 0 1px repeat-x;
		padding-top: 51px;
		padding-bottom: 2em;
	}
	
	div#zone1
	{
		background: transparent url(../img/bg_zone1.gif) 0 0 repeat-x;
		margin-top: -30px;
		padding: 10px 20px 20px 20px;
		width: 170px;
		float: left;
	}

	div#zone2
	{
		background: transparent url(../img/border_01.gif) left top no-repeat;
		margin-right: 10px;
		padding: 26px 20px 10px 30px;
		min-height: 293px;
		width: 430px;
		float: left;
	}
	
	div#zone3
	{
		background: transparent url(../img/border_01.gif) left top no-repeat;
		padding: 26px 10px 10px 20px;
		min-height: 293px;
		width: 170px;
		float: left;
		font-size: .78em;
	}
	.frame4997 div#zone3	{ display: none; }
	
	div#zoneFooter
	{
		background: transparent url(../img/bg_zoneFooter.gif) left bottom no-repeat;
		margin: 0 -10px 0 -10px;
		padding: 0 20px 20px 20px;
		font-size: .71em;
	}

	
/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			padding-top: 14px;
			padding-left: 15px;
		}

		div#zoneBranding h1
		{
			background: transparent url(../img/logo_scrn.gif) 0 0 no-repeat;
			margin: 0;
			padding: 0;
			width: 275px;
			height: 54px;
		}
		
		div#zoneBranding h1 a
		{
			height: 0;
			height: 54px;
			display: block;
		}
		
		div#zoneBranding h1 img
		{
			height: .5in;
			width: auto;
			display: none;
		}
		
		div#zoneBranding p.tagline
		{
			margin-bottom: 0;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		/*********************/
		/*** @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: .2em;
		}

		div.containerLanding div.containerMedia.alignRight,
		div.containerLanding div.containerMedia.alignLeft
		{
			margin-right: 1em;
			margin-left: 0;
			float: left;
			clear: left;
		}
		
		div.containerLanding div.containerColAbstract
		{
			width: 239px;
			float: right;
		}
		
		div.containerLanding h4.featured
		{
			padding: .5em .5em;
			border: 1px solid #C7C7A8;
			margin-left: -.5em;
		}
				
		div.containerLanding h4 span
		{
			color: #A2A2A0;
			font-weight: normal;
		} 
		
		.frame5007 .containerLanding form
		{
			display: table;
			width: 100%;
		}
		
		div.containerLanding div.containerDoc
		{
			display: table;
			width: 100%;
		}
		
		div.containerLanding div.containerDoc div.containerMedia
		{
			margin-top: 1.2em;
		}
		
		div.frame5007 div.containerLanding label span
		{
			color: #628222;
			width: 9em;
		}
		
		div.frame5010 div.containerLanding label span
		{
			color: #628222;
			width: 13em;
		}
		
		div.frame5010 div.containerLanding h4
		{
			font-size: .9em;
		}
		
		div.frame5010 div.containerLanding p
		{
			font-size: .85em;
		}

		div.orgtools
		{
		}
		
		

	/*** @list_page ***/
		div.containerList div.containerMedia.alignRight
		{
			margin-right: 1em;
			margin-top: .3em;
			margin-left: 0;
			float: left;
			clear: left;
		}
		
		div.containerList div.containerDoc
		{
			display: table;
			width: 100%;
		}
		
		div.frame5010 div.containerList h4
		{
			font-size: .9em;
		}
		
		div.frame5010 div.containerList p
		{
		
		}
		
		div.frame5010 div.containerList label span
		{
			color: #628222;
			width: 13em;
		}


	/*** @show_page ***/		
		div.containerShow h3
		{
			margin: .9em 0;
			font-size: 1.1em;
			line-height: 1.14;
		}

		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;
		}
	
		body.minimal div.containerShow div#zone1 div.containerMultimedia
				{
					margin-left: auto;
					float: none;
				}

	/********************/
	/*** @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
		{
			/*padding-bottom: 10px;*/
			position: relative;
		}
		
		div.containerSlideShow a.persist,
		div#zone3 span.galleryLink a.persist
		{
			padding: .5em 10px;
			display: block;
			clear: both;
			background: #E8E8DB;
		}
		
		div#zone3 span.galleryLink a.persist
		{
			margin-bottom: 10px;
			margin-top: -10px;
		}
		
		div.containerSlideShow a.persist:hover,
		div#zone3 span.galleryLink a.persist:hover
		{
			text-decoration: none;
		}
		
		div.containerSlideShow a.persist:hover span,
		div#zone3 span.galleryLink a.persist:hover span
		{
			text-decoration: underline;
		}
		
		div.containerSlideShow a.persist img,
		div#zone3 span.galleryLink a.persist img
		{
			margin-left: 3px;
			margin-bottom: -1.5px;
		}

		div.containerSlideShow p
		{
			display: block;
			width: 100%;
			margin: 0;
			padding: 0;
		}

		div.containerSlideShow div.captions
		{
			display: table;
			width: 160px;
			padding: 5px 10px;
			margin-top: -2px;
			margin-bottom: 0;
			background: #E8E8DB;
		}
				
		div.containerSlideShow img
		{
			/*margin-bottom: -10px;*/
		}

		div.containerSlideShow object
		{
			height: 147px;
			width: 180px;
		}
				
		div#zone2 div.containerSlideShow
		{
			font-size: .78em;
			margin-bottom: 10px;
			/*background: #E8E8DB;*/
		}
		
		div#zone2 div.containerSlideShow ul.tabs
		{
			display: table;
			height: auto;
			width: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
			background-image: none;
			background-color: #FFF;
		}
		
		div#zone2 div.containerSlideShow ul.tabs li
		{
			text-align:center;
			display: block;
			padding: .2em .4em 0 .4em;
			margin: 0 0px 0 0;
			float: left;
			background: #E8E8DB;
			border-right:2px solid #ffffff;
			border-bottom: none;
		}
		
		
		div#zone2 div.containerSlideShow ul.tabs li.active
		{
			background: #FFF;
			border: 2px solid #E8E8DB;
			border-bottom: none;
		}
		
		div#zone2 div.containerSlideShow ul.tabs li a
		{
			background-image: none;
			padding: 0;
		}
		
		div#zone2 div.containerSlideShow span.galleryLink
		{
			background: #E8E8DB;
		}
		
		div#navPrimary ul li ul.subnav {
			padding-left:10px;
		}
		
		

/*************************************************************************
	@zone1
*************************************************************************/
	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			margin: 0;
			padding: 0;
			font-family: georgia, "times new roman", times, serif;
			font-size: .78em;
			line-height: 1.46;
		}
		
		div#navPrimary ul
		{
			margin: 0;
			padding: 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.2;
				margin-top: .35em;
			}
			
			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: .55em 9px .75em 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;
		}
		
		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
	{
		display: table;
		width: 97.7%;
		border: 1px solid #CEDFAD;
		margin-top: 2em;
		padding: 6px 9px;
	}
	
	div#zone2 div.newsCatagory h3
	{
		float: left;
		margin: 0;
		font-family: georgia, "times new roman", times, serif;
		font-size: .8em;
		text-transform: uppercase;
		color: #628222;
		font-weight: normal;
		line-height: 1.46;
	}
	
	div#zone2 div.newsCatagory a
	{
		font-size: .75em;
		float: right;
	}
	div.newsCatagory a,  div.newsCatagory a:visited	{ color: #628222; }
	
	.frame5004 div#zone2 h4,
	.frame4998 div#zone2 h3
	{
		font-weight: normal;
	}

	/************************/
	/*** @areaGranteesMap ***/
	/************************/
		div.areaGranteesMap
		{
			width: 428px;
			border: 1px solid #E0E0D7;
		}

		div.areaGranteesMap object
		{
			height: 253px;
			width: 420px;
		}
	
	/**************************/
	/*** @containerCatGroup ***/
	/**************************/
		div.containerCatGroup
		{
			display: table;
			width: 100%;
			clear: left;
		}

	/***************************/
	/*** @containerChildDocs ***/
	/***************************/
		div.containerChildDocs
		{
		}

	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		div.containerCntDetails
		{
			margin-bottom: 1em;
		}
		
		div.containerCntDetails h2
		{
			margin: 0;
			font-size: 1.57em;
			font-weight: normal;
			line-height: 1.14;
		}
		
		div.containerCntDetails div.metaD
		{
			margin-top: 1em;
		}
		
		div.containerCntDetails dl
		{
			font-size: 1em;
		}
		
		div.containerCntDetails dt
		{
			clear: left;
			margin-left: 0;
		}
		
		div.containerCntDetails dd
		{
			margin-left: 0;
			margin-right: .5em;
		}
		
		div.containerCntDetails p
		{
			margin-bottom: 0;		
		}
		
		div.containerCntDetails form span
		{
			width: 6em;
		}
			
	/*****************************/
	/*** @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: .5em;
			width: 275px;
			/*width: 180px;*/
			float: right;
		}
		
		div#zone2 div.small
		{
			width: 134px;
		}
		
		div#zone2 div.containerRelContent ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			display: table;
			width: 100%;
			clear: both;
		}
		
		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;
		}

		
	/***************************/
	/*** @containerStaffList ***/
	/***************************/
		div.containerStaffList h3
		{
			margin-top: 1.5em;
			margin-bottom: .5em;
		}
		
		div.containerStaffList ul
		{
			margin-top: 0;
			margin-left: 15px;
		}
		
		div.containerStaffList ul li
		{
			margin-bottom: .5em;
			list-style: none;
		}
		
		div.containerStaffList ul li a
		{
			font-weight: normal;
		}
		
	/********************/
	/*** @userProfile ***/
	/********************/
		div#zone2 div.userProfile h4
		{
			font-weight: normal;
		}
		
		div#zone2 div.userProfile h4 a
		{
			padding-top: 0;
			margin-left: 1em;
			font-size: .81em;
		}
		
		.validation-advice {
			background: #FFFFE0;
			border: 1px solid #FFFF99;
			padding: 5px;
			color: #800300;
			font-weight: bold;
		}		
	/**********************/
	/*** @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;
		}
		
		
	/****************************/
	/*** @formFeedback ***/
	/****************************/
		.frame5006 div#zone2 form.formFeedback
		{
			font-size: .75em;
		}

		.frame5006 div#zone2 form.formFeedback fieldset label select.programGoals
		{
			width: 85%;
		}

		.frame5006 div#zone2 form.formFeedback fieldset div.group ul.valueList li.last label
		{
			/*padding-bottom: 1em;*/
			width: 100%;
		}
		
		.frame5006 div#zone2 form.formFeedback fieldset div.group ul.valueList li.header
		{
			padding-top: 1em;
		}

		.frame5006 div#zone2 form.formFeedback fieldset div.group ul.date
		{
			width: 20em;
		}

		.frame5006 div#zone2 form.formFeedback fieldset div.group ul.date li
		{
			float: left;
			clear: none;
			width: 30%;
		}

		.frame5006 div#zone2 form.formFeedback fieldset div.group ul.valueList.grantAmount li
		{
			width: 80%;
		}
		
		

/*************************************************************************
	@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;
		}
		
		div#zone3 div.areaCloseUp img.arrow
		{
			margin-bottom: -1px;
			width: auto;
		}
		
		div#zone3 div.containerMedia img
		{
			width: 170px;
			/*width: 201px;*/
		}
		
		div#zone3 div.areaCloseUp img
		{
			width: 150px;
		}		
		
		div#zone3 div.areaCloseUp span.closeUpText
		{
			font-size: 1.1em;
			color: #000;
		}
		div#zone3 div.areaCloseUp span.closeUpText a {
		color: #558899;
		}
	/****************************/
	/*** @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;
			margin-bottom: .9em;
			padding: 0 0 0 10px;
			float: none;
			line-height: 1.1em;
		}

	/**********************/
	/*** @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;
		}
		
/************ ETC ********************/

.viewAll {
	font-size:11px;
	display:block;
	text-align:right;
}		
		
	

/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter a
	{
		color: #e8e7da;
	}
	
	div#zoneFooter p
	{
		background-color: #333;
		margin-bottom: 0;
		padding: .3em 10px;
		color: #e8e7da;
	}