@charset "UTF-8";
/* CSS Document */

body {
	background-color:/*#FFC*/;
	
}

a:link /*{text-decoration:none;}*/	
a:link {color:#C00;}
a:visited {text-decoration:none; color:#C00;} 
a:hover	{color:black;}
a:active {color:#C00;}

h1 {
	font-family:Futura, "Trebuchet MS", "sans serif";
	font-weight:bolder;
	margin-top:1%;
	margin-bottom:1%;
	display:inline;
	white-space:nowrap;
}

h2 {
	color:#C00;
	font-family:helvetica,arial;
}

h3 {
	font-size:9px;
	font-family:helvetica,arial;
}

.gridContainer {
	background-color:/*pink*/;
}

#headspace {
	height:20px;
	background-color:/*blue*/;
}

#heading {
	text-align:center;
	margin-top:2%;
	margin-bottom:4%;
}

#heading2 {
	margin-top:2%;
}

#heading4 {
	margin-top:2%;
	margin-bottom:4%;
}

#content1 {
	margin-top:2%;
	margin-bottom:2%;
}
	
#content2 {
	margin-top:-1%;
	margin-bottom:2%;
}

#content3 {
	margin-top:2%;
	margin-bottom:2%;
}

#chart {
	margin-bottom:3%;
}


/*iframe {
	width:100% !important;
	height:450px !important;
}*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#eir {
	text-align:center;
	margin-top:10%;
	padding-bottom:20px;
}

#foot{
	
	text-align:center;
}

#foot2{
	
	text-align:center;
}

#foot3{
	
	text-align:center;
}

#media{
	display:block;
}