body {
	margin: 0px;
	padding: 0px;
	/*height: 98%;
	width: 100%;*/
}
html {
	margin: 0px;
	padding: 0px;
	/*height: 100%;
	width: 100%;*/
}
.logo {
	/* background-image: url('../interface/blue/mnlflogo.gif'); */
	background-image: url('../interface/blue/mnlflogo2022.png');
	height: 201px;
	width: 150px;
	left: 0px;
	top: 130px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 30;
}
.photo {
	position: absolute;
	height: 150px;
	width: 450px;
	left: 150px;
	top: 0px;
	z-index:30;
	opacity: 100;
}
.intro {
	background-image: url('../interface/blue/introbg.gif');
	position: absolute;
	height: 130px;
	width: 430px;
	left: 150px;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #3E7899;
	/* color:#4386b5 */
	padding: 10px;
	width: 430px;
	z-index: 30;
}
.submenuleft {
	background-image: url('../interface/blue/submenubgleft.png');
	height: 150px;
	width: 7px;
	left: 600px;
	top: 150px;
	position: absolute;
	z-index: 15;
}
.submenuright {
	background-image: url('../interface/blue/submenubgright.png');
	height: 150px;
	width: 7px;
	top: 150px;
	position: absolute;
	right: 0px;
	z-index: 15;
}
.submenu {
	position: absolute;
	top: 156px;
	color: #3E7899;
	height: 150px;
	left: 607px;
	z-index: 30;
}
.submenubg {
	position: absolute;
	top: 150px;
	height: 150px;
	left: 0px;
	background-image: url('../interface/blue/submenubg.png');
	width: 100%;
	z-index: 10;
}
#m-container {
	position: absolute;
	left: 150px;
	top: 300px;
	background-image: url('../interface/blue/contentbg.gif');
	background-repeat: repeat-y;
	width: 450px;
}
#m-top {
	background-image: url('../interface/blue/contentbgtop.gif');
	background-repeat: no-repeat;
	width: 450px;
	height: 7px;
}
#m-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #3E7899;
	padding: 10px;
}
#m-content ul {
    margin: 12px;
    padding: 0px;    
}
#m-bottom {
	background-image: url('../interface/blue/contentbgbottom.gif');
	background-repeat: no-repeat;
	width: 450px;
	height: 7px;
}
.menu {
	position: absolute;
	left: 600px;
	top: 124px;
	padding-left: 7px;
}
a {
	text-decoration:none;
	color: #3E7899; /* color: #3E7899 */;
}
a:hover {
	text-decoration:underline;
}

/*********** MENU ITEMS ***********/
.menuItem {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	background-repeat: no-repeat;
}

.subMenuItem {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	width: 212px;
	color: white;
}
