body {
	background:url(images/bg.gif) top center;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	width:700px;
	margin:0 auto;
}
#container {
	background:#FFFFFF;
	width:660px;
	margin:0 auto;
	padding:0 20px 20px;
}
h1 {
	margin:0;
	text-align:center;
	color:#CC0000;
	font-family:Impact;
	font-size:35px;
	font-weight:normal;
}
h2 {
	margin:0 0 10px;
	text-align:left;
	color:#334F7B;
	font-family:Tahoma;
	font-size:18px;
	text-decoration:underline;
}
table.application {
	font-size:14px;
}
table.story_box {
	background:#9DD3FF;
	padding:10px;
	width:520px;
	margin:0 auto;
}
div#menus {
	margin:0px auto;
	text-align:center;
	padding:10px 0 20px;
	font-size:14px;
}
#footer {
	width:700px;
	margin:0 auto;
}
#terms {
	color:#FFFFFF;
	width:700px;
	margin:10px auto;
	text-align:center;
	font-size:14px;
}
#terms a {
	color:#FFFFFF;
}
div.sep {
	border-bottom:1px solid #666666;
	width:97%;
	margin:20px 0;
}

#donate_now {
	background:url(images/donate_bg.jpg) center top no-repeat;
	width:288px;
	height:587px;
	margin:0 auto;
	padding:0 20px;
}
.inputStyle {
	border:1px solid #1253C5;
}
#newsletter {
	background:#003DBB url(images/newsletter_bg.jpg) center top repeat-x;
	width:293px;
	margin:0 auto;
	padding:0px 20px 10px;
	border:1px solid #000000;
}

/* CUSTOM CLASSES */
.red {
	color:#CC0000;
}
.blue {
	color:#334F7B;
}
.px12 {
	font-size:12px;
}
.px14 {
	font-size:14px;
}
.px20 {
	font-size:20px;
}