body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #ADC6DC;
}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	position: relative;
	height: 80px;
	width: 100%;
}
#Nav {
	position: relative;
	height: 20px;
	width: 100%;
	top: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	word-spacing: 3px;
}
#Content {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #ADC6DC;
}
#Logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 5px;
	top: 5px;
	z-index: 10;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.LargeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
#Photo {
	position: relative;
	width: 100%;
	background-color: #ADC6DC;
}
.White {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	word-spacing: 3px;
}
#Headline {
	position: absolute;
	left: 24%;
	top: 3px;
}
