@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003e5e;
	background-color: #FFF;
	text-decoration:none;
	font-size: 14px
	
}
a:link {
	text-decoration: none; 
	color: #003e5e;
	border:none;
}
a:hover {
	text-decoration: none; 
	color: #0082c8;
	border:none;	
}

#container {
	width: 800px; 
	text-align: left; 
	height: 650px; 
	background-color: #FFF; 
	float: left; 
	margin: 0 auto 0 auto; 
	padding: 150px 0 0 150px; 
	text-decoration:none;
}
#mainContent {
	background-image: url(../images/mbh_logo.gif);
	background-repeat:no-repeat;
	height: 650px;
}
#bodytext {
	height: 400px;
	padding: 150px 0 0 0;
	}
.emaillink {
	color: #333333;	
	font-size: 14px;
	font-size:14px;
	}
#lick {
	width:150px;
	float:right;
	font-size: 10px;
	color: #003e5e;
	text-decoration:none;
	font-weight: 500;
}
#licklink {
	color:#0082c8;
	text-decoration:none;
}
#licklink:hover {
	color: #0082c8;
}
.bluehighlights {
	font-family: Arial, Helvetica, sans-serif;
	color: #0082c8;
	font-size: 12px;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	}
#address{
	width:380px;float: left;
}

#bodycopy{
	width:399px;
	float: right;
}
