
body {
background: #333333;
color: #cccccc; 
font: 100%/150% Georgia, "Times New Roman", Times, serif;
}

#wrapper{
	background: #501011;
	width: 850px;
	text-align: center;
	margin: 0px;
	padding: 10px 30px 10px 30px;
}

#nav {
	color: #aaaaaa;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	font-size: 110%;
	text-transform: uppercase;
	background: #501011;
	padding: 5px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	

}

#nav a {
	color: #aaaaaa;
        padding: 5px;
}

#nav a:hover {
  color: #500000;
  background: #aaaaaa;
  text-decoration: none;
}

#nav .selected {
/* color: #500000;
  background: #aaaaaa; */
  text-decoration: none;
  padding: 5px;
  border: none;
  border-bottom: 5px solid #aaaaaa;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

a, a:visited {
  color: #dddd80;
  background: transparent;
  text-decoration: none;
}

a:active {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

a:hover {
  background: transparent;
  text-decoration: underline;
}

#wrapper img {
	margin: 10px;
	border: none;
}

#header img {
	margin: 0px;
	border: none;
}

.indent {
	 text-indent: 50px;
	 text-align: left;
	 padding-left: 50px;
}
.toright {
	padding-left: 50px;
}

.mission { text-align: left;
	 margin-left: 120px;
	 margin-right: 120px;
	 padding: 20px;
  	 border: 2px solid #008000;
}
.slogan {
	font-weight: bold;
	color: #a0a000;
	text-align: center;

}

h3 {
	font-size: 140%;
	color: #cccccc;
	margin-bottom: 20px;
}

#credits {
	color: #a0a0a0;
	font-family: Arial;
	line-height: 120%;
}

.donationlist li {
	margin-top: 20px;
	text-align:left;
}

/* contact form */
#contactarea {
	width:500px;
	margin:0px auto;
	text-align:left;
}

#inputbox {
	border: 1px solid #000;
	width: 350;
	padding: 2px;
}


#textarea {
	border: 1px solid #000;
	padding: 2px;
	width:410;
}

#submitbutton {
	color: #000;
}
/* contact form ends */
