html body, #mainwrap, #leftwrap, #rightwrap, #bothwrap {background: transparent none;}

#topwrap, #navbar, #header, #footer, #footerAd, #leftcolumn, #rightcolumn, #printheader, #printfooter
{
	display: none !important;
	visibility: none !important;
}

#content, #leftwrap, #rightwrap, #bothwrap, #onecolumncontent, #twocolumncontent {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent none !important;
}

html body
{
	width: 700px;
	font-size: 14px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

img, a, span, hr {
	visibility: hidden;
	display:none;
}

.noPrint {
	display:none !important;
}

h2 {
	font: Verdana, Geneva, sans-serif;
	font-size: 24px !important;
	color:#000000;
}

#innercontent {
	width:100%;
	margin:0 auto;
	text-align: left
}

#donationForm fieldset {
	width:600px;
	display: block;
}

.formLeft, .formRight {
	float:left;
	width:200px;
	text-align:left;	
	margin-bottom: 10px;
}


form input#submitButton {
	display:none;
}

em {
	font-size:.9em;
}

strong em {
	font-style:normal;
	font-size:1.5em;

	color:#000000;
	font-family:Helvetica,Arial,sans-serif;
	text-transform:uppercase;
}

.innercolumn li
{
	margin-bottom: 10px;	
}

label, input {
	float:left;
}

label {
	margin-right:10%;
	width:35%;

	font-weight:bold;
	text-align:right;
}

label#donationLabel {
	text-align:left;
	width:auto;
}

#amount {
	font-size:1.5em;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed black;
	width:70%;
	margin-left:0;
}

input.textBox {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed black;
	width:40%;
}

input.phoneNumber {
	font-size:1.5em;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed black;

	width:.5in;

}

input#donationAmount {
	font-size:1em;
	width:30%;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed black;
}

br, p {
	clear:both;
}

a, .breadcrumbs, #func
{
	display:none;
}

.noScreen
{
	display: block !important;	
}