a:link {
	color: #66CCFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #d6e5ee;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(index_images/Gradient.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.bodycopy {
	text-align: left;
	font: 14px/12pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: .3pt;
}

.headline {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CC66;
}
.bottomnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.eventstyle {
	color: #FFFFFF;
	font-size: 14px;
	margin: 7px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.headline2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.deceasedcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}
.whiteheadline {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.grandknight {
	text-align: left;
	font: 14px/12pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: .3pt;
	color: #99CC66;
}

/*
Border {
	border-style: solid;
	border-width: 1px;
}*/

/* CSS Style Sheet for PHP Photo Album */
/* generated Nov 5, 2006 Ron White */

.slideshow { /*CSS for DIV containing each image*/
float: left;
	margin: 15px 15px 15px 10px;
}

.slideshow img { /*CSS for each image tag*/
border: 0;
width: 200px;
height: 200px;
}

#navlinks { /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
	padding-left: 7px;
}

/* INDEX MAIN PLACE HOLDERS*/
/* === POSTIONING CONTAINERS === */
#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 120%;  
  position: relative; 
  width: 885px;
  z-index:1;
}

#second_container
{
	position: absolute;
	top: 3%;
	vertical-align: middle;
	height: 100%;
	z-index:2;
}

#third_container
{
	position: relative;
	top: -3px;
	width: 870px;
	height: 90%;
	z-index:3;
}
/* My Comment */

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #999999;
}

p.photoAlbum { /* Font rules for PhotoAlbum */
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #FFFFFF;
}

/*DIV RULES FOR INDEX PAGE CONTAINERS*/
div.header {
	position: relative;
    left: 10px;
	display: block;
	width: 866px;
	height: 260px;
	z-index: 60;
}
div.scroll {
	position: relative;
	display: block;
	left:  10px;
	width: 866px;
	height: 160px;
	z-index: 70;
}
div.navpalette {
	position: relative;
	display: block;
	z-index: 100;
}
div.mainbody {
	position: relative;
	display: block;
	left: 10px;
	width: 866px;
	z-index: 80;
}
div.indextext {
	position: relative;
	display: block;
	width: 866px;
	z-index: 80;
}
div.filewriter {
	position: relative;
	display: block;
	z-index: 90;
}
div.footer {
	position: relative;
	left: 10px;
	display: block;
	width: 866px;
	height: 100px;
	z-index: 60;
}
/* deceased 2 page */
#deceasedList /* div container for all public page output */
{
	position: relative; /* relative to the parent element */
	width: 600px !important; /*sets precedence over other values*/
	width: 600px; /*for IE*/
	height: 525px; 
	display: block;
	overflow: auto;
}
