body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F0ECDD;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #326755;
	text-decoration: underline;
}
a:visited {
	color: #326755;
	text-decoration: underline;
}
a:hover {
	color: #326755;
	text-decoration: none;
}
a:active {
	color: #D3C9A6;
	text-decoration: underline;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0ECDD;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0ECDD;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0ECDD;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0ECDD;
}
.Fronttext {
	font-family: Arial, Helvetica, sans-serif;
}
.obits {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 140%;
	list-style-position: outside;
	list-style-image: url(/images/arrow_obit.gif);
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
a.obits:link,a.obits:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.obits:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*left nav links */

.navbar {
	color:#FFFFFF;
	text-decoration:none;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #326755;
	background-image: url(/images/navBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F0ECDD;
	border-left-color: #F0ECDD;
}

a.navbar:link,a.navbar:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.navbar:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #326755;
	background-image: url(/images/navBGon.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

a.navbar:active{
	color:#D3C9A6;
	text-decoration: none;
	background-color: #326755;
	background-image: url(/images/navBGon.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


/* optional top nav links or heading links */
.navhead {
	color:#FFFFFF;
	text-decoration:none;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #988E6D;
	background-image: url(/images/navBG2.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F0ECDD;
	border-left-color: #F0ECDD;
}

a.navhead:link,a.navhead:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.navhead:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #988E6D;
	background-image: url(/images/navBG2on.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

a.navhead:active{
	color:#D3C9A6;
	text-decoration: none;
	background-color: #988E6D;
	background-image: url(/images/navBG2on.jpg);
	background-repeat: repeat-y;
	background-position: right;
}



/* optional top nav links or heading links */
.subnav {
	color:#FFFFFF;
	text-decoration:none;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #326755;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F0ECDD;
	border-left-color: #F0ECDD;
}

a.subnav:link,a.subnav:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.subnav:hover{
	color:#326755;
	text-decoration:none;
	background-color: #988E6D;
}

a.subnav:active{
	color:#D3C9A6;
	text-decoration: none;
	background-color: #326755;
	background-image: url(/images/navBG2on.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
/* headlines sized so that top headline can be H1 */
h1{
	color:#326755;
	font:24pt/24pt Georgia, "Times New Roman", Times, serif;
}
h2{
color:#326755;
font:18pt/18pt Georgia, "Times New Roman", Times, serif;
}
h3{
color:#988E6D;
font:bold 14pt/14pt Georgia, "Times New Roman", Times, serif;
}
h4{
color:#988E6D;
font:bold 12pt/14pt Arial, Helvetica, sans-serif;
}

/* default style for paragraphs and lists -li not in p tags*/
p,li,dd{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* main box style for obits, etc */

.box{
	background:#D3C9A6;
	float:right;
	width:200px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/* default padding for candle table */
.candlebox{
padding:6px 10px 8px 6px;
width:220px;
}

/* default copyright style */
.copyright{
color:#666666;
font:60%/140% Arial, Helvetica, sans-serif;
padding: 6px;
}

/* default error message style */

.error{
	color:#FF0000;
	font-size:70%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* default fixed font size for areas where font should not scale- keep 
topbox for legacy */
.fixed, .topbox{
color:#000000;
font:normal 12px/14px Arial, Helvetica, sans-serif;
}

/* default floatbox for print article, mail article, etc  180 min width 
and keep float right*/
.floatbox{
float:right;
width:180px;
}

/* one box with a border for stories, and other highlighted text */

.linebox{
padding:8px;
border: 1px solid #D3C9A6;
width:200px;
}

/*  optional style for left nav if applicable 
.navbox{
background:#EEEEEE;
padding: 10px 10px 10px 12px;
border: 1px; #CCCCCC solid;
width:200px;
}
*/

/* default for non-link nav text*/
.navtext{
	color: #675723;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	font-size: 80%;
	line-height: 120%;
}

/* default style for notes */
.note{
	color:#000000;
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/* default for padding for some pages if applicable */
.pagebox{
padding-left:12pt;
width:90%;
}

/* really small font for some forms */
.small{
	font-size:60%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #000000;
}

/* little bigger small text for various things -can be combined with 
small */
.smalltext{
	font-size:80%;
	line-height: 120%;
}
/* general table pad, used on many interactive elements */
.tdindent{
padding-left:11pt;
padding-right:6pt;
}

/* general table pad for vertical spacing on many interactive 
elements*/
.topspace, .tbspace{
padding-bottom:4px;
padding-top:4px;
}
hr {
	border: 0;
	color: #988E6D;
	background-color: #988E6D;
	height: 1px;
	width: 100%;
}
.condense {
	margin-top: 2px;
	margin-bottom: 4px;
}
.introtable {
	background-color: #326755;
}
.obittable {
	background-color: #326755;
	background-image: url(/images/obitBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #F0ECDD;
	border-right-color: #F0ECDD;
}
.todotable {
	background-color: #D3C9A6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #F0ECDD;
	border-right-color: #F0ECDD;
}
.fronthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: 100%;
	color: #F0ECDD;
}
.sansfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.pagetitle {
	background-image: url(/images/titleBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0ECDD;
	border-bottom-color: #F0ECDD;
	background-color: #326755;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.pagehead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: 24pt;
	color: #F0ECDD;
	margin-bottom: 4px;


}
.sidebar {
	background-image: url(/images/sidebarBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.featuredcandle {
	background-color: #E8E1CA;
}
.caregivingBG {
	background-image: url(/images/bg_caregiving.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.supportBG {
	background-image: url(/images/bg_support.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.condense{
margin-bottom:4px;
margin-top:2px;
}

/* for mem tables and other table displays */
.tableDots{
  border:1px dotted #E8E1CA;
  padding:10px;
}

/* style for mem and other display tables */
.tableDots{
  border:1px dotted #CCCCCC;
  padding:10px;
}

