/* CSS Document */

body {
	background-image:url(../images/Charitable_BG1.png);
	background-color:#dddedf;
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	}
	
.Green {
	color:#6C9D31;	
	}
	
#Wrapper1 {
	width:800px;
	height:auto;
	margin:0 auto;
	}	
	
#Header {
	width:100%;
	height:220px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
	text-align:center;
	}
	
#Header img {
	margin:0;
	padding:0;
	border:0;
	}	
	
#Header img#Logo {
	margin:20px 0px 0px 0px;
	}	
	
/* 	Primary Navigation 888888888888888 */	

#PrimaryNavigation {
	width:100%;
	height:52px;
	background-image:url(../images/Charitable_PrimaryNavBG1.gif);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
	clear:both;
	}
	
#PrimaryNavigation ul {
	margin:0;
	padding:13px 0px 0px 0px;
	height:35px;
	}
	
#PrimaryNavigation li {
	margin:0% 2.5% 0% 2.5%;
	padding:0px 0px 10px 0px;
	display:inline;
	list-style:none;
	line-height:35px;
	}	
	
#PrimaryNavigation li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#6C9D31;
	text-decoration:none;
	font-weight:bold;
	}
	
#PrimaryNavigation li a:hover {
	text-decoration:underline;
	}
	
#PrimaryNavigation li.border {
	border-right:1px dotted #6C9D31;
	}		
	
/* 	Secondary Navigation 888888888888888 */	
	
#SecondaryNavigation {
	width:100%;
	height:25px;
	position:relative;
	top:0;
	margin:0;
	padding:0;
}

#SecondaryNavigation ul {
	position:absolute;
	right:0;
	margin:0;
	padding:0;
	height:25px;
	display:inline;
	}
	
#SecondaryNavigation li {
	padding:0px 8px 0px 4px;
	margin:0;
	display:inline;
	list-style:none;
	text-align:left;
	}	
	
#SecondaryNavigation li a {
	font-family:"Times New Roman", Times, serif;
	color:#6C9D31;
	text-decoration:none;
	margin:0;
	padding:0;
	font-weight:bold;
	}
	
#SecondaryNavigation li a:hover {
	text-decoration:none;
	border-bottom:1px solid #6C9D31;
	}
	
#SecondaryNavigation li.border {
	border-right:1px dotted #6C9D31;
	}	
	
/* 	Content 888888888888888 */	
	
#ContentWrapper1 {	
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0px 0px 0px;
	text-align:left;
	}
	
img.FloatRight {
	float:right;
	clear:right;
	}
	
img.FloatLeft {
	float:left;
	clear:left;
	}
	
#ContentWrapper1 img {
	margin:10px;
	padding:3px;
	border:1px solid #BCBEC0;
	}
				
#ContentWrapper1 h1 {
	color:#6C9D31;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #6C9D31;
	padding:0px 0px 7px 10px;
	}
	
#ContentWrapper1 h2 {
	color:#6C9D31;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	margin:5px 10px 4px 10px;
	}

#ContentWrapper1 p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#757C5A;
	margin:0px 10px 0px 10px;
	padding:0px 0px 15px 0px;
	}	
	
#ContentWrapper1 a {
	color:#6C9D31;
	text-decoration:none;
	margin:0;
	padding:0;
	font-weight:bold;
	}
	
#ContentWrapper1 a:hover {
	text-decoration:underline;
	}
	
	
	
	
/* 	Footer 888888888888888 */	
	
#Footer {
	width:100%;
	height:50px;
	font-family:"Times New Roman", Times, serif;
	color:#757C5A;
	border-top:1px solid #BCBEC0;
	margin:30px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	clear: both;
	}
		
#Footer a {
	font-family:"Times New Roman", Times, serif;
	color:#757C5A;
	margin:0px 10px 0px 10px;
	padding:0;
	text-decoration:none;
	}
	
#Footer a:hover {
	text-decoration:underline;
	}

#Footer p {
	font-family:"Times New Roman", Times, serif;
	color:#757C5A;
	margin:0px 10px 0px 10px;
	padding:0;
	text-decoration:none;
	width:70%;
	float:left;
	}

#Footer .left {
	float:left;
	}
	
#Footer .right {
	float:right;
	}		
