body {
	margin: 0px 0 0px 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 0.8em 0;
	color: #ED1B2E;
	line-height: 1.3em;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 1em 0;
	color: #000;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	color: #000;
}

a {
	color: #00529C;
	text-decoration: underline;
}

a:hover {
	color: #00529C;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.7em;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
	background: #FFF;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#top {
	height: 266px; /* 278 - top padding */
	padding: 12px 27px 0 0;
	background: url('/images/masthead.jpg') no-repeat;
	text-align: right;
}

#nav {
	height: 35px;
	background: #00529C;
	margin: 2px 0;
	padding-left: 3px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding-left: 8px;
	padding-right: 19px;
	margin: 0;
	float: left;
	background: url(/images/sep.gif) no-repeat center right;
}
#nav li a {
	line-height: 35px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#nav li a:hover { color: #ED1B2E; }
#nav li.nosep { background: none; padding-right: 0; }

#content {
	text-align: left;
	padding: 0;
	background-color: #FFF;
}

div#left {
	width: 395px;  /* 465 - L&R Padding */
	padding: 20px 50px 10px 20px;
	float: left;
}

div#right {
	width: 335px;
	float: left;
}
div#faqbox {
	width: 335px;
	float: left;
}

#donate { width: 335px; }
#donate td#donate_now {
	background: #ED1B2E url('/images/donatenow.jpg') no-repeat center right;
	height: 98px;
	border: 0;
	border-left: 2px solid #ED1B2E;
}
td#donate_now a {
	color: #FFF;
	font-size: 11px;
	display: block;
	height: 78px; /* 98 - top padding */
	text-decoration: none;
	padding: 20px 0 0 8px;
}
td#donate_now a span.nou { font-size: 30px; }
td#donate_now a span.u { text-decoration: underline; }
td#donate_now a:hover span { text-decoration: none; }
.row1 td,.row2 td {
	border-left: 1px solid #ED1B2E;
	border-bottom: 1px solid #ED1B2E;
	width: 50%;
	height: 145px;
	text-align: center;
	vertical-align: top;
	color: #ED1B2E;
	border-collapse: collapse;
}

#footer {
	text-align: center;
	color: #FFF;
	background: #ED1B2E;
	font-size: 10px;
	line-height: 24px;
	height: 24px;
	border-collapse: collapse;
}
* html #footer { margin-top: -3px; } /* IE6 Hack */
#footer a {
	text-decoration: none;
	color: #FFF;
}

.local {
	margin-top: 2px;
	width: 1em;
	text-align: center;
	border: 1px solid black;
	background: #00529C;
	color: #FFF;
}
.even { background: #DDD; }
.odd { }
.page { text-decoration: none; }
.pageInactive { color: #AAA; }

.clear { clear: both; }

@media print { 
	#wrapper { margin: 0; background: none; border: 0; }
	#top { display: none; }
	#nav { display: none; }
	#footer { display: none;}
	body { background: none; }
	div#left { width: 650px; padding: 0; }
	div#right { display: none; } 
	a { text-decoration: none; }
}
.appgifts1 {
	border: 1px solid #00529C;
}

.appgifts2 {
	border: 1px solid #BBD1E5;
	padding: 2px;
}

