body{
	text-align: center; /* centering; see pagecell1 below */
}
#pagecell1 {
	width: 675px;
	margin-left: auto;  /* centering */
	margin-right: auto; /* centering */
	text-align: left;   /* centering; this fixes a bug; http://www.maxdesign.com.au/presentation/center/ */
}


td.header {
	BORDER-BOTTOM: #ff0000 1px solid
}

td {
	FONT-SIZE: 11pt; 
	FONT-FAMILY: sans-serif; 
	TEXT-DECORATION: none
}

td.Nav {
	BORDER-RIGHT: #ff0000 1px solid; 
	FONT-WEIGHT: 900; 
	FONT-SIZE: 11pt; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: sans-serif; 
	LETTER-SPACING: 1px; 
	TEXT-ALIGN: right; 
	FONT-VARIANT: small-caps; 
	TEXT-DECORATION: none
}

td.footer {
	BORDER-TOP: #ff0000 1px solid; 
	FONT-SIZE: 8pt
}

a {
	text-decoration: none;
	color: red;
	FONT-STYLE: normal; 
	FONT-FAMILY: sans-serif; 
}

a:Hover {
	text-decoration: underline;
	color: blue;
}

a.Nav {
	text-align: left;
	text-decoration: none;
	color: red;
	FONT-STYLE: normal; 
	FONT-FAMILY: sans-serif; 
}

a.Nav:Hover {
	text-decoration: underline;
	color: blue;
}

div.caption {
	FONT-SIZE: 8pt; 
	FONT-FAMILY: sans-serif; 
	TEXT-DECORATION: none; 
}

#donateHeader a:link, #donateHeader a:visited {
	width: 100%;
	height: 150px;
	display: block;
	background-image: url(../images/stoHeader.jpg);
}

#donateHeader a:hover{
	width: 100%;
	height: 150px;
	display: block;	
	background-image: url(../images/stoHeader_fade.jpg);
}