body {
	font-family: GillSans, "Gill Sans MT", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #0000A4;
  padding: 0px;
  background-color: #a8d4f0;
	margin: 0px;
}

body.main {
  background-image: url(images/bgmain.jpg);
  background-repeat: repeat-x;
}

body.approach {
  background-color: #fdd091;
  background-image: url(images/bg_approach.jpg);
  background-repeat: repeat-x;
}

body.bereavement {
  background-image: url(images/bgbereav.jpg);
  background-repeat: repeat-x;
  background-color: #d0b8f0;
}

.index {
  /* for text on the index page 
  */
  background-color:transparent;  
  color: #393373;
  font-size: 60px;
  line-height: 80px;
}

p.index {
  padding: 20px;
  margin: 20px;
}

.navbar {
  background-color:transparent;
  text-align:center;
  font-size: 20px;
	line-height: 32px;
	color: #1f1f66;
}

.navbar-small {
  background-color:transparent;
  text-align:center;
  font-size: 18px;
	line-height: 25px;
	color: #1f1f66;
}

h1 {
	font-size: 20px; 
	line-height: 25px; 
	color: #721284;
	padding-top: 20px;
}
h2 {
	font-size: 18px; 
	line-height: 21px; 
}
h3 {
	font-size: 14px; 
	line-height: 17px; 
}

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

a:link {
	text-decoration:none; 
	color: #1f0066;
}
a.navbar_bc:link {
	text-decoration:none ;
	color: #1f0066;
}
a:visited {
	text-decoration:none;
  color: #1f0066; 
}
a:hover {
	text-decoration:underline;
  color: #1f0066; 
}
a:active {
	text-decoration:none ;
	color: #1f0066;
}

a.inline:link {
	text-decoration:underline;
	color: #6622ff;
}
a.inline:visited {
	text-decoration:underline;
  color: #6622ff; 
}
a.inline:hover {
	text-decoration:none;
  color: #6622ff; 
}
a.inline:active {
	text-decoration:underline;
  color: #6622ff; 
}
