body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-weight: normal;
}


html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
TABLE, TD, TH, D, IV, P, UL, OL, LI, FORM, SPAN, div, pre {
font-family: Helvetica,Arial,sans-serif; 
color: #000; 
font-weight: normal;
font-size: 100%;
}
  
H1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: -10px;
	padding-top: 7px;
}

H2 {
    font-family: Helvetica,Arial,sans-serif; 
	color: #333; 
	font-size: 110%; 
	font-weight: bold; 
}

H3 {
    font-family: Helvetica,Arial,sans-serif; 
	color: #000000; 
	font-size: 100%; 
	font-weight: bold; 
}

.small {font-size: 12px;}
.caption {font-size: 12px; font-style: italic;}
.credit {font-size: 10px;}
.credit-right {font-size: 10px; text-align:right; float: right;}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a:link {
	color: #cc9900;
	text-decoration:none;
	font-weight: bold;
}
a:visited {color: #CC9966; text-decoration:none; font-weight: bold;}
a:hover {color: #cc9900; text-decoration:underline; font-weight: bold;}


a.graylink:link {color: #ffff99; text-decoration:none}
a.graylink:visited {color: #FFFFcc; text-decoration:none}
a.graylink:hover {color: #FFFFcc; text-decoration:underline}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	text-align: left;
	margin: 0px auto 0px;
	height: 65px;
	width: 740px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#wrapper {
	text-align: center;
	margin: 0px;
	height: 26px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFE680;
	border-bottom: 1px solid #CC9900;
}

#wrapper2 {
	text-align: center;
	margin: 0px;
	height: 24px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #CC9900;
}

#hungernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFE680;
	border: 1px solid #FFE680;
	margin: 0px auto 0px;
	height: 14px;
	width: 740px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: left;
	
}
#hungernav ul li {
	padding-right: 5px;
	margin-right: 5px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

#hungernav a:link {color: #663300; text-decoration:none; font-weight: normal; margin-left: 5px; margin-right: 5px;}
#hungernav a:visited {color: #663300; text-decoration:none; font-weight: normal; margin-left: 5px; margin-right: 5px;}
#hungernav a:hover {color: #333; text-decoration:underline; font-weight:normal; margin-left: 5px; margin-right: 5px;}




#activitynav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFCC;
	margin: 0px auto 0px;
	height: 10px;
	width: 740px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: left;
	border: 1px solid #FFFFCC;
}

#activitynav a:link {color: #663300; text-decoration:none; font-weight: normal;}
#activitynav a:visited {color: #663300; text-decoration:none; font-weight: normal;}
#activitynav a:hover {color: #333; text-decoration:underline; font-weight: normal;}

/* marks link on same page as current in topright navbar*/
body.intro a#one,
body.hunger a#two,
body.education a#three,
body.health a#four,
body.enviro a#five,
body.develop a#six,
body.prayer a#seven,
body.next a#eight
{
color: #000; text-decoration:none;
/*/*/cursor: default;/* */
} 

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	width: 740px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto 0px;
	padding: 3px;
}
/* gray footer */
	
#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6B6B6B;
	border: 1px solid #333333;
	}

