body { 
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #555;
	background: #b2b6b9;
	}
	
#wrapper { 
	margin: 0; 
	padding: 0;
	width: 100%;
	background: #eeecec url(../images/common/bg-wrapper.gif) repeat-x; 
	height: inherit;
	}
	
#containerTop { 
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 920px;
	background: url(../images/common/bg-containerTop.gif) no-repeat; 
	height: inherit;
	}
	
#containerBottom { 
	margin: 0 auto;
	width: 920px;
	background: #FFF url(../images/common/bg-containerBottom.gif) no-repeat 0 bottom; 
	height: inherit;
	}	
	
.container { 
	width: 900px;
	margin: 0 auto; 
	text-align: left;
	height: inherit;
	}	

td { 
	
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #555;
	
	}
	
td .title { 
	font-size: 14px; 
	line-height: 16px;
	 }	
	
/*  TOP-SECTION STYLES 
---------------------------------------------------------------------*/

#banner {
	position: relative;
	height: 128px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 1px; 
	}
	
#logo { 
	display: block;
	width: 322px;
	height: 128px;
	text-indent: -5000px;
	background: url(../images/common/logo.gif) no-repeat; 
	}
	
#tagline { 
	display: block;
	height: 52px; 
	width: 302px;
	text-indent: -5000px;
	background: url(../images/common/tagline.gif) no-repeat; 
	top: 50px;
	left: 540px;
	position: absolute;
	}
	
#topNav { 
	position: absolute;
	top: 0; 
	left: 355px;
	}
	
	#topNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 30px;
		}
	
	#topNav ul li { 
		float: left;
		margin-left: 1px; 
		}
		
	#topNav ul li a {
		background-repeat: no-repeat;
		background-position: 0 0;
		color: #FFF; 
		text-decoration: none; 
		text-indent: -5000px;
		outline: none; 
		height: 30px;
		line-height: 30px;
		display: block;
		}
		
	#topNav ul li a:hover { 
		background-position: 0 -30px; 
		}		
		
		#topNav ul li.news a { background-image: url(../images/topNav/topNav-new.gif); width: 123px; }
		#topNav ul li.donate a { background-image: url(../images/topNav/topNav-donate.gif); width: 123px; }
		#topNav ul li.subscribe a { background-image: url(../images/topNav/topNav-subscribe.gif); width: 172px; }
		#topNav ul li.contact a { background-image: url(../images/topNav/topNav-contact.gif); width: 123px; }

	
#mainNav { 
	clear: both;
	margin: 0;
	display: block;
	}

	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	
	#mainNav ul li { 
		margin: 0;
		display: block;
		height: 23px;
		border-bottom: 1px solid #FFF;
		}
	
	#mainNav ul li a { 
		background-repeat: no-repeat;
		background-position: 0 0;
		color: #FFF; 
		text-decoration: none; 
		text-indent: -5000px;
		outline: none; 
		height: 23px;
		line-height: 23px;
		width: 211px;
		display: block;
		}
		
	#mainNav ul li a:hover { 
		background-position: -211px 0; 
		}
		
		#mainNav ul li.home a { background-image: url(../images/mainNav/mainNav-home.gif); }
		#mainNav ul li.history a { background-image: url(../images/mainNav/mainNav-history.gif); }
		#mainNav ul li.mission a { background-image: url(../images/mainNav/mainNav-mission.gif); }
		#mainNav ul li.leadership a { background-image: url(../images/mainNav/mainNav-leadership.gif); }
		#mainNav ul li.partners a { background-image: url(../images/mainNav/mainNav-partners.gif); }
		#mainNav ul li.programs a { background-image: url(../images/mainNav/mainNav-programs.gif); }
		#mainNav ul li.news a { background-image: url(../images/mainNav/mainNav-new.gif); }
		#mainNav ul li.blueprint a { background-image: url(../images/mainNav/mainNav-blueprint.gif); }
		#mainNav ul li.getInvolved a { background-image: url(../images/mainNav/mainNav-getInvolved.gif); }
		#mainNav ul li.subscribe a { background-image: url(../images/mainNav/mainNav-subscribe.gif); }
		#mainNav ul li.calendar a { background-image: url(../images/mainNav/mainNav-calendar.gif); }
		#mainNav ul li.contact a { background-image: url(../images/mainNav/mainNav-contact.gif); }


	
/*  MID-SECTION STYLES 
---------------------------------------------------------------------*/

#main { 
	background-image: url(../images/common/bg-main.gif);
	background-repeat: repeat-y; 
	}
	
.homepage #main { 
	background-image: url(../images/common/bg-mainHome.gif); 
	}
	
#homePhoto { 
	height: 288px; 
	width: 687px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 1px; 
	}
	
#bannerPhoto { 
	height: 80px;
	border-bottom: 1px solid #AAA;
	padding-bottom: 1px; 
	}
	
	#bannerPhoto img { margin: expression('0 0 -3px 0'); }

.leftColumn {
	float: left; 
	width: 211px; 
	display: block;
	margin: 0 2px 0 0;
	}
	
.rightColumn { 
	float: left; 
	width: 687px; 
	display: block;
	margin: 0;
	}
	
#login { 
	background: #b2b6b9;
	padding: 5px 10px 10px 10px; 
	margin: 0 0 15px 0;
	}
	
	#login .title { color: #FFF; }
	
	#login p { margin: 5px 0 0 0; }
	
	#login input[type="text"], #login input[type="password"] { 
		width: 150px; 
		border: 1px solid #AAA; 
		line-height: 12px;
		font-size: 10px;
		color: #888;
		margin-right: 5px; 
		padding: 2px 3px;
		}
	
	
		
	* html #login input[type="text"], #login input[type="password"] { 
		width: 150px; 
		border: 1px solid #AAA; 
		line-height: 12px;
		font-size: 10px;
		color: #888;
		margin-right: 5px; 
		padding: 2px 3px;
		}

	#login input.go { padding: 1px 0; line-height: 12px; }		

#contentInt ul { 
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	}

#contentInt ul li { 
	background: url(../images/common/bullet1.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
	}	

#address { 
	font: 12px/14px Times, Times New Roman, Georgia, serif; 
	color: #555;
	padding: 10px 10px;
	}
	
	#address a { color: #555; }
	#address a:hover { color: #627; }
	
#contentHomeLeft { 
	width: 456px;
	float: left;
	}
	
#contentHomeRight { 
	width: 205px;
	padding: 5px 0 0 15px; 
	float: left;
	}
	
#contentInt {
	width: 600px;
	padding: 5px 0 0 15px; 
	}
	
.title { 
	font-size: 12px; 
	line-height: 16px;
	 }
	 
.currentEvent, .whatsNew { 
	clear: both;
	padding: 0 0 15px 0; 
	}

.currentEvent .img { 
	float: left; 
	padding: 2px; 
	border: 1px solid #AAA; 
	margin-right: 5px; 
	}
	
.currentEvent .title a { 
	color: #E72; 
	}	

.whatsNew .title a { 
	color: #A14; 
	}	
	
	.whatsNew .title a:hover, .currentEvent .title a:hover { color: #627; }
	
.content { 
	padding: 5px 15px; 
	}
		
.arrow { 
	padding: 0 5px 0 15px;
	background-repeat: no-repeat; 
	background-position: 0 5px; 
	margin: 0; 
	}		
	
	.whatsNew .arrow { background-image: url(../images/common/arrowRed.gif); }
	.currentEvent .arrow { background-image: url(../images/common/arrowOrange.gif); float: left; width: 385px; }
	
.links { 
	color: #A14; 
	line-height: 25px;
	background: url(../images/common/arrow2Orange.gif) no-repeat right 3px;
	padding-right: 10px;
	text-transform: uppercase;
	}	
	
	.links a { color: #E72; }
	.links a:hover { color: #627; }

	
.currentEvent .links { 
	background: url(../images/common/arrow2Red.gif) no-repeat right 3px;
	}
	
	.currentEvent .links a { color: #A14; }
	.currentEvent .links a:hover { color: #627; }
	
	
.line { 
	clear: both;
	border-top: 1px solid #AAA; 
	margin: 10px 0; 
	}
	
h1 { 
	margin: 15px 0 8px 0; 
	font: 16px/16px Times, Times New Roman, Georgia, serif; 
	font-weight: bold; 
	color: #E72;
	height: 16px;
	display: block; 
	text-indent: -5000px; 
	background-repeat: no-repeat;
	}
	
	h1.h1-welcome { background-image: url(../images/titles/h1-welcome.gif); }
	h1.h1-currentEvents { background-image: url(../images/titles/h1-currentEvents.gif); }
	h1.h1-whatsNew { background-image: url(../images/titles/h1-whatsNew.gif); }
	h1.h1-history { background-image: url(../images/titles/h1-history.gif); }
	h1.h1-blueprint { background-image: url(../images/titles/h1-blueprint.gif); }
	h1.h1-calendar { background-image: url(../images/titles/h1-calendar.gif); }
	h1.h1-contact { background-image: url(../images/titles/h1-contact.gif); }
	h1.h1-currentEvents { background-image: url(../images/titles/h1-currentEvents.gif); }
	h1.h1-support { background-image: url(../images/titles/h1-support.gif); }
	h1.h1-getinvolved { background-image: url(../images/titles/h1-getinvolved.gif); }
	h1.h1-leadership { background-image: url(../images/titles/h1-leadership.gif); }
	h1.h1-mission { background-image: url(../images/titles/h1-mission.gif); }
	h1.h1-partners { background-image: url(../images/titles/h1-partners.gif); }
	h1.h1-whatsNewsub { background-image: url(../images/titles/h1-whatsNewsub.gif); }
	h1.h1-programs { background-image: url(../images/titles/h1-programs.gif); }
	h1.h1-subscribe { background-image: url(../images/titles/h1-subscribe.gif); }
	h1.h1-donateNow { background-image: url(../images/titles/h1-donateNow.gif); }
	h1.h1-sponsors {text-indent: 0px; }
	
	
.quote { 
	font-size: 14px; 
	line-height: 17px;
	color: #517;
	padding: 15px 20px 15px 25px;
	margin: 10px 0; 
	background: url(../images/common/quoteStart.gif) no-repeat 0 0; 
	border-top: 1px solid #EEE; 
	border-bottom: 1px solid #EEE; 
	}
	
	.quote p {
		margin: 0; 
		padding: 0 25px 0 0;
		background: url(../images/common/quoteEnd.gif) no-repeat right bottom;
		}
	
		
/*  BOTTOM-SECTION STYLES 
---------------------------------------------------------------------*/	
	
#footerWrapper { 
	width: 100%; 
	background: url(../images/common/bg_footerWrapper.gif) repeat-x;
	border-top: 1px solid #AAA; 
	margin: 0;
	}

#footer { 
	width: 100%; 
	padding: 15px 0 ;
	background: url(../images/common/bg_footer.gif) no-repeat center 0;
	font-size: 9px;
	line-height: 10px;
	color: #FFF;
	}
	
#footerLinks { 
	float: left; 
	width: 600px;
	}
	
#footerRight { 
	float: left;
	width: 300px;
	text-align: right; 
	}
	
#footer ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	clear: both;
	padding: 5px 0;
	}
	
	#footer ul li { 
		float: left; 
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
		border-right: 1px solid #FFF;
		}
		
	#footer ul li.last { 
		border-right: none;
		}
		
#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { color: #627; }

#footer p {	margin: 5px 0; }
	

/*  GENERIC STYLES 
---------------------------------------------------------------------*/		
		
.clear { clear: both; margin: 0; padding: 0; height: 1px; height: expression('0'); }
.float { float: left; }
p { margin: 0 0 8px 0; }


.select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		background-color: #e7e7e7;
		border: 1px #ADADAD solid;
		vertical-align: text-bottom;
		color: #000000;
		font-weight: normal
}


.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #999999;
		border: 1px solid #cccccc;
		vertical-align: text-bottom;
		color: #ffffff;
		font-weight: normal
}

.h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #62A343;
		font-weight: bold;
}

.h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #AB1D4C;
		font-weight: bold;
}
		
.h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #E97224;
		font-weight: normal;
