@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: center;
}
.oneColElsCtrHdr #container {
	text-align: left;
	background-color: #FFF;
	width: 56em;
	margin-right: auto;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the 	 		    padding. */
	background-color: #FFF;} 
.oneColElsCtrHdr #header h1 {
	margin: 0px;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;}
.oneColElsCtrHdr #mainContent {
	padding: 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #069;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.oneColElsCtrHdr #footer {
	padding: 0px 10px;
	background-color: #FFF;} 
.oneColElsCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10pt;
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #069;
	margin-top: 0px;

}
.oneColElsCtrHdr #container #mainContent h2 {
	font-size: 10pt;
	color: #069;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColElsCtrHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #069;
}

.oneColElsCtrHdr #container #footer div a {
	font-size: 10%;
}
.oneColElsCtrHdr #container #footer div a {
	font-size: 10px;
}
.oneColElsCtrHdr #container #mainContent table {
	font-size: 10pt;
	color: #FFF;
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent table tr td {
	font-size: 10pt;
	color: #069;
}
.oneColElsCtrHdr #container #mainContent table tr td {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 10pt;
}
.oneColElsCtrHdr #container #mainContent table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
}
.oneColElsCtrHdr #container #mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #069;
}
.oneColElsCtrHdr #container #mainContent table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
}
.oneColElsCtrHdr #container #mainContent table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#earthday2010 {
	font-size: 16px;
}
