@charset "UTF-8";

body {
	background-color: #FF8E00;
}
h1 {
	margin-top: 20px;
	text-transform: uppercase;
}
h2 {
	color: #009446;
	margin-left: -3px;
}
h4 {
	margin-top: 12px;
}
h5 {
	margin-top:15px;
    margin-bottom:-9px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	}

hr {
	height: 1px;
	border: none;
	color: silver;
	background-color: silver;
}



div#page_header {
	margin-left: 15px;
	}

div#wrapper {
	margin: 20px auto;
	background-color: white;
	width: 1000px;
	padding: 10px;
	padding-top: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#header {
	border: none;
}
div#content {
	margin-top: 20px;
}
div#content div#left {
	float: left;
	width: 216px;
	padding: 8px;
}
div#content div#left ul {
	margin-top: 0;
	list-style: none;
	line-height: 24px;
}

div#content div#middle {
	float: left;
	max-width: 480px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
}
div#content div#right {
	float: right;
	width: 248px;
	padding: 0;
}

.hidden {
	display: none;
}
div#donate {
	text-align: center;
	margin-top: 20px;
}
#donateBtn {
	font-size: large;
	background-color: #009446;
	color: white;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	-moz-box-shadow: 0 0 8px lawngreen;
	-webkit-box-shadow: 0 0 8px lawngreen;
}
#facebook a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#facebook a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}
#facebook a img {
	position: relative;
	top: 8px;
	margin-top: -7px;
}
#footer {
	border: none;
	border-top: 1px solid black;
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 8px;
	margin-bottom: 4px;
}
div#copyright {
	text-align: center;
	color: white;
}

div#sitemap a {
	text-decoration: none;
	color: #000;
	}
#sitemap a:hover {
	text-decoration: underline;
	color: #000;
	}

/*  nav links */ 
div#content div#left a:link {
	color: #FF8E00;
	text-decoration: none;
	font-weight: bold;
	}
	
div#content div#left a:visited {
	color: #FF8E00;
	text-decoration: none;
	font-weight: bold;
	}

div#content div#left a:hover {
	color: #FF8E00;
	text-decoration: none;
	font-weight: bold;
	}
	
div#content div#left a:active {
	color: #FF8E00;
	text-decoration: none;
	font-weight: bold;
	}


/*  content links */ 
div#content a:link {
	color: #009446;
	text-decoration: none;
	}
	
div#content a:visited {
	color: #009446;
	text-decoration: underline;
	}

div#content a:hover {
	color: #009446;
	text-decoration: underline;
	}
	
div#content a:active {
	color: #009446;
	text-decoration: none;
	}
	
.content_header {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	}
	

	