body {
	background-color: #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #717171;
}

p {
	font-size: 12px;
}

a {
	color: #717171;
}
	
img {
	border: 0px;
}


header {
	display: grid;
	grid-template-columns: auto auto auto 500px auto auto auto;
	grid-template-rows: auto auto;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	align-content: center;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

nav a {
	color: #003e86;
	text-decoration: none;
}

nav a:hover {
	color: #004d22;
}

.item1 {
	grid-column: 1 / span 3;
	height: 25px;
}

.item2 {
	grid-area: 1 / 4 / 3 / 5;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

.item3 {
	grid-column: 5 / span 3;
}

.item4 {
	border: 1px solid #e6e6e6;
	border-right: 0px;
	background-color: #fff;
}

.item5,.item6 {
	border: 1px solid #e6e6e6;
	border-right: 0px;
	background-color: #fff;
}

.item7,.item8,.item9 {
	border: 1px solid #e6e6e6;
	border-left: 0px;
	background-color: #fff;
}


main {
	width: 1185px;
	height: 100%;
	margin: auto auto auto auto;
	padding: 30px;
	background-color: #fff;
	border-top: 0px;
}

h1 {
	color: #003e86;
}

h2 {
	color: #fff;
	font-size: 16px;
}

#contentslider {
	width: 100%;
	margin: 5px auto auto auto;
	text-align: center;
	font-size: 20px;
	z-index: 0;
	overflow: hidden;
}

#contentfooter {
	width: 975px;
	height: 300px;
	margin: 10px auto auto auto;
	position: relative;
	clear: both;
	text-align: center;
}

.contentbox {
	width: 300px;
	height: 250px;
	background-color: #fff;
	margin: 0px 10px 0px 10px;
	border-radius: 5px;
	float: left;
}

.contenthead {
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color:#003e86;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	overflow: hidden;	
	margin-bottom: 4px;
	text-align: center;
}

.textbox {
	padding: 5px;
	font-size: 11px;
	margin-top: 10px;
}

.textbox ul {
	margin: auto auto auto auto;
	display: inline-block;
}

.textbox li {
	float: left;
	line-height: 40px;
	margin: auto auto auto 25px;
}

.textbox iframe{
	width: 275px;
	height: 200px;
}

#covid {
	width: 975px;
	background-color: #004d22;
	color: #fff;
	padding: 15px;
	margin: auto;
}