body {
	background: #999;
	padding: 0px 0 40px;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background: white;
}
#header {
	background-color: white;
	height: 116px;
	padding-left: 10px;
	padding-right: 10px;
}
#header h2 {
	display: none;
}
.tagline {
	background-image: url(../images/headerbkgd.jpg);
	height: 116px;
}
.logo {
	margin-top: 30px;
}
#nav {
	background-image: url(../images/menubkgd.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	width: 940px;
	height: 35px;
	margin-bottom: 0px;
	background-color: white;
}
#nav li {
	display: inline;
	padding-right: 20px;
}
#nav a {
	color: white;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	text-decoration: underline;
}
#midsection {
	background-color: white;
	width: 940px;
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#content {
	background-color: white;
	width: 950px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#sidenav {
	border-bottom: 1px dashed #333;
}
#sidenav li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #333;
}
#leftcol, #rightcol, #midcol {
	border-top: 10px solid #cc0000;
	padding-top: 10px;
}
.rightnav {
	border-bottom: 1px dashed #333;
}
.rightnav li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #333;
}
.rightnav a {
	color: #cc0000;
}
.rightlink {
	float: right;
}

form#donate span {clear: both; width: 130px; float: left;}

#footer {
	background-color: white;
	width: 950px;
	padding-left: 10px;
	padding-top: 5px;
	border-top: 10px solid #cc0000;
	text-align: center;
}
#footernav li {
	display: inline;
	padding-right: 20px;
}
#footer p {
	font-size: .7em;
	line-height: .9em;
	margin-top: -5px;
}
#footernav a {
	text-transform: capitalize;
	font-size: .8em;

}