@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#resetwrapper {
	position: relative;
	margin: 0 auto;
	border: none;
}

#container {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 944px;
	height: 1200px;
	border: none;
	background-color: #F6FAFB;
	/*overflow: auto;*/
}

#contentbox {
	margin: 0;
	padding: 20px 0 0 0;
	width: auto;
	height: 900px;
	background-image: url(images/greengradient.jpg);
	background-repeat: repeat-x;
}

img#masthead {
	margin: 0;
	padding: 0;
}

#nav {
	width: 190px;
	height: auto;
	background-color: none;
	float: left;
	clear: none;
	margin: 20px 20px 20px 30px;
}

#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
}
a {
	color: #700D0D;
}

.navbutton {
	width: 180px;
	height: 30px;
	background-color: none;
	background-image: url(images/navrolloverimage.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}

.navbutton:hover {
	background-position: bottom;
}

#pagetext {
	width: 660px;
	height: auto;
	float: left;
	clear: right;
	margin-bottom: 100px;
	margin-top: 20px;
	background-color: #DDBE87;
	border: 1px dotted #000033;
	padding: 10px;
}

#pagetext img.leftimg {
	padding-right: 10px;
	padding-bottom: 10px;
}

#pagetext img.rightimg {
	padding-left: 10px;
}

.clear {
	clear: both;
}

/* This is styling for the RSS feed from feedsweep.com */

#blogfeed {
	width: 205px;
	height: 300px;
	margin-left: 30px;
	padding: 20px;
	background-image: url(images/brownbox.png);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

.blogfeed_link { /*for link anchor tags */

}

.blogfeed_title { /*for title div */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.blogfeed_item { /*for item div */
	margin-bottom: 10px;
}

.blogfeed_headline { /*for headline div */

}

.blogfeed_body { /*for body div */

}


/* end styling for feedsweep.com */

#twitterfeed {
	width: 290px;
	height: 350px;
	margin-left: 95px;
	float: left;
	clear: none;
	/*margin-right: 40px;*/
}
#flickrfeed {
	float: right;
	clear: right;
	margin-top: -20px;
	margin-right: 30px;
}
.donorbox {
	width: 600px;
	float: left;
	clear: right;
	margin-bottom: 20px;
}

.donorbox img {
	padding-right: 20px;
}

img {
	border: none;	
}

/*table#donors img {
	padding-right: 20px;
}*/

table#donors {
	border: 1px solid #000033;
	border-collapse: collapse;
}

table#donors td {
	border: 1px solid #000033;
	border-collapse: collapse;
}	

#footer {
	bottom: 0;
	text-align: right;
	float: right;
	padding-right: 20px;
}
