/*html {
    margin: 0 auto;
    max-width: 1250px;
}

body {	
	display: block;
	text-align: center;
}*/
* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0px;
	padding: 0px;
}

h1{
	text-align: center;
}

p
{
    display: inline;
}

header10_new {	
	border-radius: 0.5em 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	display: inline-flex;
	width: 1200px;
	background: #ebebeb;
	border-color: #d5d5d5;
	background-image: url("images/Header_blank.gif");
  	height: 230px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size:auto;
	
}

header10_new img {
	position: relative;
	left: 150px;
	top: 25px;
	#display: flex;
	#justify-content: space-between;
	#float:right;
	#text-align: center;
	#align-items: center;
	#margin-right: 70px;
	#margin: 10px 0px 0px 30px;
	height: 160px;
	width: auto;
	#display: flex;
  	#margin-left: auto;
  	#margin-right: auto;
  	#width: 50%;
	#display: flex;
	#gap: 25px;
}

.LOGO{
	top: 5px;
	left: 0px;
	width: auto;
	height: 200px;
}

#slideset1 {
  overflow: hidden
}

#slideset1 > * {
	position: absolute; top: 100%; left: 740;
  	animation: 12s autoplay2 infinite ease-in-out
}

@keyframes autoplay2 {
  0% {top: -100%}
  4% {top: 0%}
  33.33% {top: 0%}
  37.33% {top: -100%}
  #100% {top: -100%}
}

#slideset1 > *:nth-child(1) {animation-delay: 0s}
#slideset1 > *:nth-child(2) {animation-delay: 4s}
#slideset1 > *:nth-child(3) {animation-delay: 8s}
