p, h1, h2, ul, ol {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5345;
	margin: 0;
	padding: 0;
	background: url(../images/bg_body2.jpg) no-repeat top center #f5e9ca;
}

#container {
	position: relative;
	width: 829px; /*includes border*/
	margin: 0px auto 20px auto;
}

#footer {
	clear: both;
	position: relative;
	background: url(../images/footer_grass.jpg) no-repeat;
	margin-top: 5px;
	height: 121px;
	width: 819px;
}

#footer2 {
	clear: both;
	color: #7a6e5b;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	margin-top: 12px;
}

#footerNav {
	background: url(../images/bg_footerNav.gif) no-repeat;
	height: 22px;
	width: 414px;
	margin: 0px auto;
}

#header {
	position: relative;
	width: 829px;
	height: 94px;
}

#homeBody {
	clear: both;
	background: url(../images/bg_homebody.gif) repeat-y #f8f8f7;
}

#homeBodyInside {
	clear: both;
	background: url(../images/bg_insidebody.gif) repeat-y #f8f8f7;
}

#left {
	float: left;
	width: 545px;
	padding: 0px 15px 25px 20px;
}

#right {
	float: left;
	width: 235px;
	padding: 0px 0px 25px 4px;
	text-align: center;
}

#mainBody {
	background-color: #f8f8f7;
	width: 819px;
	padding: 5px;
}

#masthead_h1 {
	float: left;
	height: 339px;
	width: 578px;
	margin-bottom: 16px;
}

#masthead_h2 {
	background: url(../images/header2_donate.jpg) no-repeat;
	float: left;
	height: 339px;
	width: 235px;
	margin-left: 6px;
}

#masthead_h1i {
	float: left;
	height: 312px;
	width: 578px;
	margin-bottom: 6px;
}

#masthead_h2i {
	background: url(../images/header2i_donate.jpg) no-repeat;
	float: left;
	height: 312px;
	width: 235px;
	margin-left: 6px;
}

#nav {
	width: 738px;
	height: 25px;
	background: url(../images/bg_nav.gif) no-repeat;
	float: right;
	margin-top: 69px;
}

#optin {
	position: absolute;
	top: 23px;
	left: 632px;
}

.photo {
	float: left;
	width: 126px;
	padding-left: 18px;
	text-align: center;
	margin-bottom: 25px;
}

#subnav {
	height: 36px;
	width: 819px;
	padding-top: 6px;
	clear: both;
	background: url(../images/bg_subnav.gif) repeat-x bottom #f1dfa6;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 6px solid #f8f8f7;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #0492a2;
	margin-bottom: 15px;
	text-transform: uppercase;
}

img {
	border: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #5c5345;
	margin-bottom: 20px;
}

.blue {
	color: #0492a2;
}

.red {
	color: red;
}


/*LINK STYLES*/
a, a:visited, a:active {
	color: #a67500;
}
a:hover {
	color: #bc0743;
}

a.red, a.red:visited, a.red:active {
	color: #bd0742;
	text-decoration: none;
}
a.red:hover {
	color: #a67500;
}

#footer2 a, #footer2 a:visited, #footer2 a:active {
	color: #2e9379;
	text-decoration: none;
}

#footer2 a:hover {
	color: #ffb900;
	text-decoration: underline;
}

#subnav a, #subnav a:visited, #subnav a:active {
	color: #0492a2;
	text-decoration: none;
}

#subnav a:hover {
	color: #bc0743;
}

#subnav a.current {
	color: #bc0743;
}

/*ROLLOVERS*/
a.rollover:hover img, a.rollover:active img, a.rollover:visited:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

a.rollover:visited img, a.rollover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*FORM STYLES*/
.whitebg {
	background-color: #ffffff!important;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

input, select {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7f9db9;
	background-color: #fff;
}

select {
	padding: 2px;
}

.row {
	display: block;
	margin-bottom: 14px;
	clear: both;
}
label {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 15px;
	margin-top: 9px;
}

/*CROSSFADER*/
.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#fader {
	margin: 0px auto;
	background: url(images/fade-box-bg.gif);
	position: relative;
	height: 312px;
	width: 578px;
}