/* ------------------------------------------------------------
 * Global Styles
 ------------------------------------------------------------- */
body {
    background: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
    line-height: 1.2em;
    color: #333;
    }

th, td {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
    line-height: 1.2em;
    color: #333;
    }

input, textarea { 
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 12px;
    }
a   { 
    color: #440e62; 
    }

img { border: 0; margin: 0; padding: 0;}
h1 {
	margin-top: 0;
	color: #386638;
	line-height: 1.2em;
}
h2  { 
    line-height: 1.3em; 
    }
h3  {
    color: #42265e;
    }
h4 {
	color: #386638;
}
.required {
    color: #900;
    font-size: 95%;
}
/* ------------------------------------------------------------
 * Structure
 ------------------------------------------------------------- */
#wrap {
    width: 800px;
    margin: 0 auto;
    }
#topline {
    height: 7px;
    }
#header {
    margin:0; 
    padding: 0;
    }
#nav {
    margin-top: 1px;
    height: 33px;
	text-align: center;
    }
#content {
    margin-top: 10px;
    }
#content-secondary {
	background: #fff; 
	margin-top:0; 
	margin-bottom: 0;
	padding: 0;
	border-left: 1px solid #003700;
	border-right: 1px solid #003700;
}
#content-secondary #main {
	padding: 20px; 
	line-height: 1.3em; 
	font-size: 14px;
}
#footer {
    margin-top: 0;
	border-top: 3px solid #003700;
    padding: 10px 0;
    text-align: center;
    color: #666;
    font-size: 90%;
    }



#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 340px;
	padding: 10px;
	padding-top: 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #333;
	float: left;
}
#event-callout {
	width: 420px; 
	/*float: right;*/
	margin-top: 10px;	
}
#event-callout-content {
	padding: 15px;
	padding-top: 30px;
	font-family: Georgia, serif; font-size: 12px; line-height: 1.3em; color: #000;
}
#event-callout-content h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}
#event-callout-content h3 {
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	color: #000;
}
#event-callout-content h4 {
	text-align: center;
	font-weight: normal;
	margin-top: 0; 
	color: #003700;
}
#sidebar {
	width: 200px;
	float: left;
	background: #d8dfc8;
	padding-top: 50px;
	padding-bottom: 20px;
}
#sidebar h4 {
	padding-left: 20px;
}
#sidebar ul {
	line-height: 1.3em;
	margin-left: 0;
	padding-left: 30px;
}
#sidebar-buttons {
	margin-top: 20px;
	text-align: center;
}
#sidebar-buttons img {
	margin-bottom: 10px;
}

#content-with-sidebar {
	width: 548px;
	padding: 20px;
	line-height: 1.3em;
	font-size: 14px;
	float: right;
}

.donate-box {
	width: 220px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
	float: left;
}

dl#events dt {
    color: #386638;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

dl.staff dt {
    float:left;
    width: 275px; }
dl.staff dd {
    float: left;
    width: 200px;
}

img.content-left {
	float:left; 
	border: 1px solid #999; 
	margin-right: 20px; 
	margin-bottom: 20px;
}
img.content-right {
	float: right; 
	border: 1px solid #999; 
	margin-left: 20px; 
	margin-bottom: 20px;
}



/* temporary background color */
.temp { background: #d8dfc8; }