body {
	font-family:arial;
	margin:0px 0px 0px 2px;
	padding:0px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #FFF3CF;
	border:0px solid #000;
	font-family: arial, verdana, sans-serif;
	}
.footer {
	color:#FFF3CF;
	background-color:#560405;
	font-size:.6em;
	border: 2px solid #0C0F43;
	text-align:center;
	}
.footer a {
	color:#FFF3CF;
}
/* don't do this
.footer a {color:#fff;text-decoration: none;}
.footer a:hover { background-color:#fff;color:#329900;}
*/

.banner {
	background-color:#f0f0f0;
	font-size:.8em;
	border-bottom: 2px solid #560405;
	}

/* this screws up h1 headers
.banner h1 {
	font-size:1.4em;
}
*/

.content {
	padding-left:10px;
}
.content a {
	color:#0C0F43;
}
.content a:visited {
	color:#0C0F43;
}
.content p {
	padding: 0.5em;
	margin: 0px;
	border: 0px;
	color: #0C0F43;
}
.content h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#0C0F43;
}
ol {
	color:#0C0F43;
}
.content h2 {
	font-size:0.9em;
	font-weight:bold;
	color:#611412;
}
.content h3 {
	font-size:1.0em;
	font-weight:bold;
	color:#0C0F43;
}
center {
	color:#0C0F43;
}
center strong {
	color:#0C0F43;
	font-style:italic;
}
center a {
	color:#560405;
}
center a:visited {
	color:#0C0F43;
}
.service-list  {
	display:list-item;
	margin: 16px;
	border: 0px solid #ccc;
	padding: 8px;
	width: 90%;
	background-color: #e5e5e5;
}

.service-list li {
	display:list-item;
	width:100%;
	border:0px solid #000;
	color: #63503e;
}

.box0 {
	width: 90%;
	margin: 12px;
	border: 2px solid #560405;
	padding: 4px;
}

.box1 {
	width: 85%;
	margin: 14px;
	border: 0px;
	padding: 8px;
	background-color: #FFF3CF;
}

.box1 p {
	color: #0c0f43;
}
.box1 li {
	color: #0c0f43;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-top: 2px solid #0C0F43;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	color: #FFF3CF;
	background: #560405; /* IE6 Bug */
	padding: 5px;
	font-size:1.4em;
	border: 2px solid #0C0F43;
	border-top: 0px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFF3CF; background: #0C0F43; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


.left {
	color:#515D3F;
	font-size:0.8em;
	border-right: 0px solid #ccc;
}
.red {
	color:#515d3f;
	font-size:0.8em;
	}

.volunteerparts {
	width:100%;
	color:#0C0F43;
	border:1px solid #560405;
}
h9 {
	background-color:#560405;
	color:#63503e;
	font-size:1.0em;
	font-weight:bold;
}	

.volunteertable {
	width:100%;
	font-family: arial, verdana, sans-serif;
	color:#0C0F43
}
.volunteertable th {
	border:1px solid #560405;
}
.volunteertable td {
	border:1px solid #560405;
}
