@font-face {
	font-family:Willow;
	src:url(https://www.arroyoseco.org/typefaces/ITC_Willow.ttf),
	url(https://www.arroyoseco.org/typefaces/ITC_Willow.eot); /* IE9+ */
}
body {
	background:#4BA6A6;
	font-size:100%; /* specify in percent here and in em elsewhere */
	padding:25px;
}
div#container {
	background:#FFFFFF;
	width:760px;
	margin:auto; /* centers div on page */
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
}
div#address { /* address in footer */
	width:585px;
	padding:5px 5px 5px 10px;
	float:left;
}
div#address a:link {
	color:#ffffff;
	text-decoration:none;
}
div#address a:visited {
	color:#ffffff;
	text-decoration:none;	
}
div#address a:hover {
	text-decoration:underline;	
}
div#banner {
	background:#006600;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0; /* Firefox */
	text-align:center;
	padding-top:5px;
}
div#bannerleft { /* logo in header */
	background:#006600;
	float:left;
	padding-top:20px;
	height:130px;
	width:235px;
	text-align:center;
}
div#bannerright { /* title in header */
	background:#006600;
	float:left;
	margin-top:-5px;
	height:155px;
	width:525px;
	text-align:center;
}
div#calnews {
	background:#99bb54;
	width:760px;
	padding:5px 0;
}
div#footer {
	background:#006600;
	width:750px;
	padding:5px;
	overflow:hidden; /* keeps images inside div */
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px; /* Firefox */
}
div#social { /* social media icons in footer */
	width:130px;
	padding:40px 5px;
	float:left;
	text-align:center;
}
div#volunteer {
	background:#99bb54;
	margin:5px 0;
	padding:5px;
	overflow:hidden; /* keeps images inside div */
	width:750px; /* keeps div correct width in iContact */
}
div.green {
	background:#eaf2d3;
	padding:5px;
	overflow:hidden; /* keeps images inside div */
	width:750px;  /* keeps div correct width in iContact */
}
div.white {
	background:#ffffff;
	padding:5px;
	overflow:hidden; /* keeps images inside div */
	width:750px; /* keeps div correct width in iContact */
}
a:link {
	color:#a66125;
	text-decoration:none;
}
a:visited {
	color:#a66125;
	text-decoration:none;
}
a:hover {
	color:#186c6c;
	text-decoration:underline;
}
a image {
	border:none; /* IE */
}
h1 { /* Arroyo Currents */
	color:#FFFFFF;
	font-family:Willow;
	font-size:3.5em;
	font-weight:lighter;
	letter-spacing:5px;
	line-height:50%;
}
h1#date { /* date in banner */
	color:#FFFFFF;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:2em;
	letter-spacing:2px;
}
h2 { /* feature titles */
	color:#a66125;
	font-family:Calibri,Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:1.5em;
}
h3 { /* section headings */
	color:#A66125;
	font-family:Calibri,Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:1.75em;
	letter-spacing:2px;
	line-height:50%;
}
h4 { /* calendar & news titles */
	color:#A66125;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.75;
}
h4.large { /* general titles */
	font-size:1.2em;
}
h5 { /* calendar date & time */
	color:#006600;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.8em;
	text-align:center;
}
h6 { /* footer */
	color:#ffffff;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.7em;
	letter-spacing:1px;
}
img.right { /* right-aligned images in features */
	float:right;
	margin:0 0 0 8px;
}
img.left { /* right-aligned images in features */
	float:left;
	margin:0 8px 0 0;
}
p {
	color:#222222;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.75em;
	line-height:1.4;
}
p.small {
	color:#006600;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.65em;
	font-weight:bold;
	text-align:center;
}
p.larger {
	color:#006600;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.9em;
	font-weight:bold;
}
td a:link {
	color:#ffffff;
	text-decoration:none;
}
td a:visited {
	color:#ffffff;
	text-decoration:none;
}
td a:hover {
	color:#99bb54;
	text-decoration:none;
}
td.datime { /* date and time cells on calendar */
	background:#ffffff;
	width:80px;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
}
td.description { /* description of calendar events */
	background:#ffffff;
	width:390px;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
}
td.summary { /* summary of news articles */
	background:#ffffff;
	width:570px;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
}
td.title { /* titles of events and news articles */
	background:#006600;
	color:#FFFFFF;
	width:170px;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
}
ul {
	color:#222222;
	font-family:Verdana,Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.75em;
}
.center {
	text-align:center;
}
div.twocolleft {
	width:375px;
	float:left;
	overflow:hidden;
	}
div.twocolright {
	width:375px;
	float:left;
	overflow:hidden;
}	