html, body{
	color: black;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#wrapper {
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	max-width: 820px;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 85px;
	color: #000000;
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

p {
	color: black;
	line-height: 1.2em;
}
td { color: black; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.center {
	text-align: center;
}

img, embed, object, video {
	
    max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
    background-size: contain;
}

a:link , a:visited{
	text-decoration: none;
	color: #030303;
}
a:hover {
	color: #7C711E;
	text-decoration: none;
}
#footer {
	text-align: center;
	border-top: 3px solid #216AAF;
	padding-top: 4px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 0.8em;
	line-height: 1em;
}
.image {
	border: 1px solid #030303;
	margin: 6px;
}
h4 {
	line-height: 1em;
}
.center_table {
	margin-right: auto;
	margin-left: auto;
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; height: 0; 
	overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.flex-container-3col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.flex-container-3col > div {
	padding: 5px;
	text-align: left;
	margin: 10px;
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	max-width: 380px;
}
ul {
	margin-left: -5px;
}
.flex-container-3col ul  {
}
.border {
	border-radius: 6px;
	border: 2px solid #000000;
}
