html, body {
	margin:  0;
	padding: 0;
	width:   100%;
	height:  100%;
}
.menuTemplateContent {
	min-height:    100%;
	position:      relative;
	overflow:      auto;
	z-index:       0;
	padding-right: 25px;
	margin-right:  25px;
}
.background {
	position:          absolute;
	z-index:           0;
	top:               0;
	bottom:            0;
	margin:            0;
	padding:           0;
	background-repeat: no-repeat;
}
.top_block {
	width:   100%;
	display: block;
}
.bottom_block {
	position: absolute;
	width:    100%;
	display:  block;
	bottom:   0;
}
.left_block {
	display: block;
	float:   left;
}
.right_block {
	display: block;
	float:   right;
}
.center_block {
	display: block;
	width:   auto;
}
.background.thepage {
	height:           auto !important;
	padding-bottom:   0;
	left:             0;
	right:            0;
	background-color: white;
}
.thepage {
	width:          auto;
	height:         auto;
	padding-bottom: 0px;
}
.topbar {
	width:            100%;
	height:           165px;
	background-color: white;
}
.background.lpgLogo {
	height:           auto !important;
	padding-bottom:   0;
	left:             0;
	width:            215px;
	background-color: white;
}
.lpgLogo {
	height:            auto;
	width:             215px;
	margin-top:        50px;
	padding-bottom:    0px;
	margin-left:       50px;
	background-image:  url('../images/LightHousePolicyGroup.png');
	background-repeat: no-repeat;
	display:           block;
}
.background.InstLogo { 
	height:            auto !important;
	padding-bottom:    0;
	right:             0px;
	margin-right:      50px;
	margin-top:        50px;
	width:             215px;
	background-color:  white;
	background-repeat: no-repeat;
}
.InstLogo {
	height:         auto;
	width:          215px;
	padding-bottom: 0px;
}
.background.theProfile {
	height:           auto !important;
	padding-bottom:   0;
	left:             0;
	right:            0;
	background-color: white;
	margin-top:       115px;
}
.theProfile {
	width:            auto;
	height:           100%;
	padding-bottom:   0px;
	margin-left:      150px;
	margin-top:       50px;
}