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

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

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

	

}

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

#nav a:hover {
  color: #eeeeee;
  background: #800000;
  text-decoration: none;
}

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

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

#submenu {
	text-align: right;
	margin-right: 50px;
}
#submenu .selected {
  border-bottom: 2px solid #222222;
	
}

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

a:hover {
  color: #eeeeee;
  background: #0000a0;
  text-decoration: none;
}

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

}

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

p {
	padding: 10px 15px 10px 15px;
	margin: 0px;
}

.indent {
	 text-indent: 50px;
	 text-align: left;
	 padding-left: 50px;
}
.toright {
	padding-left: 50px;
}
.para {
	text-align: justify;
	clear: both;
}

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

}

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

h2 {
	font-size: 160%;
	color: #800080;
	margin-bottom: 30px;
}

#credits {
	margin-top: 50px;
	color: #aaaaaa;
	font-size: 85%;
	font-family: Arial;
	line-height: 120%;
	clear: both;
}

#credits a {
	color: #c08080;
}

#credits a:hover {
	color: #eeeeee;
	background:#c08080;
	text-decoration: none;
}
.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 */
