a:link{
    color: #036;
	text-decoration: none;
}

a:visited{
    color: #066;
	text-decoration: none;
}

a:hover ,a:active {
    color: red; 
	text-decoration: none;
} 

body{
	font-family: 'Play', sans-serif;
	font-size: medium;
    margin: 0; 
    padding: 0; 
    color: #000; 
    background-color: #fff; 
}

#banner{
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #000;
}

#banner h1{
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2em;
	font-weight: normal;
}

#container2{
	display:	flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: space-between;
}

#navigation{
	width: 150px;
	padding-top: 2em;
	margin-left: 20px;
}

#navigation ul{
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

#navigation ul li{
    margin-top: 4px;
} 

#navigation ul li a{
    text-decoration: none;
	color: black;
}

#navigation ul li a:hover{
    color: orangered;
}

#more{
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #fff;
	text-align: center;
	vertical-align: text-bottom;
}

#more h3{
	margin-top: 0;
    color: #fff;
    padding: .2em;
    background-position: right;
    background-repeat: repeat-y;
}

#content{
	line-height: 150%;
	width: 80%;
}

#content h2{
    font-size: 2em;
    color: #036;
    margin: 0;
    padding-top: 1em;
	font-weight: normal;
	
}

#cleardiv{
	clear: both;
	height: 1em;
}

#footer{
    clear: both;
    padding: .5em 1em;
    border-top: 1px solid #999;
    text-align: right;
}

#footer ul{
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
}

#footer li{
	display: inline;
	margin-right: 1em;
}

#search{
	margin-top: 10px;
}

#BurialTable{
	border: 3; 
	width: 100%;
}

#PageTitle{
	font-size: 2.2em;
	font-weight: normal;
}

.menu_head{
	font-weight: bold;
}

.menu_sub{
	font-weight: bold;
	font-size: .9em;
	background-color: #ccc;
	background-image: url(images/nav_base2.jpg);
	background-repeat: repeat-y;
}

.menu_blank{
	font-weight: bold;
	font-size: smaller
}

.tdgrey{
	color: black;
	background-color: white; 
	padding: .5em;
    border: inherit;
    border-width: inherit;
    border-color: black;
	text-align: left;
	vertical-align:	middle;
}

.tdgreynotes{
	color: black;
	background-color: white; 
	padding: .5em;
    border: inherit;
    border-width: inherit;
    border-color: black;
	text-align: left;
	vertical-align:	middle;
	width: 400px;
}

th{
	font-weight: bold;
	color: black;
	background-color: lightgrey; 
	text-align: left;
    border: inherit;
    border-width: inherit;
	border-color: black;
	padding: .5em;
}

table{
	border-collapse: collapse;
    border: groove;
    border-width: thin;
	empty-cells: show;
	padding: 0.5cm;
    border-color: black;
}

.table_plain{
	border-collapse: collapse;
    border: none;
	empty-cells: show;
	padding: 0.5cm;
    border-color: black;
}

.showrec{
    text-align: center;
	font-size: .8em;
		
}

.pagenum{
	font-weight: bold;
	color: red;
	font-size: 1.5em;
}

.menu_title{
	font-weight: 700;
}

.Pagination{
	text-align: center;
}

.smallcolumn{
	width: 150px;
}

.mediumcolumn{
	width: 250px;
}

.largecolumn{
	width: 400px;
}

.midalign{
	text-align: center;
}

.leftalign{
	text-align: left;
}