﻿@import url('../vangerner/css/html5reset-1.6.1%20(2).css');
}
html {
	margin-top: 5%;
	margin-bottom: 5%;
}
body {
	margin-left: 20%;
	font-family: 'Questrial', sans-serif;
	color: rgba(0, 0, 0, 0.7);
	padding: 1%;
}
header {
	margin-bottom: 2em;
}
section {
	margin-bottom: 3em;
}
footer {
	clear: both;
	text-align: left;
	font-size: 65%;
	letter-spacing: 0.2em;
}
p {
	padding-bottom: 2em;
	font-size: 100%;
	color: inherit;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.25em;
}
h1 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: 185%;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: rgba(51, 44, 255, 0.5);
	letter-spacing: 5px;
	text-align: left;
	text-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.2);
}
h2 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	color: rgba(51, 44, 255, 0.5);
	font-weight: normal;
	font-size: 105%;
	text-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.2);
}
h3 {
	background-position: 0px 0px;
	background-repeat: repeat;
	color: inherit;
	background-attachment: scroll;
	font-weight: bold;
	font-size: 100%;
	line-height: 2em;
}
h4 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5em;
	padding-bottom: 2em;
}
h5 {
	font-weight: normal;
	font-size: 85%;
	line-height: 1.41;
}
h6 {
	color: rgba( 0, 0, 0, 0.3);
	font-weight: lighter;
	font-size: 80%;
}
.lighterFont {
	color: rgba( 0, 0, 0, 0.3);
	font-size: 80%;
}
a:link {
	color: inherit;
	-webkit-transition: color 1s ease-in;
	-moz-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f00;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: none;
	background-color: rgba(247, 247, 252, 0.4);
	position: relative;
	z-index: 1000;
}
a:active, focus {
	color: yellow;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.6);
}
a.noBckgr:hover, a.noBckgr:active {
	background: transparent;
}
a.NoLinkBackground: hover {
	background-color: transparent;
	background-image: none;
}
figure {
	margin-left: auto;
}
figcaption {
	width: 750px;
	font-size: 90%;
	font-style: oblique;
	color: #333;
}
.RedBoldedText {
	color: #f00;
	font-weight: 700;
}
.RedBoldedText {
	color: #f00;
	font-weight: 700;
	font-style: normal;
}
.smallerText {
	font-size: 90%;
	color: black;
	font-style: normal;
	letter-spacing: 1px;
}
.evenSmallerText {
	font-size: 90%;
	color: #000000;
	font-style: oblique;
	font-weight: normal;
}
.BlueText {
	color: #0033CC;
}
.smallGrayFont {
	font-size: inherit;
	color: #7f7f7f;
}
ul {
	background: transparent;
	margin-left: 0px;
	padding-bottom: 1em;
	line-height: 1.25em;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 90%;
}
header, article, nav, section, footer {
	display: block;
}
header {
	padding-left: 0em;
}
nav {
	position: fixed;
	top: 7.1em;
	left: 0px;
	padding-left: 2%;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5em;

}
li {
	line-height: 1.5em;
}
nav ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 3em;
}
nav ul li {
	display: block;
	background-color: inherit;
	border: none;
	text-align: left;
	margin-left: 2em;
	padding: 5px 5px 5px 0px;
	font-size: 75%;
}
#box-shadow {
	-webkit-box-shadow: 5px 10px 10px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 15px 14px 14px rgba(25, 25, 25, 0.2);
	box-shadow: 15px 30px 15px 14px rgba(25, 25, 25, 0.2);
}
#box-shadow {
	-webkit-box-shadow: 15px 30px 14px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 15px 30px 14px rgba(25, 25, 25, 0.2);
	box-shadow: 15px 30px 14px rgba(25, 25, 25, 0.2);
}
.columns {
	-moz-column-width: 375px;
	-moz-column-gap: 3em;
	-moz-column-rule: 1px solid white;
	-webkit-column-width: 375px;
	-webkit-column-gap: 3em;
	-webkit-column-rule: 1px solid white;
}
.rotatTXTvertical {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
td {
	padding: 0 5px 1px 0;
}
