body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background: #dedeca;
  	background-repeat: repeat-y;
}

#shell
{ 
	width: 750px; padding: 0px;
	border: 0px;
	
}

table 
{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: black;
	line-height: 1.5em; 
}

#bottombar 
{ 
	background: #DEDECA; 
}
	
/* To change the image in the top left of the page, change the name of the image in quotation marks below;  Be sure to adjust the height definition to the same height as the image */

td#head 
{ 
	width: 750px; 
	height: 120px; 
	background-image:url(../images/header.gif) ; 
	background-position: right; 
	vertical-align: middle; 
	padding-left: 20px; 
}


/* Typography */

.title 
{ 
	display: block; 
	font-family: Georgia, serif; 
	font-size: 175%; color: #963; 
	font-weight: bold; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #ccc; 
}
		
.subhead 
{ 
	font-weight: bold; 
}
	
	
/* --------------------------------------------------- Navigation --------------------------------------------------------------- */
		
.button 
{ 
	width: 85%; 
	padding: 3px; 
	border: 1px solid #000000; 
	background: #DEDECA; 
	margin: 0 5px 10px 5px 
}

a:link, a:visited 
{ 
	color: #000000; 
	text-decoration: underline; 
}


	
#topnav 
{ 
	padding: 5px 10px; 
	background-image:url(../images/tp_nav.gif); 
	color: black; 
	border: 0px;
}
		
td#leftnav 
{ 
	width: 185px; 
	background: #000000; 
	vertical-align: top; 
	text-align: center; 
	padding-top: 55px; 
	border-right: 2px solid #ccc; 
}
		
#leftnav ul 
{ 
	display: block;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
		
#leftnav li 
{
}
		
#leftnav a 
{ 
	display: block; 
	width: 100%; 
	width/* */:/**/135px; 
	width: /**/135px; 
	margin: 0 0 10px 10px; 
	padding: 3px; 
	border: 1px solid #DEDECA; 
	background: #DEDECA; 
	text-decoration: none; 
}

#leftnav a:hover 
{ 
background-color: #000000; 
color: DEDECA; 
}

#leftnav a.visited 
{
}
		
#content 
{ 
	width: 565px; 
	background: #fff; 
	background: #fff ; 
	padding: 55px 20px; 
	vertical-align: top; 
}
		
/* --------------------------------------------------------- Obit Table ------------------------------------------------------------------ */
	
table#obit 
{ 
	width: 100%; 
	border: 0px; 
}
	
table#obit td 
{ 
	padding: 10px 4px; 
}

table#obit td.name 
{ 
	width: 50%; 
}

table#obit td.sched 
{ 
	width: 25%; 
	text-align: center; 

}

		