p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}
p a:link {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}
p a:visited {
	text-decoration: underline;
	color: #333333;
}
p a:hover {
	text-decoration: none;
	color: #000000;
}
.NavPosition {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 600px;
	float: none;
	margin: 0px;
	background-color: #66CCCC;
}
.dedication {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: oblique;
	color: #666666;
	padding-bottom: 10px;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 4pt;
}
.image {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.imageLeft {
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
	padding-top: 0px;
	width: 100px;
	padding-left: 10px;
}
.LeftPadding {
	padding-left: 230px;
}
.rightcolumn {
	float: right;
	width: 360px;
}
.columnHolder {
	background-color: #66FF99;
}
.thumb {
	margin: 15px;
}
.tribute {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tributeSignature {
	margin-bottom: 0px;
	margin-top: 0px;
}
.imagestack {
	margin-bottom: 50px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
	float: left;
	width: 80px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
  }

div.row span.formw {
  float: right;
  width: 275px;
  text-align: left;
  }
.submit {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
}
.tributeForm {
	text-align: left;
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-right: 15px;
}
.comment {
	clear: both;
	padding-top: 5px;
}
.textForm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
}
.radio {
	padding-top: 5px;
}
.post {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-bottom: 5px;
}
.tributeDate {
	margin-bottom: 30px;
	margin-top: 0px;
}
.tributeEmail {
	margin-bottom: 0px;
	margin-top: 0px;
}
.tributeTown {
	margin-bottom: 0px;
	margin-top: 0px;
}
.tributeAdd {
	margin-bottom: 30px;
}
.makeDonation {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}
.orderName {
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
	margin-top: 15px;
}
.entry {
	font-size: 12pt;
	color: #333333;
}
.field {
	font-size: 12pt;
	color: #666666;
}
.centerlink {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
body {
	margin:50pt 0 0;
	padding:0;
	background-color: #FFFFFF;
  }
  .pllink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	width: 600px;
}
.pllink a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
}
.pllink a:visited {
	text-decoration: none;
	color: #666666;
}
.pllink a:hover {
	text-decoration: underline;
}

#container a:link:after, #container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#header {
	float:left;
	width:100%;
	line-height:normal;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: none;
  }
#header ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding:0px;
	list-style:none;
	text-align: center;
  }
#header li {
  float:left;
  margin:0;
  padding:0 5px 0 0;
  }
#header a {
	float:left;
	display:block;
	background:center top;
	padding:5px 7px 4px;
	text-decoration:none;
	color:#666666;
	margin-right: 10px;
	margin-left: 10px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color:#666666;
	text-decoration: underline;
  }
#header #current {
  }
#header #current a {
  color:#666666;
  padding-bottom:5px;
  }
  .department {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: oblique;
	color: #333333;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
.content {
	width: 600px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
}
.column {
	width: 800px;
	padding: 0px;
}
.column3 {
	width: 600px;
	padding: 0px;
}
.navarea {
	display: none;
}
.memory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	z-index: 1;
	margin: 0px;
	padding: 0px 0px 5px;
	position: relative;
	top: 10px;
	text-align: left;
	left: 0px;
	color: #333333;
}
