body {
	background-color: #EEE8AA; /*	background-image: url(bg_dither.png); */
	padding: 0 0 0 0;
	margin-top: 0px;
}

/* container holds everything else */
#container {
	width: 900px;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* this is for the red bar across the top, appearing above the header */
.red {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EEE8AA;
	color: Black;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	border-top: 0px solid #fffff0;
	text-align: right;
}
.red a {
	color: Blue;
	text-decoration: none;
}
.red a:hover {
	color: Red;
	text-decoration: none;
} 

/* the header contains the latitudes logo and the date info picture */

#header {
	background: #ffffff;
	width: 900px;
	height: 150px;
	border-top: 2px solid #000000;
	border-bottom: 3px solid #000000;
}

/* the banner id is for the faces image */

#banner {
	float: left;
	text-align: top;
	width: 630px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #f0e68c;
}

/* this is for the navigation bar on the left */
#nav {
	font: 10pt Arial, Helvetica, sans-serif;
	width: 150px;
	float: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav ul {
	padding: 0;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
#nav ul a {
	line-height: 25px;
	font-size: 14px;
	color: #034a8c;
	text-decoration: none;
	display: block;
	background-color: #f5f5dc;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	text-indent: 6px;
} 
#nav ul a:hover {
	color: #ffffff;
	background-color: #b0c4de;
	border: 1px solid #034a8c;
}

/* this is for the main content */
#content {
	background: #ffffff;
	float: left;
	text-align: left;
	width: 750px;
	padding: 0px 0px 0px 0px;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* these are for placing images in the content area */
.iml {
	margin: 10px 0px 0px 10px;
	float: left;
}
.imr {
	margin: 10px 10px 10px 10px;
	float: right;
}
.imlt {
	margin: 10px 10px 10px 10px;
	float: left;
}
/* this is for label text beneath images */
.imt {
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* paragraphs */
#content p {
	margin: 10px 10px 5px 10px;
}

/* link page links */
.lnk {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 10px;
	padding: 0px;
	width: 500px;
	list-style-type: none;
	border-top: 1px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
}
.lnk li {
	margin: 5px 0px 5px 5px;
}

.lnk a {
	text-decoration: none;
	color: #034a8c;
}
.lnk a:hover {
	text-decoration: underline;
	color: #b0c4de;
}
/* other links */

.lnc {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #034a8c;
}
.lnc:hover {
	text-decoration: underline;
	color: #b0c4de;
}	
	
/* table header */
.sched {
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	width: 300px;
	float: left;
}
.time {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 300px;
}
.hd {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #b0c4de;
	color: #034a8c;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
.odd {
	background-color: #fffff0;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.even {
	background-color: #dcdcdc;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.hour {
	width: 50px;
	text-align: center;
}
/* volunteer list */
.lst {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 10px;
	padding: 0px;
	width: 450px;
	list-style-type: square;
	border-top: 1px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
}
.lst li {
	margin: 5px 0px 5px 20px;
	color: #034a8c;
}


/* this is for the storyteller definition */
.defn {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 375px;
	height: 150px;
	background-color: #B0C4DE;
}
.defn li {
	list-style-type: lower-roman;
	list-style-position: outside;
	margin: 6px 0px 0px -5px;
	text-align: left;
}
/* this clears any floating divs so following divs can line up*/
.clr {
	clear: both;
	color: #ffffff;
}

/* this is for the blue headings */
.blu {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	margin: 10px 0px 5px 10px;
}
.blu1 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	margin: 10px 0px 5px 0px;
}

/* this is for the footer */
#footer {
	clear: left;
	width: 900px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Navy;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #fffff0;
	text-align: right;
	margin-bottom: 0px;
}
