body {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
	line-height: 21px;
}

h3 {
	color: #ffa000;
	font-weight: normal;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

a {
	text-decoration: none;
	color: #00459f;
}

a:visited {
	color: #00459f;
}

/* index page styles
   these appear on every page */

#siteholder {
	min-height: 640px;
	width:981px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		background: url(../images/grayHeader.png) center no-repeat;
		height: 141px;
		width: 981px;
		float:left;
	}

		#logo {
			margin-left:28px;
			margin-top: 16px;
			width:185px;
			height:125px;
			float:left;
		}
		
		#menu {
			font-size: 16px;
			width:670px;
			height:33px;
			float:right;
			margin-right:45px;
			margin-top:38px;
		}
			.menuitem {
				float:left;
				margin-left:36px;
				padding-bottom: 2px;
				color: #00459f;
				height:36px;
			}
			
			a.menulink {
				outline: none;
				text-decoration: none;
				color: #00459f;
				font-variant: small-caps;
			}
			
			a.menulink:visited {
				color: #00459f;
			}
		
		#share {
			width: 180px;
			height: 50px;
			float:right;
			margin-right:66px;
			margin-top:15px;
		}
	
	#picdisplay {
		margin-bottom: 2px;
		margin-top: 2px;
		padding-bottom: 2px;
		padding-top: 2px;
		float:left;
		width:981px;
		height:216px;
		border-top: 6px solid #00459f;
		border-bottom: 6px solid #ffa000;
	}
		
		.randompic {
			width:325px;
			height:216px;
			float:left;
		}
		
	#loader {
		float:left;
		margin-bottom:2px;
	}
	
	#footer {
		float:left;
		margin-top:40px;
	}
	
		#contact {
			padding-top: 4px;
			line-height: 2em;
			text-align: center;
			font-size: 11px;
			height:61px;
			width:979px;
			margin-left: auto;
			margin-right: auto;
			border-top: 6px solid #00459f;
			background: url(../images/grayFooter.png) left no-repeat;
			float:left;
		}
			
		#sponsors {
			margin-right:auto;
			margin-left:auto;
			width:450px;
			height:68px;
		}
		

/* home page styles
   these should only be used in home.php */
   
	#homepage {
		width: 929px;
		margin-left:26px;
		float:left;
	}
	
		#donatenowH {
			width:470px;
			height:54px;
			margin-left:-26px;
			margin-bottom:20px;
			float:left;
		}
		
		#homecopy {
			width:470px;
			margin-right:30px;
			float:left;			
		}
		
		#youtubeembed {
			float:right;
			width:423px;
			height:333px;
			border: 1px solid #70a3d0;
			margin-top:18px;
		}
		
		#eventblock {
			float:left;
			width:929px;
			margin-top:20px;
		}
		
			.event {
				float:left;
				width:299px;
				height:133px;
				border: 1px solid #70a3d0;
			}

/* foundation page styles */
	
	#foundpage {
		width:981px;
		float: left;
	}
	
	#donatenowF {
		width:149px;
		height:54px;
		margin-right: 101px;
		float:left;
	}
	
	#foundmenu {
		margin-top: -4px;
		width:208px;
		float:left;
		text-align: right;
		font-size: 12px;
		color:#00459f;
		line-height: 24px;
		font-size: 14px;
		font-variant: small-caps;
	}
		
		.foundMenuItem {
			cursor: pointer;
		}
	
	#foundcopy {
		width:470px;
		min-height: 225px;
		float:left;
		margin-left: 40px;
		margin-right: 30px;
	}
	
	#foundhead {
		float:left;
		min-height:56px;
		height: 56px;
		font-size: 16px;
		margin-top: 18px;
		min-width: 700px;
	}
	
/* news page styles */

	#newspage {
		width: 929px;
		margin-left:26px;
		float:left;
	}
	
	#newshead {
		float:left;
		font-size: 16px;
		margin-top: 18px;
		width: 300px;
	}
	
	#newscopy {
		margin-left:152px;
		width:440px;
		float:left;
	}
		.newsitem {
			margin-bottom: 15px;
			line-height: 18px;
		}
	
			.headline {
				font-size: 14px;
			}
		
			.subline {
				font-size: 12px;
				font-family: Arial;
			}
	
	#communEvents {
		margin-right:-25px;
		width:325px;
		float:right;
		margin-top: -58px;
	}
	
		.eventLayout {
			width:299px;
			float:left;
			border-bottom: 3px solid #e5e5e5;
			padding-bottom: 20px;
			margin-bottom: 20px;
			height: auto;
		}
	
		.eImage {
			width:299px;
			height:133px;
			float:left;
			border: 2px solid #e5e5e5;
		}
		
		.eHeadline {
			margin-top: 10px;
			margin-left: 16px;
			width:298px;
			color: #ffa000;
			font-variant: small-caps;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:19px;
			float:left;
		}
		
		.eInfo {
			margin-top:20px;
			margin-right:30px;
			margin-left: 16px;
			width:299px;
			float:left;	
			font-size: 14px;
		}
		
		.eDL {
			float:right;
			height:31px;
			width:100px;
			font-family: Arial;
			font-size: 11px;
			margin-top:-31px;
			line-height: 14px;
		}
			
	#donatenowN {
		width:149px;
		height:54px;
		margin-left:-26px;
		margin-bottom:20px;
		margin-right: 30px;
		float:left;
	}
	
/* Q&A page styles */

	#qapage {
		width:981px;
		float: left;
	}
	
	.qa {
		color: #ffa000;
		float: left;
	}
	
	#donatenowQA {
		width:149px;
		height:54px;
		margin-right: 101px;
		float:left;
	}
	
	#qamenu {
		margin-top: -4px;
		width:208px;
		float:left;
		text-align: right;
		font-size: 12px;
		color:#00459f;
		line-height: 24px;
		font-size: 14px;
		font-variant: small-caps;
	}
		
		.qaMenuItem {
			cursor: pointer;
		}
	
	#qacopy {
		width:470px;
		min-height: 225px;
		float:left;
		margin-left: 40px;
		margin-right: 30px;
	}
	
	#qaHead {
		float:left;
		min-height:56px;
		height: 56px;
		font-size: 16px;
		margin-top: 18px;
		min-width: 700px;
	}
	
		.qDL {
			margin-top: 25px;
			float:right;
			height:31px;
			width:110px;
			font-size: 11px;
			font-family: Arial;
			line-height: 14px;
		}
		
/* give page styles */

	#givepage {
		width: 929px;
		margin-left:26px;
		float:left;
	}
	
	#giveHead {
		float:left;
		font-size: 16px;
		margin-top: 18px;
		width: 700px;
	}
	
	#givecopy {
		margin-left:152px;
		width:770px;
		float:left;
	}
	
	#donatenowG {
		width:149px;
		height:54px;
		margin-left:-26px;
		margin-bottom:20px;
		margin-right: 30px;
		float:left;
	}
	
/* story page styles */

	#storypage {
		width:981px;
		float: left;
	}
	
	#donatenowS {
		width:149px;
		height:54px;
		margin-right: 101px;
		float:left;
	}
	
	#storymenu {
		margin-top: -4px;
		width:208px;
		float:left;
		text-align: right;
		font-size: 12px;
		color:#00459f;
		line-height: 24px;
		font-size: 14px;
		font-variant: small-caps;
	}
		
		.storyMenuItem {
			cursor: pointer;
		}
	
	#storycopy {
		width:700px;
		min-height: 225px;
		float:left;
		margin-left: 40px;
		/*margin-right: 30px;*/
	}
	
	#stHead {
		float:left;
		min-height:56px;
		height: 56px;
		font-size: 16px;
		margin-top: 18px;
		min-width: 700px;
	}
	
	#storyPics {
		float:right;
		width:200px;
		margin-left: 35px;
		margin-top: -34px;
	}
	
		.stPic {
			border: 2px solid #70a3d0;
		}