
/* CSS File created by James Griffin-Allwood - April 2008
    edited/updated by Terry Aulenbach Oct 2023 */

body {
  	background: white;
  	width: 1080px;
  	margin-left: 12%;
  	margin-right: 12%;
	padding-bottom: 30px;
}

#title {
  	text-align: center;
  	font-family: arial;
}

#menu p {
	font-weight: bold;
	text-align: center;
	font-family: arial;
	font-size: 12pt;
}

#menu h4 {
	width: 1080px;
	margin: auto;
	text-align: center;
	font-family: arial;
	font-size: 14pt;
}

#menu span {
	display: inline;
}

#menu a {
	padding: 2px;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: black;
	background: #C9C9A5;
}

.selected {
	color: black;
	font-weight: bold;
	background: #C9C9A5;
}

#content {
}

#content h3 {
	font-family: arial;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	margin: auto;
	width: 750px;
	margin-bottom: 25px;
}

#content td {
	text-align: center;
}

#content title {
	font-family: arial;
	font-weight: bold;
}

#content a {
	padding: 2px;
	color: black;
	text-decoration: none;
}

#content a img {
	border-style: none;
}

#content a:hover {
	color: black;
	text-decoration: underline ;
}

.pdf {
/*	display: none;*/
	width: auto;
	min-height: 75px;
	vertical-align: middle;
}

.pdf br {
  display: none;
}

h4 {
	margin: 0;
}

.center {
  margin-left: auto;
  margin-right: auto;
}