@charset "utf-8";
/* CSS Document */
#activities {
	background-color:#FFF0E8;
	overflow:hidden;
	padding-bottom:0;
	position:relative;
	height:199px;
}
#activities img {
	float:right;
	display:block;
}
#activities #factDiv {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	position:absolute;
	text-align:center; 
	left:20px;
	bottom:0;
	z-index:99;
	padding: 10px;
	color:#C33;
	font-weight:bold;
	font-size:110%;
	line-height:1.5;
	width:560px;
}
#leftColumn {
	width:702px;
	font-size:120%;
	padding-left: 40px;
	padding-bottom:20px;
}
#leftColumn a {
	/*color:#F96;*/
	color:#E36C0A;
	text-decoration:none;
	text-transform:uppercase;
	font-size:90%;
	font-weight: bold;
}
#leftColumn .size {
	font-size:90%;
	color:#000;
	font-weight:normal;
}
#leftColumn a:hover {
	text-decoration:underline;
}
#leftColumn h2 {
	color:#06C;
	margin-bottom:0;
}
#leftColumn h2 + p {
	margin-top:0;
}
#leftColumn h2 {
	/*color: #C33;*/
}
#leftColumn h2 i{
	color: #C33;
	font-style:normal;
}
#leftColumn span {
	color:#06C;
	font-weight:bold;
}
#leftColumn h2 span.inline {
	color: #000;
	font-size:1.3em;
}
#rightColumn { 
	width:200px;
}
#leftColumn table th {
	text-align:center;
	
}
table#vertical th.WADADataTableHeader {
	text-align:right!important;
	
}
#leftColumn table caption {
	height:35px;
	line-height:20px;
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
	color:#06C;
	text-align:left;
	margin-top: 35px;
}
#leftColumn table tr.odd {
	background-color: #FFF0E8;
}
#leftColumn table#history td p {
	margin:0 0 auto 0;
}
.donated {
	color:#06C;
	font-style:italic;
}
