.block {
	text-align: center;
}

/* The ghost, nudged to maintain perfect centering */
.block:before {
	content: '';
	display: inline-block;
	/*height: 100%;*/
	height: 75vh;
	vertical-align: top;
	margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.centered {
	display: inline-block;
	vertical-align: middle;
}

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #BEBEBE;
	font-family: 'Open Sans', sans-serif !important;
}

table {
	font-family: 'Open Sans', sans-serif !important;
}

.content {
	min-height: 250px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-left: 59px;
	padding-right: 59px;
	color: #000000;
	text-align: left;
	padding-bottom: 1.5em;
	font-size: 10pt;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

table.header {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.header td {
	border: none;
	text-align: left;
	padding: 0;
	background-color: #A80030;
}

table.header td.name {
	color: white;
	font-size: xx-large;
	padding-left: 2em;
	width: 50%;
}

table.header td.logo {
	background-color: white;
	width: 255px;
}

table.header img {
	display: block;
}

.top-menu {
	background-color: #E0E0E0;
	color: #000000;
	text-align: left;
	font-size: 11pt;
	height: 2em;
	max-height: 2em;
	width: 100%;
}

.top-menu a:link,.top-menu a:visited,.top-menu a:active {
	color: #000000;
	font-weight: 600;
	outline: none;
	text-decoration: none;
}

.top-menu a:hover {
	color: #E0E0E0;
	background-color: #A80030;
	font-weight: 600;
}

.top-menu .activated {
	color: #E0E0E0;
	background-color: #A80030;
	font-weight: 600;
}

.top-menu a:focus {
	-moz-outline: none;
	outline: none;
	ie-dummy: expression(this.hideFocus = true);
}

.top-menu td:not (.hello ) {
	color: #000000;
	max-height: 2em;
}

.top-menu .assure-height {
	/* Please don't ask me why 2em roughly translates to 25px and why I can't use 2em here */
	height: 25px;
	width: 1px;
}

.top-menu .no-width { 
	width: 1px;
	padding: 0;
}

.hello {
	background-color: #E0E0E0 !important;
	color: #000000 !important;
}

.top-menu td.hello:hover {
	color: #000000 !important;
}

.top-menu td:not(.hello ):hover {
	color: #E0E0E0 !important;
	background-color: #A80030;
	font-weight: 600;
}

.top-menu td:hover a {
	color: #E0E0E0 !important;
	background-color: #A80030;
	font-weight: 600;
}

.top-menu .left-side-links {
	margin-left: 50px;
	text-align: left;
	float: left;
	display: inline;
	max-height: 2em;
	border-spacing: 0px;
	border-collapse: collapse;
	/* 	margin-top: -2px; */
}

.left-side-links td {
	padding-left: 9px;
	padding-right: 9px;
}

.top-menu #middle-links {
	text-align: left;
}

.top-menu .right-side-links {
	text-align: right;
	float: right;
	max-height: 2em;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-right: 10px;
}

.right-side-links td {
	padding-left: 7px;
	padding-right: 7px;
}

.footer-space {
	height: 78px;
	line-height: 78px;
	color: #E0E0E0;
	text-align: center;
	font-size: smaller;
	background-color: #A80030;
	position: relative;
}

.footer-space a, .footer-space a:link, .footer-space a:visited {
    color: #E0E0E0;
    text-decoration: none;
}

.footer-space a:hover {
    color: #EEEEEE;
}

.footer-space-img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}