﻿.td-head {
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	
}
..nav-bar {
  float: left;
  width: 200px;
  margin-right: 16px;
}
.nav-bar .listh{
	font-size: 22px;
	font-weight: normal;
	text-decoration:underline;
	color:seagreen;
	text-align:center;
	
}
.nav-bar .listi{
	text-align:left;
	vertical-align:middle;
}
.nav-bar tr{
	height: 35px;
}
.nav-bar td{
	height: 35px;
}
body{
	background-color:silver;
}
.info-banner{
	vertical-align:middle;
	text-align:center;

}
.iframe {
  display: block;
  margin-left: 220px; /* should match or exceed nav-bar width */
  width: 75vw;
  min-height: 500px;
  position: relative;
  top: auto;
  left: auto;
}
.body{
	background-color:silver;
}
.gentext{
	font-size:28px;
}
.tb-gov{
	width:300px;
	height:500px;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
}
#footer {
  clear: both;
  margin: 64px auto 0 220px;
  width: 80%;
  position: relative;
  left: auto;
  top: auto;
}