@charset "utf-8";
/* CSS Document 

   20220624 Update to use CSS/HTML for responsive background

*/

body {
	margin: 0px;
	height: 100%;
}

#header {
	padding: 0 15% 0 15%;

}

#search {
	position: absolute;
	top: 65px;
	right: 23px;
	width: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #828282;
	text-align: right;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	text-align: right;
}

#managed {
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	padding: 1px 15% 1px 15%;
        margin-top: auto;
}

#greeting {
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	position: relative;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	padding: 1% 15% 1% 15%;
	flex: 1;
}

a {
	color: #d1a601;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #d1a601;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}


.divTableCellGold {
	background-color: #D1A601;
	height: 5px;
	margin: 1px 0px 1px 0px;
	box-shadow: 0px 0px 1px #D1A601;
}

.divTableCellBlue {
	background-color: #012d5e;
	min-height: 300px;
	overflow: auto;
	height: 100%;
	margin: 1px 0px 1px 0px;
	box-shadow: 0px 0px 1px #012d5e;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #ffffff;
}

.divTableCellWhite {
	background-color: #ffffff;
	min-height: 50px;
	margin: 1px 0px 1px 0px;
	box-shadow: 0px 0px 1px #ffffff;
	display: flex;
	flex-direction: column;
}

.divTableCellWhiteGap {
	background-color: #ffffff;
	height: 1px;
	margin: 1px 0px 1px 0px;
	box-shadow: 0px 0px 1px #ffffff;
}

