body.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width:760px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}

/*basic links  - many links not in p tags */
a:link{
color:#001C6D;
text-decoration: underline;
}

a:visited{
color:#001C6D;
text-decoration: underline;
}

a:hover{
color:#4462AD;
text-decoration:none;
}

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

/*left nav links */

.navbar {
	background-color: #001C6D;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	float: right;
	line-height: 11px;
}
a.navbar:link,a.navbar:visited{
	background-color: #001C6D;
	color:#FFFFFF;
	text-decoration:none;
}
a.navbar:hover{
	background-color: #2F4EA3;
	color:#FFFFFF;
	text-decoration:none;
}
a.navbar:active{
	background-color: #97A9DB;
	color:#FFFFFF;
	text-decoration: none;
}

/*basic links  - many links not in p tags */
a.bold:link{
color:#001C6D;
font-weight: bold;
text-decoration: none;
}

a.bold:visited{
color:#001C6D;
font-weight: bold;
text-decoration: none;
}

a.bold:hover{
color:#4462AD;
font-weight: bold;
text-decoration:underline;
}

a.bold:active{
	color:#97A9DB;
	font-weight:bold;
	text-decoration: underline;
}

/* optional top nav links or heading links */
.navhead {
	background-color: #803F90;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	float: right;
	line-height: 11px;
}
a.navhead:link,a.navhead:visited{
	background-color: #803F90;
	color:#FFFFFF;
	text-decoration:none;
}
a.navhead:hover{
	background-color: #AD6DBD;
	color:#FFFFFF;
	text-decoration:none;
}
a.navhead:active{
	background-color: #DAACE5;
	color:#FFFFFF;
	text-decoration: none;
}

.emergencies {
	color:#CC0000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 8px;
	padding-left: 10px;
	display: block;
	float: right;
	line-height: 12px;
}
a.emergencies:link,a.emergencies:visited{
	color:#CC0000;
	text-decoration:none;
}
a.emergencies:hover{
	color:#803F90;
	text-decoration:none;
}
a.emergencies:active{
	color:#DAACE5;
	text-decoration: none;
}

/* headlines sized so that top headline can be H1 */
h1{
	background-color: #EDF0F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92A2D3;
	background-image: url(../images/headBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #803F90;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2{
color:#803F90;
font:bold 100%/100% Verdana, Arial, Helvetica, sans-serif;
}
h3{
color:#001C6D;
font:bold 100%/100% Verdana, Arial, Helvetica, sans-serif;
}
h4{
color:#333333;
font:bold 70%/140% Verdana, Arial, Helvetica, sans-serif;
}

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

li.front{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
}

ul {
	list-style-image: url(../images/bullet.gif);
}

/* main box style for obits, etc */
.box{
	background:#EDF0F8;
	float:right;
	width:200px;
	padding: 8px;
}

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

/* 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 12px/14px 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 #92A2D3;
width:200px;
}

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

/* 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{
	color:#333333;
	font-size:60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

/* little bigger small text for various things -can be combined with 
small */
.smalltext{
	color:#333333;
	font-size:70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}
/* 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;
}
.introtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
	font-size: 70%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92A2D3;
}
hr {
	border: 0;
	color: #92A2D3;
	background-color: #92A2D3;
	height: 1px;
	width: 100%;
}
.topnavbox {
	background-color: #001C6D;
	height: 28px;
	padding-right: 6px;
}
.subnavbox {
	background-color: #803F90;
	height: 22px;
	padding-right: 6px;
}
.logobox {
	height: 38px;
	padding-right: 6px;
	background-image: url(../images/headBG.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92A2D3;
}
.address {
	font-size: 10px;
	line-height: 10px;
	color: #001C6D;
	display: block;
	float: left;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.phone {
	font-size: 12px;
	line-height: 12px;
	color: #001C6D;
	display: block;
	float: left;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
	font-weight: bold;
}
.introbox {
	float: left;
	width: 49.5%;
	height: 580px;
}
.serviceslist {
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 40%;
	display: block;
}
.fronttoolbox {
	float: left;
	height: 290px;
	width: 25%;
	background-color: #EDF0F8;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #92A2D3;
	border-left-color: #92A2D3;
	background-image: url(../images/fronttoolBG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.fronttooltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
	font-size: 70%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newsletterfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #92A2D3;
	margin: 4px;
}
.newsletterbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #92A2D3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #001C6D;
	border-bottom-color: #001C6D;
	border-left-color: #FFFFFF;
	padding: 2px;
	display: block;
	margin: 4px;
}
.footer {
	font-size: 60%;
	color: #666666;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #92A2D3;
	display: block;
}
.pagetitle{
	background-color: #EDF0F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92A2D3;
	background-image: url(../images/headBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #803F90;
	padding: 10px;
}
.bodyarea {
	width: 100%;
	overflow: visible;
}
.sidebar {
	width:25%;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
}
.bodyboxside {
	width: 72%;
	padding: 10px;
	float: right;
}
.bodyboxnoside {
	width: 95%;
	padding: 10px;
}
.condense{
	margin-bottom:4px;
	margin-top:2px;
}
.sidenav {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92A2D3;
	width: 180px;
}

