@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
	padding:0 0 8px 0;
}

.txtheader {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#AC600F;
	font-weight:bold;
	margin:0;
	padding:10px 0 8px 0;
}

.txtsubheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c4c4c;
	font-weight:bold;
	margin:0;
	padding:10px 0 8px 0;
}

a {
	color:#24408F;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.pageWrapper {
	width:100%;
	float:left;
	background-color:#FFFFFF;
}

.topBlueBar {
	width:100%;
	height:27px;
	float:left;
	background-color:#24408F;
	margin:0;
	padding:0;
}

.topBlueBartxt {
	margin:auto;
	width:960px;
}

.topBlueBartxt p {
	width:960px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:7px 0 0 0;
}

.whiteBar {
	width:100%;
	height:150px;
	float:left;
	background-color:#FFFFFF;
}

.whiteBarLogo {
	width:960px;
	height:150px;
	padding:0;
	margin:auto;
	background-image:url(../images/global/header.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
}

.subnavBar {
	width:100%;
	height:24px;
	float:left;
	margin:0;
	padding:0;
	background-color:#CF985E;
}

.subnavBarWrapper {
	width:960px;
	height:24px;
	margin:auto;
	padding:0;
	line-height:300px;	
}

.subnavBarBoard {
	width:56px;
	height:24px;
	margin:0 0 0 217px;
	_margin:0 0 0 177px;
	border:0;
	overflow:hidden;
	float:left;
}

.subnavBarBoard a {
	display:block;
	width:56px;
	height:24px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_board.gif);
}

.subnavBarGrants {
	width:64px;
	height:24px;
	margin:0 0 0 45px;
	border:0;
	overflow:hidden;
	float:left;
}

.subnavBarGrants a {
	display:block;
	width:64px;
	height:24px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_grants.gif);
}

.subnavInitiatives {
	width:80px;
	height:24px;
	margin:0 0 0 45px;
	border:0;
	overflow:hidden;
	float:left;
}

.subnavInitiatives a {
	display:block;
	width:80px;
	height:24px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_initiatives.gif);
}

.navBar {
	width:100%;
	height:39px;
	float:left;
	margin:0;
	padding:0;
	background-color:#AC600F;
}

.navBarWrapper {
	width:960px;
	height:39px;
	margin:auto;
	padding:0;
	line-height:300px;	
}

.navBarFoundation {
	width:155px;
	height:39px;
	margin:0 0 0 85px;
	_margin:0 0 0 45px;
	border:0;
	overflow:hidden;
	float:left;
}

.navBarFoundation a {
	display:block;
	width:155px;
	height:39px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_foundation.gif);
}

.navBarCommunity {
	width:110px;
	height:39px;
	margin:0 0 0 85px;
	border:0;
	overflow:hidden;
	float:left;
}

.navBarCommunity a {
	display:block;
	width:110px;
	height:39px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_community.gif);
}

.navBarEvents {
	width:52px;
	height:39px;
	margin:0 0 0 85px;
	border:0;
	overflow:hidden;
	float:left;
}

.navBarEvents a {
	display:block;
	width:52px;
	height:39px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_events.gif);
}

.navBarSupport {
	width:77px;
	height:39px;
	margin:0 0 0 85px;
	border:0;
	overflow:hidden;
	float:left;
}

.navBarSupport a {
	display:block;
	width:77px;
	height:39px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_support.gif);
}

.navBarHome{
	width:47px;
	height:39px;
	margin:0 0 0 85px;
	border:0;
	overflow:hidden;
	float:left;
}

.navBarHome a {
	display:block;
	width:47px;
	height:39px;
	background-repeat:no-repeat;
	background-image:url(../images/global/nav_home.gif);
}

.pgBground {
	width:100%;
	float:left;
	background-color:#ECD2BA;
}

.pgBgroundWhite{
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
}

.contentHolder{
	width:940px;
	padding:10px;
	text-align:left;
}

.contentTitle{
	width:100%;
	text-align:center;
	padding:25px 0 20px 0;
}
	
.footerLinks {
	width:940px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AC600F;
	text-align:center;
	padding:200px 0 20px 0;
	clear:left;
}

.footerCopy {
	width:940px;
	height:20px;
	margin:auto;
	background-color:#24408F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding: 5px 5px 0 0;
}