/*/-----  CSS StyleSheet - Home.html -----/*/




/*/-----  Slideshow Styles _ Begin -----/*/

#Body {
	height: 1325px;
	width: 1145px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#Body .Body_Holder {
	height: 450px;
	background-color: #FFF;
	width: 1145px;
	padding-top: 25px;
}
#Body img {
	border: thin solid #000;
}




#Body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #010066;
	font-size: 30px;
}

#Body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #010066;
	font-size: 20px;
}

#Body .VideoFrame {
	border: 4px double #000;
	width: 650px;
	height: 425px;
	margin-left: 250px;
	float: left;
}
.FundrasingLevels {
	float: right;
	margin-right: 75px;
	height: 425px;
	background-color: #E8E8E8;
	width: 300px;
	border: 4px double #000;
}
.FundrasingLevels img  {
	list-style-type: none;
	background-color: #CCC;
	margin-top: 0px;
	border: 1px solid #666;
}
.FundrasingLevels h3 {
	font-size: 22px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #010066;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 10px;
}
.FundrasingLevels p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 10px;
	color: #010066;
}
.FundrasingLevels p a {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.FundrasingLevels p a:hover {
	font-style: oblique;
}






#Body .Contribute {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	background-color: #FFF;
	padding: 5px;
	border: 4px double #CCC;
}

#Body .Contribute:hover {
	letter-spacing: 1px;

}

#Body .GetInvolved {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #010066;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	background-color: #FFF;
	padding: 5px;
	border: 4px double #CCC;
	margin-left: 25px;
}

#Body .GetInvolved:hover {
	letter-spacing: 1px;

}

#Body .WebLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#Body .WebLink:hover {
	color: #666;
	letter-spacing: 1px;
}


#Date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: right;
	margin-top: 14px;
	color: #333;
	padding-left: 5px;
}
