html, body
{
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-family: Segoe UI, Helvetica, Arial, sans-serif;
}

html {
	padding: 0px;
}

body {
	display: flex !important;
	flex-direction: column;
}

#header
{
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 120px;
	color: #474127;
	padding-right: 5px;
}

#login
{
	text-align: right; 
	position: relative; 
	top: 10px; 
	right: 2px;
	margin-right: 15px;
}
#login a
{
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

#menu
{
	background-color: #293b8a;
	height: 30px;
	width: 100%;
	text-align: center;
}
#menu ul
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
#menu ul li
{
	display: inline;
	font-weight: bold;
	height: 30px;
	vertical-align: bottom;
}
#menu ul li a
{
	color: #a9bafc;
	margin: 0px 3px 0px 3px;
	padding: 1px 5px 0px 5px;
	text-decoration: none;
	min-width: 75px;
	height: 30px;
	vertical-align: bottom;
	font-size: 0.9em;
}
#menu ul li a.selected, #menu ul li a.selected:hover
{
	color: #cfcfcf;
}
#menu ul li a:hover
{
	color: #cfcfcf;
}

#content
{
	padding: 5px;
	margin-bottom: 20px;
	flex: 1 1 auto !important;
}

#footer
{
	background-color: #444c6e;
	color: #ffffff;
	font-size: 0.8em;
	text-align: right;
	padding: 5px 3px;
}
#footer a
{
	color: #d1d4e0;
	text-decoration: none;
}
#footer a:visited
{
	color: #d1d4e0;
}
#footer a:hover
{
	color: #d1d4e0;
}