* {padding:0;margin:0;}

.clear {
	clear:both;
}
a {
	color:#6699FF;
	font-size:1em;
        text-decoration:none;

}
span {
	color:#018AA5;
	font-size:1em;
	font-weight: bold;
}

body {
	background:#000000;
	font-family:Calibri;
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
	display: grid;
	justify-content: center;
	align-items: center;
}

#wrap {
	width:100%;
	height:100%;
	margin: auto;
	background:url(../img/bigbackground.jpg);
	background-position: top;
	background-attachment: fixed;
	display: grid;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	box-shadow: 0 0 60em #2F5169;
}
#header {
	height:16.8em;
	width:60em;
}

#container1 {
	width:60em;
	background:url(../img/bg.png);
	margin-bottom:2.5em;
	display: grid;
	justify-content: center;
	align-items: center;
}
#content1 {
	margin:0.8em;
	width:41em;
	font-family:Times;
	font-size:24px;
	color:#FFFFFF;
}
#content1 a:hover {
	color:#ADD1F3;
	text-shadow: 0 0 1.5em #FFFFFF;
}
#content1  a {
	color:#FFFFFF;
}
#nav1  {
	padding-bottom:0.7em;
}
#nav2  {
	padding-top:0.7em;
}
#container2 {
	width:60em;
	background:url(../img/bg.png);
	display: grid;
	justify-content: center;
	align-items: center;
}
#content2 {
	float:left;
	width:39em;
	margin:3em;
	padding-left:3em;
	padding-right:3em;
	font-size:1.4em;
	color:#FFFFFF;
}
#content2 a:hover {
	color:#6F9ECB;
	text-shadow: 0 0 1.5em #FFFFFF;
}
#content2  a {
	color:#6699FF;
}
#container3 {
	width:60em;
	background:url(../img/bgblack.jpg);
	display: grid;
	justify-content: center;
	align-items: center;
}
#content3 {
	width:46em;
	margin:1em;
	padding-left:3em;
	padding-right:3em;
	font-size:1.2em;
	color:#FFFFFF;
}
h1 {
	font-family:Times;
	font-size:1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h2 {
	font-family:Calibri light;
	font-size:1.1em;
	font-style:normal;
}
h3 {
	font-family:Times;
	font-size:1.4em;
	font-style:normal;
	letter-spacing: 0.1em;
}
h5 {
	font-family:Calibri;
	font-size:0.84em;
}
h6 {
	font-family:Calibri;
	font-size:0.75em;
}

ul {
	padding-left:1em;
}

li {
	padding: 0.5em;
}

p  {	line-height: 1.6;
} 
.imgright {
	margin-left:1em;
	margin-bottom:0.2em;
}
.imgleft {
	margin-right:1em;
	margin-top:0.2em;
}
.imglink {
	box-shadow: 0 0 1.2em #FFFFFF;
 	transition: transform 0.8s;
}
.imglink:hover {
	transform: scale(1.05, 1.05);
}
.breit {
	letter-spacing: 0.2em;
}