body
{
	background: #ffffff url(../images/mainBg.gif) top left repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	font-size: 110%;
}

#mainDiv
{
	width: 840px;
	margin: auto;
}

#innerMainDiv
{
	width: 840px;
	margin: auto;
	background: url(../images/innerPageLogo.gif) top left no-repeat;
}

#leftSideDiv
{
	background: #ffffff url(../images/leftSideBg.gif) top left repeat-x;
	width: 250px;
	float: left;
	height: 562px;
	text-align: center;
}

#innerLeftSideDiv
{
	background: #ffffff url(../images/leftSideBg.gif) top left repeat-x;
	width: 250px;
	float: left;
	height: 562px;
	text-align: center;
	margin-top: 94px;
}

#historicalObits
{
	border: 1px solid #ffffff;
	width: 200px;
	padding: 10px;
	margin: auto;
	font-size: 0.8em;
	color: #500083;
}

#historicalObits h1
{
	font-size: 1.3em;
	margin: 2px;
	padding: 0px;
	color: #500083;
}

#historicalObits p
{
	margin: 2px;
	padding: 0px;
}

#historicalObits a
{
	margin: 2px;
	padding: 0px;
	color: #5B3CB3;
	text-decoration: none
}

#rightSideDiv
{
	float: right;	
	width: 588px;	
}

#innerRightSideDiv
{
	width: 100%;
}

#menuDiv
{		
	width: 571px;
	height: 68px;
	float: right;
}

#menuTopBar
{
	background: url(../images/topNavBarBg.gif) top right repeat-y;
	height: 36px;
	width: 100%;
	text-align: right;
}

#menuBottomBar
{
	background: url(../images/bottomNavBarBg.gif) top right repeat-y;
	height: 32px;
	width: 100%;
	margin-top: 1px;
	text-align: right;
}

.menuItem
{
	margin-top: 3px;
}

.spacer
{
	clear: both;
}

#mainContent
{
	text-align: left;	
	padding: 1px;
}

#mainText
{
	font-size: 110%;
	color: #5B3CB3;
	margin: 20px;
	line-height: 24px;
}

#obits
{
	width: 150px;
	float: right;
	margin-top: 30px;
	font-size: 0.8em;
}

#obits ul
{
	border-left: 1px solid #BDC5FE;
	list-style: none;
	margin-left: 15px;
	padding: 10px;
}

#obits li
{
	margin: 4px;	
	border-bottom: 1px solid #BDC5FE;
}

#obits a
{
	color: #000F83;
	text-decoration: none;
}

#footer
{
	width: 100%;
	border-top: 1px solid #B1B3F0;
	background: #ffffff;
	padding-top: 1px;
}

#footerText
{
	background: #B1B3F0;
	height: 24px;
	text-align: left;
	font-size: 0.8em;
	padding-left: 10px;
	color: #ffffff;
	padding-top: 8px;
}

#subMenuHeader
{
	width: 100%;
	background: #EAEAFF;
}

h1
{
	margin: 0px;
	padding: 0px;
	color: #5B3CB3;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
	color: #5B3CB3;
}
h3 {
	font-size: 130%;
	line-height: 100%;
	font-weight: bold;
	color: #5B3CB3;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #5B3CB3;
}

#innerPageMainText
{
	padding: 1px;
	margin: 90px 20px 0px 280px;	
	color: #197710;
}

p, li, input, select
{
	color: #197710;
}

#subMenu a
{
	color: #000F83;
	text-decoration: none;
}

#subMenu a:hover
{
	color: #3542A5;
	text-decoration: underline;
}

#navNew
{
	color: #5B3CB3;
	text-decoration: none;
	font-size: 110%;
	font: monotype corsiva;
}

#navNew a
{
	color: #5B3CB3;
	text-decoration: none;
}

#navNew a:hover
{
	color: #000F83;
	text-decoration: none;
}
a:link, a:active{
color: #000F83;
text-decoration: underline;
}

a:visited{
color: #5B3CB3;
text-decoraton: underline;
}

a: hover{
color: #000F83;
text-decoration: none;

}