body {
	margin: 0 5%;
	padding: 0;
	background-color:#FFFFFF;
	font-family: arial, helvetica, sans-serif, Geneva, Swiss, SunSans-Regular; 
	color: #005d93;
	font-size: 10pt;
	text-align:center;
}

#pageWrapper {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	border: 0px #FF0000 solid;
}

/* Needed to center the page horizontally. */
#pageWrapper2 {
	position:relative;
	border: 0px #FF0000 solid;
}

#logo, #masthead, #navMenu, #navMenuContainer, #donation {
	display:none;
}

#logoPrint {
	width:100%;
	height:auto;
	display:block;
}

#textContentWrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	border: 0px solid #666666;
}

/* For FireFox */
html > body > #textContentWrapper {
	width: 100%;
	height: auto;
}

#textContent {
	position: relative;
	width: 98%;
	height: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-color: #FFFDF7;
	text-align:left;
	border: 1px solid #999999;
}

/* For FireFox */
html > body > #wrapper > #textContent {
	width: 98%;
	height: auto;
}

#footer {
	height: 100px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	height: auto;
	text-align: center;
	border: 0px solid red;
	clear: both;
	font-size: .8em;
}

.clearBoth {
	clear:both
}

pre {
	font-family: courier; 
}


p, ul, td {
	margin-top: 0px;
	margin-bottom: 12px;
}

ul, td {
	font-size: 1em;
}

a:link, a:visited {
	color: #4a8043;
	text-decoration: none;
}

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

.head1 {
	font-size: 1.45em;
	font-weight: bold;
	color: #EC9915;
}

h1 {
	margin-top:0px;
	font-size:1.3em;
	color: #EC9915;
	text-transform:lowercase;
}

.head2 {
	font-size: 1.18em;
	font-weight: bold;
	color: #005d93;
}

h2 {
	font-size: 1.15em;
	color: #005d93;
}

.head3 {
	font-size: 1.18em;
	font-weight: bold;
	color: #4a8043;
}

h3 {
	font-size: 1.15em;
	color: #4a8043;
}

.heavy {
	font-weight: bold;
}

.green {
	color: #4a8043;
}

.blue {
	color: #005d93;
}

.orange {
	color: #EC9915;
}

.xxlarge {
	font-size: 1.3em;
}

.large {
	font-size: 1.2em;
}

.medium, .regular {
	font-size: 1em;
}

.small {
	font-size: .9em;
}

.xsmall {
	font-size: .8em;
}

.xxsmall {
	font-size: .7em;
}

.orangeSmall {
	font-size: .9em;
	color: #EC9915;
}

#form-thanks {
	display:none;
}

#article > p {
	line-height:160%;
}

sup {
	vertical-align:top;
	font-size:0.95em;
	font-weight:bold;
	margin-left:1px;
	margin-right:2px;
}

