BODY {
	margin : 0px 0px 0px 0px;
}
h1,h2,h3,h4,h5 {
	font-family: Arial Black;
}

.banner {
	border-bottom : 3px double;
}

.bannerMenuCell {
	height : 70px;
	font-family : Arial;
	font-weight : bold;
	font-size : 16px;
	color : #9C0001;
	background-color : #D3C9C7;
	text-align : right;
	vertical-align: bottom;
	border-bottom : 5px double #9C0001;
	cursor : hand;
}

.bannerLogoCell {
	height : 70px;
	font-family : Arial;
	font-weight : bold;
	font-size : 44px;
	color : White;
	background-color : #D3C9C7;
	text-align : right;
	border-bottom : 5px double #9C0001;
}

.TableHeader {
	font-family : "Arial Black";
	font-style : italic;
	font-size : 14px;
}
.formLabel {
	color : #0066CC;
	font-size : 10px;
	font-family : Arial;
	font-style : italic;
}
.TableColHeader {
	font-family : "Arial Black";
	font-size : 12px;
}
.TableRow {
	font-family : "Arial";
	font-size : 12px;
}
.userLoginBlock {
	width : 175px;
	left : 250px;
	top : 200px;
	position : absolute;
}

#customHealthSystemId{
	display:none;
	width:175px;
}

#healthSystemNameStatus{
	display:none;
}

.container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.left {
	width: 48%;
	background-color: #d0f0fd;
	padding: 20px;
}

.right {
	width: 48%;
	background-color: #fdd0d0;
	padding: 20px;
}
  