body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background: #f3f3f3 ;
  	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: #999 ; 
}
	
/* 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.jpg); 
	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 #999; 
	background: #cccccc; 
	margin: 0 5px 5px 5px 
}

a:link, a:visited 
{ 
	color: #003366; 
	text-decoration: underline; 
}

a:hover 
{ 
	color: #003366; text-decoration: none; 
}
	

		
td#topnav 
{ 
	 
	background: #003366; 
	height: 30px;
	width: 750px;
	padding:10px; 
	 
}
		
#topnav ul 
{ 
	display: block;
	margin:0; 
	padding: 0; 
	list-style-type: none; 
}
		
#topnav li 
{
}
		
#topnav a 
{ 
	display:inline; 
	width: 100%; 
	width/* */:/**/140px; 
	width: /**/140px; 
	margin: 0px 0px 2px 2px; 
	padding: 1px; 
	border: 1px solid #999; 
	background: #cccccc; 
	text-decoration: none; 
}

#topnav a:hover 
{ 
background-color: #003366; 
color: white; 
}

#topnav a.visited 
{
}
		
#content 
{ 
	width: 750px; 
	background-color:f3f3f3; 
	 
	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; 
}
		