html, body { margin: 0; padding: 0 }
body { 
		background-color:#51698E; 
		font-family: sans-serif; 
		font-size:150%; 
		text-align:left;
	}
#events_container { 
		margin: 1em 0 auto 5.5em; 
		padding-bottom: .5em; 
		background-color: #ffffff; 
		width: 940;
	}  
#events { 
		border-collapse: collapse; 
		text-align:left;
	} 
#events th { 
		border: 1px solid #ffffff;  
		background-color:#999999; 
		color: #51698E; 
		text-align:left; 
		font-size: 80%;
	}
#events td { 
		border: 1px solid #BEBEC0;  
		vertical-align: top;  
		text-align:left; 
		font-size: 70%
	}
td .date { 
		width: 2em; 
		height: auto; 
		text-align:left; 
		overflow: auto; 
		margin-top: 0; 
		color: #51698E; 
		font-size: 70% 
	}
td .time { 
		width: 5em; 
		height: auto; 
		text-align:left; 
		overflow: auto; 
		margin-top: 0; 
		color: #51698E; 
		font-size: 70% 
	}
td .event { 
		width: 5em; 
		height: auto; 
		text-align:left; 
		overflow: hidden; 
		margin-top: 0; 
		color: #51698E; 
		font-size: 70% 
	}
td .event_link { 
		width: 9em; 
		height: auto; 
		text-align:left; 
		overflow: auto; 
		margin-top: 0; 
		color: #51698E; 
		font-size: 70% 
	}

#data_container {
	padding: 0.25em, 1em;
	}

#sermon_container { 
		padding-bottom: .5em; 
		background-color: #ffffff; 
		width: 675; 
		text-align:left;
	}  
#data_events { 
		border-collapse: collapse; 
		text-align:left;
	} 
.sdate { 
		width: 2em; 
		height: auto; 
		text-align:left; 
		overflow: auto; 
		margin-top: 0; 
		color: #51698E; 
		font-size: x-small;
	}
.stitle { 
		width: 40em; 
		height: auto; 
		text-align:left; 
		overflow: hidden; 
		margin-top: 0; 
		color: #51698E;
		font-size: x-small;
	}
.sspeaker { 
		width: 12em; 
		height: auto; 
		text-align:left; 
		overflow: hidden; 
		margin-top: 0; 
		color: #51698E; 
		font-size: x-small;
	}

.rtop { display:block; background:#51698E;}
.rtop * { display: block; height: 1px; overflow: hidden; background:#ffffff;}
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}

.ftop { display:block; background:#51698E; margin: 0 1cm 0 1cm }
.ftop * { display: block; height: 1px; overflow: hidden; background:#ffffff; }
.xtop { display:block; background:#ffffff; }
.xtop * { display: block; height: 1px; overflow: hidden; background:#BEBEC0; }
.x1{margin: 0 5px 0 5px}
.x2{margin: 0 3px 0 3px}
.x3{margin: 0 2px 0 2px}
.x4{margin: 0 1px 0 1px; height: 2px}
.y1{margin: 0 5px 0 0}
.y2{margin: 0 3px 0 0}
.y3{margin: 0 2px 0 20}
.y4{margin: 0 1px 0 0; height: 2px}

#sermon { 
		border-collapse: collapse; 
		margin-left: 1.5em; 
		margin-right: 1.5em; 
		text-align:left;
	} 
#sermon th { 
		border: 1px solid #ffffff;  
		background-color:#999999; 
		color: #51698E; 
		font-size: 80%
	}
#sermon td { 
		border: 1px solid #BEBEC0;  
		vertical-align: top;  
		font-size: 70%
	}