@charset "utf-8";
/* CSS Document */

html,
html * {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

.Banner1 {
	background-color: white;
	position: absolute;
	padding: 5px 0px 0px 0px;
	height: 80px;
	width: 100%;
	top: 0px;
	left: 0px;
}

.Bannertext {
	background-color: white;
	top: 300px;
	position: absolute;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	height: 300px;
	width: 60%;
	top: 0px;
	left: 285px;
}

.Bannertext2 {
	background-color: white;
	top: 900px;
	position: absolute;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	height: 300px;
	width: 60%;
	top: 0px;
	left: 285px;
}

.Bannertextsmall {
	background-color: white;
	top: 300px;
	position: absolute;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	height: 30px;
	width: 40%;
	top: 0px;
	left: 450px;
}

.YellowBar {
	background-color: gold;
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0px;
	padding: .25em;
}

.blankspace {
	background: white;
	position: absolute;
	height: 100px;
	width: 100%;
}

nav {
	float: center;
	padding-left: 0px;
}

nav ul li {
	font-family: "Helvetica Neue";
	list-style-type: none;
	padding: 2.5px 20px 0px 20px;
	text-align: center;
	display: inline-block;
}

nav ul li a {
	text-decoration: none;
	color: #000000;
}

nav ul li b {
	text-decoration: none;
	color: #FFFFFF;
}

.main {
	top: 100px;
	padding: 0px 100px 100px 100px;
	width: 100%;
	position: absolute;
}

body {
	margin-left: 0;
	margin-right: 0;
	background: #CECECE;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
}

.T1 {
	top: 0px;
	background: #06205A;
	color: white;
	font-family: "Liberation Serif";
	text-align: center;
	display: inline-block;
}

h1 {
	color: gold;
	text-transform: none;
	font-size: 42;
	letter-spacing: .1em;
	text-align: center;
	display: inline-block;
	padding: 0px 50px 0px 50px;
}

t2 {
	color: black;
	text-transform: none;
	font-size: 24;
	letter-spacing: .05em;
	text-align: center;
}

t3 {
	color: black;
	text-transform: uppercase;
	font-size: 36;
	letter-spacing: .05em;
	text-align: center;
}

t4 {
	color: black;
	top: 25px;
	left: 0;
	font-size: 12;
	letter-spacing: .05em;
	text-align: center;
}
	
t5 {
	color: black;
	top: 25px;
	left: 0;
	font-size: 8;
	letter-spacing: .05em;
	text-align: center;
	}

t6 {
	Color: White;
	top: 25px;
	text-transform: uppercase;
	font-size: 24;
	letter-spacing: .05em;
	text-align: center;
	}

t7 {
	color: black;
	top: 25px;
	left: 0;
	font-size: 24;
	letter-spacing: .05em;
	text-align: center;
}