* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-size:large;
	color: #1D303C;
	font-family: Arial, helvetica, sans-serif;
	background-image:url(images/wallpaper.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

h1 {
	color:#1D303C;
	padding:5px;
	font-size: 28px;
	text-align:center;
	margin-bottom:10px;
}

h2 {
	color:#1D303C;
	padding:5px;
	font-size: 28px;
	text-align:center;
	margin-bottom:10px;
}

h3 {
	color:#1D303C;
	padding:5px;
	font-size: 18px;
	text-align:center;
	margin-bottom:10px;
}

.style1 {
	color: #88162F;
	font-style:italic;
}

.style2 {
	color:#1D303C;
	font-size: 22px;
	padding:5px;
	margin:5px;
}

.panel {
	width:95%;
	background-color:#EEE;
	padding:3px;
	text-align:justify;
	margin-bottom:20px;
}

.titlepanel {
	width:92%;
	background-color:#EEE;
	padding:15px;
	padding-bottom:10px;
	text-align:center;
	font-size:medium;
	margin-top:10px;
	margin-bottom:20px;
}

#mapcanvas {
	width:96%;
	height:400px;
	background-color:#EEE;
	padding:0px;
	margin-bottom:20px;
}

a, img {
	outline: none;
	border:none;
	color: #1D303C;
	font-weight: bold;
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

p {
	margin: 0 0 10px;
	line-height: 1.4em;
	font-size: 1.0em;
}

#wrapper {
	width: 92%;
	max-width: 800px;
	margin: auto;
	padding: 0%;
}

header {
	width: 96%;
	margin-top:0px;
	margin-bottom:25px;
}

footer {
	height: 50px;
	width: 96%;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
}

footer a {
	color:#FFFFFF;
	text-decoration:none;
}

img {
   display:block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color:#EEE;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoLabel {
	width:100%;
	display:inline-block;
	background-color:#EEE;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

.videoLabel p {
	padding:5px;
}

.button {
    background-color:#B73930;
    border: none;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
	border-radius: 6px;
}

.button:hover {
	background-color:#F75D50;
}
.button:active {
	position:relative;
	top:1px;
}
