body {margin:20px;background:#BDC5C2;color: #000000;text-align:left;padding:0; font-family:"Open Sans"}

p { text-align:left; }

a, a:link, a:visited {
	color:#146277;
	text-decoration:underline;
}

a:visited{
	color: #5F9E36;
}

a:hover {
	color:darkorange;
	text-decoration:none;
}

h1 {margin:0px;color:#29504F;font-size:30px;text-align:left;}
h2 {margin:0px;color:#29504F;font-size:18px;text-align:left;}
h3 {margin:0px;color:#29504F;font-size:16px;text-align:left;}
h4 {margin:0px;color:#29504F;font-size:14px;text-align:left;}

#outer {
	text-align:left;
	border:1px solid #000000;
	width:760px;
	margin:0px auto;
}

#search {
	width:760px;
	margin:0px auto;
	height:30px;
}

#hdr {
	width:760px;
	background:#000000;
	border-bottom:solid 1px #006400;
}

#bodyblock {
	background:#FFFFFF;
	width:760px;
	margin:0px;
}

#left {
	width:200px;
	background:#29504F;
	vertical-align: top;
}

#left table {
	width: inherit;
	border: solid 1px lightgrey;
	text-align:left;
	margin-top:8px;
	margin-right:11px;
	margin-bottom:8px;
	margin-left:9px;
}

#left th {
	color: #DDDDDD;
	background-color: #29504F;
	text-align:center;

}

#left td {
	background-color: #DDDDDD;
	padding:3px;
}

#right {
	width:560px;
	padding:5px;
	vertical-align: top;
}

#ftr {
	background:white;
	color: #000000;
	width:760px;
	margin:0px;
	border-top:solid 1px #006400;
}

.nav_years > a {
	display: inline-block;
	margin-left: 13px;
	font-size: small;
}

#footer_years > a {
	display: inline-block;
	margin-left: 13px;
	margin-bottom: 8px;
}

.contactaddress {
	margin:0 1em 1em;
}

.boardmember {margin:1em 0;}

.committee {margin:1em 0;}
.members {margin-left:3em;}

.figure {text-align:center;font-style:italic;font-size:smaller;margin:0.75em 1em 0;}
.figure img {display:block;margin:auto;}

.cab-chair img {margin:inherit;}

#official_correspondence td:first-child {
	white-space: nowrap;
	vertical-align: top;
}

#official_correspondence td {
	padding-bottom: 1em;
}

.response {
	padding-top:10px;
}

.schedule, .recommendtable {
	border-color:darkgreen;
}

.schedule thead, .recommendtable thead, .rec-header, .schedule-header { /*can remove .schedule-header if old meeting schedules are cleaned up*/
	text-align:center;
	background:#E5E5E5;
	font-weight:bold;
}

.schedule tbody, .recommendtable tbody {
	font-size:small;
	vertical-align: top;
}

.schedule img {
	width: 5em;
}

.topic {
	background:white;
	border:darkgreen solid 1px;
	width:50%;
	vertical-align: top;
	padding: 0.5em 0 0.5em 0.5em;
}

.topic > img {
	float: left;
}

.topic p {
	font-size: 82%;
	margin: 0 0 0 5em;
}

.meeting-summaries {
	width: 100%;
}

.meeting-summaries tr td:first-child {
	width: 40%;
}

.meeting-presentations {
	padding-left: 25px;
}

.meeting-summaries td {
	vertical-align: top;
}

.meeting-summaries ul {
	margin-top: 0;
}

.text-line-through {
	text-decoration: line-through;
}

.nav-meeting p {
	text-align: center;
}

/*bootstrap4*/
.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.vertical-center {
	vertical-align: middle !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-auto {
  width: auto !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.float-left {
  float: left !important;
}
