﻿* {
	margin: 0;
	padding: 0;
}
body {
	background-color: rgba(40, 40, 40, 0.0);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: black;
}
#frame1 {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: rgba(40, 40, 40, 0.0);
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#frame1 p {
	font-size: 85%;
	margin-bottom: 0px;
}

#frame1 ul, #frame1 ol {
	font-size: 85%;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	margin-bottom: 18px;
	margin-left: 18px;
}

#frame1 h1 {
	font-size: 120%;
	font-weight: bold;
	color: skyblue;
	text-shadow: 2px 2px 1px #808080;
	margin-bottom: 6px;
}
#frame1 h2 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	margin-bottom: 6px;
}
#frame1 h3 {
	font-size: 90%;
	font-weight: bold;
	color: white;
	margin-bottom: 6px;
}
mark.skyblue {
	color: skyblue;
	text-shadow: 1px 1px 1px #808080;
	background: none;

}
#animation img {
    display: none;
}
#animation img:first-child {
    display: block;
    margin-left:auto;
    margin-right:auto;
position: relative;

} 

.image-dirq {
	width: 90px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 5px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
}

.image-dirq-2 {
	width: 44px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 3px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
}

.image-flyer {
	box-shadow: 2px 2px 1px #808080;
	float:right;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin: 10px;
}
.image-banner {
	-webkit-filter: drop-shadow(2px 2px 1px #808080);
   filter: drop-shadow(2px 2px 1px #808080);
}

.image-banner-text {
	-webkit-filter: drop-shadow(1px 1px 1px #808080);
   filter: drop-shadow(1px 1px 1px #808080);
}
.videoembed-1 {
	box-shadow: 2px 2px 1px #808080;
	float:left;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin: 10px;
}

a:link {
    text-decoration: none;
	color: skyblue;
}

a:visited {
    text-decoration: none;
	color: dodgerblue;
}

a:hover {
    text-decoration: underline;
	color: deepskyblue;
}

a:active {
    text-decoration: underline;
	color: royalblue;
}

hr {
	display: block;
	height: 1px;
	border: 1;
	border-color: rgba(40, 40, 40, 0.3);
	border-top: rgba(40, 40, 40, 0.5);
	border-style: inset;
	padding: 0;
	color: #1E90FF;
	}

#sthash.TKfqfNaV.dpuf
