html, body { 
	height: 100%;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 14px/16px "Times New Roman", Times, Georgia, serif;
	color: #222;
	text-align: center;
	background: #5b1417;
	}
	
#outsideWrapper { 
    display: block;
    min-height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;	background: #c1bfad url(../images/common/bg-midSection.gif) repeat-y center;
	}	
	
	*html #outsideWrapper { height: expression('100%'); }
	
	.homepage #outsideWrapper {
		background: #5b1417 url(../images/common/bg-wrapperHome.gif) repeat-x;
		}
	
#wrapper { 
    display: block;
    min-height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background: url(../images/common/bg-wrapper.gif) repeat-x;
    }		

	*html #wrapper { height: expression('100%'); }
	
	.homepage #wrapper { 
		background-image: none; 
		}
	
.container {	
    margin: 0 auto;
    width: 970px;
    text-align: left;
	}
	
	
/*  LOGO STYLES 
---------------------------------------------------------------------*/

#topSection { 
	height: 331px;
	}

	.homepage #topSection { 
		height: 589px;
		}
		
#logo { 
	display: block;
	height: 155px;
	width: 970px;
	background: url(../images/common/logo.gif) no-repeat center 0;
	}
	
	#logo a { 
		display: block;
		height: 155px;
		width: 420px;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		margin: 0 auto;
		}

#banner { 
	width: 928px;
	width: expression('970px');
	height: 120px;
	margin: 0; 
	padding: 0 21px 6px 21px;
	background: url(../images/common/bg-banner.gif) repeat-y;
	display: block;
	position: relative;
	z-index: 0;
	}
	
	.homepage #banner { 
		height: 378px;
		}
	
	#bannerImage { 	
		display: block;
		margin: 0;
		padding: 0;
		height: 120px;
		width: 928px;
		background-repeat: no-repeat;
		background-position: 0 0;
		}
		
		.section-about #bannerImage { background-image: url(../images/common/banner-about.jpg); }
		.section-projects #bannerImage { background-image: url(../images/common/banner-projects.jpg); }
		.section-supporting #bannerImage { background-image: url(../images/common/banner-supporting.jpg); }
		.section-news #bannerImage { background-image: url(../images/common/banner-news.jpg); }
		.section-application #bannerImage { background-image: url(../images/common/banner-application.jpg); }
		.section-profiles #bannerImage { background-image: url(../images/common/banner-profiles.jpg); }
		.section-partnership #bannerImage { background-image: url(../images/common/banner-partnership.jpg); }
		.section-contact #bannerImage { background-image: url(../images/common/banner-contact.jpg); }
		
	#bannerBottom { 
		width: 970px;
		height: 10px;
		margin: 0; 
		padding: 0; 
		display: block;
		background: url(../images/common/bg-bannerBottom.gif) no-repeat;
		}
		

/*  MAIN MENU STYLES 
---------------------------------------------------------------------*/
				
#topNav { 
	width: 928px;
	width: expression('970px');
	height: 36px;
	margin: 0; 
	padding: 0 21px;
	background: url(../images/common/bg-topNav.gif) no-repeat 0 bottom;
	display: block;
	position: relative;
	z-index: 1;
	}

	#topNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	
	#topNav ul li { 
		float: left;
		position: relative;
		margin: 0; 
		padding: 0;
		}
	
	#topNav ul li a { 
		height: 36px;
		margin: 0;
		padding: 0;
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		outline: none;
		text-decoration: none;
		line-height: 30px;
		color: #FFF;
		text-indent: -5000px;
		}
		
	#topNav ul li a:hover {
		background-position: 0 -36px;
		}
	
 				
		#topNav ul li.home a.menu { background-image: url(../images/topNav/topNav-home.gif); width: 59px; }	
		#topNav ul li.about a.menu { background-image: url(../images/topNav/topNav-about.gif); width: 78px; }	
		#topNav ul li.projects a.menu { background-image: url(../images/topNav/topNav-projects.gif); width: 182px; }	
		#topNav ul li.supporting a.menu { background-image: url(../images/topNav/topNav-supporting.gif); width: 132px; }	
		#topNav ul li.news a.menu { background-image: url(../images/topNav/topNav-news.gif); width: 53px; }	
		#topNav ul li.application a.menu { background-image: url(../images/topNav/topNav-application.gif); width: 126px; }	
		#topNav ul li.profiles a.menu { background-image: url(../images/topNav/topNav-profiles.gif); width: 118px; }	
		#topNav ul li.partnership a.menu { background-image: url(../images/topNav/topNav-partnership.gif); width: 91px; }	
		#topNav ul li.contact a.menu { background-image: url(../images/topNav/topNav-contact.gif); width: 89px; }	
		
		
		.section-about #topNav ul li.about a.menu,	
		.section-projects #topNav ul li.projects a.menu,	
		.section-supporting #topNav ul li.supporting a.menu,	
		.section-news #topNav ul li.news a.menu,	
		.section-application #topNav ul li.application a.menu,	
		.section-profiles #topNav ul li.profiles a.menu,	
		.section-partnership #topNav ul li.partnership a.menu,	
		.section-contact #topNav ul li.contact a.menu { 
			background-position: 0 -78px;
			}
		

	/* SUBMENU STYLES AND FUNCTIONALITY */
	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		}

	#nav li ul { /* second-level lists */
		position: absolute;
		top: 32px;
		display: none;
		width: 130px;
		z-index: 999;
		text-indent: 0;
		background-image: none;
		}
				
		#nav li ul li { 
			display: block;
			text-indent: 0; 
			margin: 0;
			width: 130px;
			height: 25px;
			background-image: none;
			border-bottom: 1px solid #311;
			padding: 0;
			}

	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		display: none; 
		}

	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul {
		display: block;
		top: 34px;
		z-index: 999;
		text-indent: 0;
		}
		
		#nav li.about ul
			{ left: -26px; }

		#nav li.supporting ul
			{ left: 1px; }
			
		#nav li.application ul
			{ left: -2px; }
	
	#nav li ul a {
		width: 130px;
		height: 25px;
		display: block;
		text-decoration: none;
		color: #FFF;
		background: #591417; /* IE6 Bug */
		font-size: 11px;
		text-align: center;
		line-height: 25px;
		padding: 0;
		text-indent: 0;
		background-image: none; 
		}
		
	#nav li ul a:hover {
		background: #481013;
		color: #FFF;
		}	
 
 	#topNav ul li:hover a.menu, 
	#topNav ul li.sfhover a.menu { 
		background-position: 0 -39px;
		}
		
	* html ul li { float: left; }
	* html ul li a { height: 1%; }		
	
	

/*  MID SECTION STYLES 
---------------------------------------------------------------------*/	

#midSection { 
	clear: both;
	padding: 0 15px 65px 15px;
	margin: 0;
	background: url(../images/common/bg-midSection.gif) repeat-y center;
	}

#mainContent { 
	float: left;
	width: 680px;
	width: expression('725px');
	padding: 0 30px 20px 15px;
	margin: 0 0 40px 0;
	}
	
	#mainContent h1 { 
		margin: 0 0 0px 0;
		padding: 0;
		height: 74px;
		width: 725px;
		line-height: 74px;
		background-repeat: no-repeat;
		background-position: 0 0;
		text-indent: -5000px;
		/* height adjusted to 74px:bottom margin of 5px removed */
		}
		
		.section-about h1.pageTitle { background-image: url(../images/titles/aboutUs.gif); }
		.section-projects h1.pageTitle { background-image: url(../images/titles/majorProjectsAndPrograms.gif); }
		.section-supporting h1.pageTitle { background-image: url(../images/titles/supportingOthers.gif); }
		.section-news h1.pageTitle { background-image: url(../images/titles/news.gif); }
		.section-application h1.pageTitle { background-image: url(../images/titles/grantApplication.gif); }
		.section-profiles h1.pageTitle { background-image: url(../images/titles/granteeProfiles.gif); }
		.section-partnership h1.pageTitle { background-image: url(../images/titles/partnerships.gif); }
		.section-contact h1.pageTitle { background-image: url(../images/titles/contactUs.gif); }
		
#content { 
	margin: 0 30px 0 30px;
	margin: expression('0px 10px 0px 30px');	
	}
		
#sectionMenu { 
	display: block;
	clear: both;
	height: 30px;
	margin: 0 30px 0 30px;
	}
		
#sectionMenu ul { 
	list-style-type: none;
	padding: 0;
	margin: 0; 
	}
	
	#sectionMenu ul li { 
		float: left; 
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #444;
		}
	
	#sectionMenu ul li.last { 
		border-right: 0;
		}	
		
	#sectionMenu ul li a { 
		color: #222;
		text-decoration: none; 
		font-weight: bold;
		}
		
	#sectionMenu ul li a:hover, #sectionMenu ul li.on a { 
		color: #711; 
		}
		
#rightColumn { 
	float: right;
	width: 150px;
	width: expression('150px');
	margin: 15px 45px 0 0;
	margin: expression('15px 30px 0 0');
	padding: 0;
	}
	
#photos { 
	display: block;
	height: 107px;
	width: 639px;
	margin: 30px auto 0 auto; 
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
	.section-about #photos { background-image: url(../images/common/photos-about.jpg); }
	
/*  HOMEPAGE FEATURE STYLES 
---------------------------------------------------------------------*/	

.homepage #midSection { 
	background-image: none; 
	padding-bottom: 85px;
	padding-bottom: expression('80px');
	height: 160px;
	}

.homepage #featureHome { 
	display: block;
	clear: both;
	width: 970px;
	height: 160px;
	height: expression('146px');
	background: url(../images/common/bg-photosMiddleHome.gif) repeat-y; 
	padding: 0;
	margin: 0;
	}
		
	#featureHome .featureHomeTop {
		display: block;
		height: 12px;
		width: 970px;
		background: url(../images/common/bg-photosTopHome.gif) no-repeat; 
		}

	#featureHome .featureHomeBottom {
		display: block;
		height: 12px;
		width: 970px;
		background: #5b1417 url(../images/common/bg-photosBottomHome.gif) no-repeat; 
		margin: 0;
		padding: 0;
		}	
			
		#featureHome .feature { 
			float: left; 
			display: block; 
			height: 146px;
			width: 296px;
			padding: 0; 
			margin: 0;
			}	
			
		#featureHome .feature a { 
			text-decoration: none; 
			outline: none;
			height: 146px;
			width: 296px;
			}
			
		#featureHome .feature img { 
			border: 0;
			height: 146px;
			width: 296px;
			}
			
		#featureHome .first { margin: 0 20px 0 21px; }
		#featureHome .last { margin: 0 21px 0 20px; }
			
	
/*  FOOTER STYLES 
---------------------------------------------------------------------*/		

#botSection {
	height: 65px;
	margin: -65px 0 0 0; 
	padding: 0;
	clear: both;
	background: #c7c5b1 url(../images/common/bg-botSection.gif) repeat-x bottom;
	}
	
	*html #botSection { margin: expression('-65px 0 0 0'); }

	.homepage #botSection {
		background: #c7c5b1 url(../images/common/bg-botSectionHome.gif) repeat-x top;
		}

	#botSection .container { 
		clear: both;
		height: 65px;
		padding: 0 15px;
		background: transparent url(../images/common/bg-botSectionContainer.gif) no-repeat center top;
		}
		
	.homepage #botSection .container { 
		background-image: none;
		}
		
#footerNav { 
	clear: both; 
	line-height: 28px;
	font-size: 11px;
	width: expression('970px');
	}
	
	#footerNav ul { 
		list-style-type: none;
		margin: 0px 0 0 40px;
		padding: 0;
		}
		
	#footerNav ul li { 
		margin: 0;
		padding: 0;
		float: left;
		height: 28px;
		background: none;
		margin-right: 12px;
		}
		
		#footerNav ul li.contact { border-right: none; }
	
	#footerNav ul li a {
		height: 28px;
		line-height: 28px;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: 0 0;
		outline: none;
		
		color: #FFF; 
		font-style: italic;
		}
		
	#footerNav ul li a:hover { 
		color: #CBA;
		background-position: 0 -28px; 
		}
		
		
#copyright {
	float: left;
	font-size: 10px;
	line-height: 37px;
	text-align: left;
	height: 37px;
	margin: 0 0 0 40px;
	font-weight: bold;
	color: #511;
	text-transform: uppercase;
	font-style: italic;
	}
		
#siteby {
	float: right;
	line-height: 37px;
	text-align: right;
	height: 37px;
	margin: 0 40px 0 0;
	margin: expression('0 0 0 0');
	}

	#siteby a {
		font-size: 10px;
		font-weight: bold;
		color: #511;
		font-style: italic;
		padding: 0 0 0 12px;
		background: url(../images/common/bullet1.gif) no-repeat 0 3px; 
		text-decoration: none;
		}
	
	#siteby a:hover { color: #444; }
	
	
.homepage #copyright { color: #FFF; }
.homepage #siteby a { color: #FFF; background: url(../images/common/bullet2.gif) no-repeat 0 3px; }
.homepage #siteby a:hover { color: #CCC; }
.homepage #footerNav ul li a { color: #511; }
.homepage #footerNav ul li a:hover { color: #111; }


/*  GENERAL STYLES 
---------------------------------------------------------------------*/		

a { 
	color: #5b1418;
	text-decoration: underline;
	cursor:pointer;
	}
	
a:hover { 
	color: #5b1418; 
	text-decoration: none;
	cursor:pointer;
	}
	
ul { 
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	}
	
ul li { 
	background: url(../images/common/bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 12px;
	}

#content ul { 
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	}
	
#content ul li { 
	background: url(../images/common/bullet3.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
	}
	
.titleRed { 
	color: #B11; 
	font-weight: bold;
	}
	
p { 
	margin: 4px 0 8px 0; 
	}
	
p.title { 
	margin: 8px 0 0 0; 
	font-weight: bold; 
	}
	
p.title a {
	color: #222; 
	text-decoration: none; 
	}
	
p.title a:hover { 
	color: #B11; 
	text-decoration: none;
	}
					
	
h2 { 
	font-weight: normal; 
	color:#B11;
	font-size: 14px;
	margin: 10px 0 4px 0;
	}
	
h3 { 
	color: #222;
	font-size: 12px; 
	font-weight: bold;
	margin: 10px 0 4px 0;	
	}
	
	
h4 { 
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #5b1418;
	font-weight: bold;
	margin: 0;
	}	
	
.h5 { 
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #5b1418;
	font-weight: bold;
	margin: 0;
	}	
	
h5  { 
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #5b1418;
	font-weight: bold;
	margin: 0;
	}	
	
table { 
	margin: 10px 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	}
	
	th { 
		background: url(../images/common/bg-metal.gif); 
		color: #333;
		font-weight: normal;
		padding: 3px 10px;
		}
			
	td { 
		padding: 3px 10px;
		border-bottom: 1px solid #DDD;
		}
		
.clear { clear: both; }

/* added Gary */
ul.body li
{
	width:95%;
}

table.news td
{
	margin: 0;
	padding: 0;
	font: 12px/14px "Times New Roman", Times, Georgia, serif;
	color: #222;
}

a.newsBack
{
	text-decoration:underline;
	color:#222;	
}
a.newsBack:hover
{
	color:#711;
	text-decoration:underline;
}

.sepNoLine
{
	border-bottom:none;
}

.photo
{
	margin: 3px 10px 3px 0px;
}
/* end */