body {
	height: 100%;
	margin: 0;
	background-color: #5B88C7;
	color:#ffffff;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(/images/bg-waves.png?2021);
	padding: 0;
	}
p.image img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.wrap_all {
	width: 100%;
}
.head {
	text-align: center;
}
.body_wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.nav {
	font-size: 25px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
}
.nav a {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav a:hover{
	color: #4C4B9F;
	text-decoration: none;		
}

.wrap_foot {
	width: 100%;
/*	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC; */
	margin: 25px 0;
	font-size: 12px;
	color: #d6e1f1;
	text-align: center; 
	font-family: Arial, Verdana, sans-serif; 
}
.wrap_foot a {
	color: #fff;
}

#slideshow {
	width: 600px;
	height: 450px;
	float: left;
	background: url(/images/slides/slide-01.jpg) no-repeat top center;
	background-size: cover;
	border: 5px solid #fff;
}

#slideshow img {
	width: 800px;
	height: 450px;
	display: none;
}
#flashcontent {
	height: 600px;
}
h1, h2, h3 {
	text-align: center;
}
h3 a {
	color: #FF0;
}
h3 a:hover {
	color: #FFF;
}
#footer-logos {
	margin: 25px 0 0 0;
	padding: 25px;
	background-color: #fff;
}
#footer-logos ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
}
#footer-logos ul, #footer-logos li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer-logos li {
	display: inline-block;
	margin: 0 10px;
}
#footer-nav {
	font-size: 14px;
}
#footer-contact {
	font-size: 12px;
}