@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

html,body{
	margin:0;
	padding:0;
	margin-top: 0px;
}

body{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align:center;
	background: #F3F5F7;
	min-width: 700px;
}

img {
	border: 0px;
}

img a {
	border: 0px;
}

p{
	margin:0 5px 5px;
}

a{
	color: #206bc0;
	text-decoration: underline;
}

a:hover{
	color: #3c8deb;
    text-decoration: underline;
}

h2 {
	font-size: 24px;
	color: #3e5a77;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 6px;
	margin-top: 15px;
}

hr {
	padding-top: 0px;
	margin-bottom: 15px;
	color: #EDDA74;
	width: 500px;
}

ol li {
	margin-left: 20px;
	padding-top: 5px;
}

#content ul li {
	margin-left: 10px;
	padding-top: 5px;
}

textarea {
	font-family: arial;
	font-size: 13px;
}

#header{
	height:100px;
	width:100%;
}

#header h1{
	font-size: 40px;
	margin:0;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	color: #193655;
	text-align: left;
}

#container{
	text-align:left;
	max-width: 1100px;
	margin:0 auto;
	padding-top: 190px;
	background: #FFF url('images/slide.jpg') no-repeat;
	background-size: contain;
}

#content {
	padding: 0 40px;
	margin-bottom: 0px;
	min-height: 400px;
	color: #43566a;
	line-height: 24px;
}

#content input[type=text],
#content input[type=email],
#content textarea {
    font: inherit;
}

#footer p{
	padding:40px;
	text-align: right;
	color: #43566a;
}

#legal a{
	color: red;
	text-decoration: underline;
}

#legal a:hover{
	color: blue;
	text-decoration: none;
}

#legal{
	text-align: right;
	font-size: 11px;
	background: #FFF;
	height: 30px;
	color: black;
	padding-bottom: 6px;
}

#footer{
	background: #FFF;
	text-align: center;
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	border-top: 1px dashed #666666;
}
