html, body {
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
}
#BodyContainer {
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: left;
	min-height: 100%;
}
#hPos {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 50px;
}
#TheTopOfThePage {
	top: 0px;
	margin: 0 0 10px 0;
	padding: 10px 0px 10px 0px;
	background: #e6f5fb;
}
#TopNavigation {
	position: absolute;
	top: 0.25em;
	right: 1em;
	margin: 0;
	padding: 0;
}
#BottomNavigation ul, #TopNavigation ul, ul li {
	list-style: none; display: inline;
	padding-right: 0.5em;
	border-right: 1px solid #7b7979;
}
.LastLI {
	border-right: none;
}
#TheBottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 5px;
	border-top: 1px dotted #7b7979;
	color: #7b7979;
}
#BottomNavigation {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 4em;
	float: right;
}
.copyright {
	float: left;
	margin-left: 4em;
}
#TopNavigation a, #BottomNavigation a {
	color: #7b7979;
	text-decoration: none;
	text-transform: lowercase;
}
#homeParagraph {
	background: #e6f5fb;
	width: 50%;
	padding: 1em;
	text-align: justify;
	color: #25408f;
}
h1 {
	margin: 0px 0px 0px 4em;
	background-image:url("/pitchers/Logo.png");
	background-repeat:no-repeat;
	height:99px;
}

#createUser {
	background: #e6f5fb;
	border: 2px solid #000;
	width: 50%;
	padding: 1em;
}
#getOut {
	background-image:url("/pitchers/bubble-template.png");
	background-repeat:no-repeat;
	width: 25em;
	height: 15.13em;
	padding-top: 7em;
	padding-left: 4.5em;
}
.submit {
	background: #25408f;
	color: #fff;
}
#UpcomingEvents {
	border: 1px dotted #679146;
	background: #e6f5fb;
}
#UpcomingEvents th {
	background: #25408f;
	color: #fff;
}
#UpcomingEvents td {
	padding: 0.2em;
	background: #fff;
}
#necessaryEvil {
	position: absolute;
	top: 10em;
	right: 1em;
}
#EventStatus1 {
}

#EventStatus2 {
}

#EventStatus3 {
}
dt {
	font-weight: bold;
}
dl#FAQ dt {
	padding-top: 1em;
}
