#DisplayDivMain
{
	position: relative;
	overflow: hidden; 
	height: calc(100vh - 120px); 
	min-height: 496px; 
	display : flex;
	border-top: 1px solid #979797;
}

#Menu
{
	min-height: inherit; 
	background-color: #ecf3f4;
}

.MarginT20
{
	margin-top: 20px;
}

.policy
{
	width: 215px;
    height: 24px;
    font-family: OpenSans, Tahoma;
    font-size: 18px;
    color: #616161;
	cursor: pointer;
	word-break: break-word;
}

body
{
	overflow : hidden;
}

.row
{
	flex-wrap:nowrap;
}

p
{
	margin: 0 0 10px;
	color:#333;
}

h5 
{
	font-size: 16px;
	font-weight: bold;
	color: #141414;
}

.maxHeight25
{
	/*max-height:25px;*/
}

.mailtocolor > a
{
  color:#337ab7;	
}

.mailtocolor > a:hover
{
  color:#23527c;	
}
