body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #EDE7D3;
	margin: 0px;
	padding: 0px;
	min-width: 780px
}
/*basic links  - many links not in p tags */
a:link{
color:#176A24;
text-decoration: underline;
}

a:visited{
color:#176A24;
text-decoration: underline;
}

a:hover{
color:#666666;
text-decoration:underline;
}

a:active{
	color:#999999;
	text-decoration: underline;
}

a.obits:link{
color:#176A24;
text-decoration: none;
}
a.obits:visited{
color:#176A24;
text-decoration: none;
}

a.obits:hover{
color:#666666;
text-decoration:underline;
}

a.obits:active{
	color:#999999;
	text-decoration: underline;
}


/*left nav links */

.navbar {
	color:#F6F3E9;
	text-decoration:none;
	font:bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #176A24;
	padding-right: 4px;
	padding-left: 4px;
}

a.navbar:link,a.navbar:visited{
	color:#F6F3E9;
	text-decoration:none;
	background-color: #176A24;
}

a.navbar:hover{
	color:#AEE5B7;
	text-decoration:none;
	background-color: #176A24;
}

a.navbar:active{
	color:#FFFFCC;
	text-decoration:none;
	background-color: #176A24;
}


.navhead {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}


/* headlines sized so that top headline can be H1 */
h1{
	color:#176A24;
	font:bold 180%/180% Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}
h2{
color:#176A24;
font:bold 120%/100% Verdana, Arial, Helvetica, sans-serif;
}
h3{
color:#A09570;
font:bold 120%/100% Verdana, Arial, Helvetica, sans-serif;
}
h4{
color:#333333;
font:bold 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* default style for paragraphs and lists -li not in p tags*/
p,li,dd,td,th{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}
.normal{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

/* main box style for obits, etc */

.box{
	background:#EDE7D3;
	float:right;
	width:200px;
	padding: 8px;
}

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

/* default copyright style */
.copyright{
	color:#666666;
	font:60%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* default error message style */

.error{
	color:#FF0000;
	font-size:70%;
	font-family: Verdana, 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:#333333;
font:normal 12pt/14pt Verdana, 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 #999999;
width:200px;
}


/* default for non-link nav text*/
.navtext{
	color:#333333;
	font:80%/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

/* default style for notes */
.note{
	color:#333333;
	font-size:60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

/* default for padding for some pages if applicable */
.pagebox{
	width:100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0px;
}

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

/* little bigger small text for various things -can be combined with 
small */
.smalltext{
	font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
}
/* 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: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
}
.bodytable {
	background-color: #F6F3E9;
	background-image: url(../images/background_G.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.navbox {
	background-color: #176A24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.todo {
	font-size: 75%;
	font-weight: bold;
}
.obithead {
color:#A09570;
font:bold 120%/100% Verdana, Arial, Helvetica, sans-serif;
}
.address {
	font-size: 80%;
}
.obitbox {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.condense{
margin-bottom:4px;
margin-top:2px;
}

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