* {
	margin:0;
	padding:0;
}

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005d93;
	text-align:center;
	background-color:#FEC083;
	line-height:1.45em;
}

#pageWrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

/* Needed to center the page horizontally. */
#pageWrapper2 {
	position:relative;
	top:20px;
	margin-left:auto;
	margin-right:auto;
	width:784px;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:114px;
	height:125px;
	z-index:0;
	background-color:#d6eac5;

}

#masthead {
	position:absolute;
	top:5px;
	left:114px;
	width:670px;
	height:83px;
	z-index:0;
	background-color:#d5e9c4;
}

#logoPrint {
	display:none;
}

#textContentWrapper {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 780px;
	z-index: 2;
	z-index:0;
}

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

#textContentHeader {
	position: relative;
	width: 771px;
	height: 25px;
	border: 1px solid #999999;
	background-color:#FEC083;
	padding:0;
	margin:0;
	text-align:left;
}

#donate {
	float:right;
	width: 190px;
	height: 40px;
	z-index:10;
}

a#donate {
	margin:-5px -10px 10px 0;
	background-image:url("/images/donation.png");
} 

a:hover#donate {
	background-image:url("/images/donation-hover.png");
} 

#textContent {
	position: relative;
	width: 750px;
	min-height: 300px;
	height: auto;
	border: 1px solid #999999;
	padding: 10px 15px 20px 17px;
	background-color: #FFFDF7;
	text-align:left;
	z-index:1;
}

/* For FireFox */
html > body > #wrapper > #textContent {
	width: 750px;
	min-height: 300px;
	height: auto;
}

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

h1, h2, h3, h4 {
	margin-top:3px;
	margin-bottom:12px;
}

.head1 {
	font-size: 1.5em;
	color: #EC9915;
}

h1 {
	font-size:1.5em;
	color: #EC9915;
	text-transform:lowercase;
	font-weight:normal;
}

.head2 {
	font-size: 1.5em;
	color: #005d93;
}

h2 {
	font-size: 1.5em;
	color: #005d93;
	font-weight:normal;
	line-height:1.1em;
}

.head3 {
	font-size: 1.3em;
	line-height:1.1em;
	color: #4a8043;
}

h3 {
	font-size: 1.3em;
	line-height:15px;
	color: #4a8043;
	font-weight:normal;
}

pre {
	font-family: courier; 
}

td, li {
	padding-bottom:5px;
}

p, ul, table {
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	margin-left:20px;
}

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

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

table {
	margin-bottom:10px;
}

textarea, input {
	font-size:1em;
}

blockquote { 
	margin-left:25px;
	margin-right:25px;
}

hr {
	margin:12px 0;
}

img {
	margin:2px 7px;
}

.heavy {
	font-weight: bold;
}

.green {
	color: #4a8043;
}

.blue {
	color: #005d93;
}

.orange {
	color: #EC9915;
}

.white {
	color: #fff;
}

.xxlarge {
	font-size: 1.3em;
}

.large {
	font-size: 1.2em;
}

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

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

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

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

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

.biblioEntry {
	text-indent:-3em; 
	margin-left:5em;
	margin-right:3em;
	margin-bottom:1em;
	margin-top:10px;
}

#article {
	padding:20px 40px 20px 40px;
}

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

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

.clearBoth {
	clear:both
}

.rotateYear {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.activityDate {
	background-color:#EC9915; 
	position:relative;
	padding:5px 5px 5px 5px;
	margin:0px 7px;
	color:#fff;
	width:58px;
	height:58px;
}

.activityDate .activityMonth {
	text-transform: uppercase;
	font-size:25px;
	line-height:25px;
}

.activityDate .activityDay {
	font-size:35px;
	line-height:30px;
}

.activityDate .activityYear {
	display:block; 
	position:absolute;
	top:25px;
	right:-8px;
	font-size:1.4em;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);			
}

<!--[if IE]>
.activityDate .activityYear {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	right:-15px; top:5px;
}
<![endif]-->


