﻿html {
	height: 100%;
}
body {
	background-color: dimgray;
	font-display: block !important;
	height: 100%;
}
.container {
	background-color: white;
	min-height: 100%;
}
#header {
	padding: 10px 20px 10px 20px;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	color: gray;
	font-size: small;
	padding: 20px;
}
h4 {
	border-bottom: solid 1px #333;
	color: gray;
	margin-bottom: 10px;
	margin-top: 10px;
}
h5 {
	color: gray;
	margin-bottom: 4px;
	margin-top: 8px;
}
label {
	display: block;
	margin-bottom: 2px;
	margin-top: 8px;
}
#alertSubmit {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
}
#AssociationLogo {}