*
{	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial;
	font-size: 8pt;
	background-color: #DADADA;
}
.Light
{
	background-color: #3F6388;
}

.Dark
{
	background-color: #2B445E;
}

.top
{
	color:#2B445E;
}

/* Special */
.MContent .resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
	background: red;
	z-index: 99999;
}
.MContent .handleImage
{
	width:15px;
	height:16px;
	background-image:url(http://www.mhsi.biz/img/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
	background: red;
	z-index: 99999;
}

/* Header Section	*/
.Header
{
	background-color: #ffffff;
	padding: 9px 9px 0px 9px;
	width: 960px;
	vertical-align: middle;
	height:66px;
	text-align:left;
}
.Header img
{
	width:133px;
	height:57px;
	float: left;
	padding-right: 40px;	
}
.Header h1
{
	color: #2B445E;
	font-size: 16px;
	margin-top: 27px;
}

/* Header Menu  */
.tnav
{
	 margin-top: -46px;
	 margin-left: 390px;
}
.menu {
	padding:0;
	margin:0;
	height:75px;
	list-style-type:none;
	border-left:1px solid #bbb;
}
.menu li {
	float:left; 
	padding: 0 12px;
	height:75px;
	line-height:75px;
	border-right:1px solid #bbb;
	position:relative;
	text-align:center;
	font-weight: bold;
}
.menu li:hover 
{
	background-color: #2B445E;
	color: #ffffff;
}
.menu li:hover a
{
	color: #ffffff;
}

.menu li a{
	display:block;
	text-decoration:none;
	color:#2B445E;
}

.menu .Last
{
	border-right: none;
}
.menu .selected
{
	background-color:#3F6388;
	color: #ffffff;	
}

.menu .selected a
{
	color: White;	
}
.menu li.selected a
{
	color: White;	
}

/* Info Box section */
.InfoBoxes
{
	background-color: #ffffff;
	padding: 9px;
	width: 960px;
	text-align: left;
}


.InfoBox
{
	width: 178px;
	height: 200px;
}

.InfoBox h3
{
	color: White;
	font-weight: bold;
	margin:9px 0px;
	padding-left: 5px;
	font-size: 16px;
}

.InfoBox h3 a
{
	color: White;
	text-decoration: none;
}

.InfoBox p
{
	margin:0px;
	padding-left:5px;
	color: #ffffff;
	text-align:justify;
	width: 163px;
	padding-bottom: 5px;
}

.InfoBox img
{
	border-top: #9fb1c4 1px dotted;
	border-bottom: #9fb1c4 1px dotted;
}

.InfoBox .ReadMore
{
	float: right;
	padding-right: 10px;
	color: White;
	text-decoration: none;
}

.InfoBox .ReadMore:hover
{
	text-decoration: underline;
}

/* Main Content Layout Section */
.Content
{
	background-color: #ffffff;
	padding: 9px;
	width: 960px;
	text-align: left;
}

/* Side Menu */
.SideMenu
{
	float: left;
	width: 150px;
	color: #ffffff;
	font-weight: bold;
	margin: 10px;
	background-image: url(http://www.mhsi.biz/img/sidemenubk.jpg);
	background-repeat: repeat-x;
}
.SideMenu blockquote.withquote
{
		background-position: 0px 15px;
	padding-top: 20px;
	background-color: #ffffff;
}

.SideMenu dl
{
	margin-right: 10px;
	padding: 10px;
}
.SideMenu dl dt
{
	padding-top:5px;
}
.SideMenu dl dd
{
	padding: 5px 0px;
	border-bottom: solid 1px #ffffff;
}

.SideMenu .sub
{
	padding-left: 15px;
}

.SideMenu .Last
{
	border-bottom: none;
}
.SideMenu dl dt a
{
	color: #ffffff;
	text-decoration: none;
}
.SideMenu dl dd a
{
	color: #ffffff;
	text-decoration: none;
}
.SideMenu dl dd a:hover
{
	text-decoration:underline;
}
.SideMenu dl dt a:hover
{
	text-decoration:underline;
}

/* Content */
.MContent
{
	background-color: #ffffff;
	margin-left: 180px;
	width: 760px;
	text-align: left;
}
.MContent h1
{
	text-align: center;
	font-size: 20px;
	background-color: transparent;
	background-image: url(http://www.mhsi.biz/img/h1bk.jpg);
	background-repeat: repeat-x;
	height: 47px;
	color:#ffffff;
	padding-top: 12px;
}
.MContent h2
{
	font-size: 12px;
	color:#2B445E;
}

.MContent p
{
	margin-bottom: 10px;
	line-height: 20px;
}
.MContent a
{
	color: #2B445E;
	text-decoration: none;
}

.MContent a:hover
{
	text-decoration: underline;
}
.MContent ul
{
	list-style-image: url(http://www.mhsi.biz/img/bullet.gif);
	margin-left: 20px;
	margin-bottom: 10px;
}
.MContent ul li.none
{
	list-style-type: none;
	list-style-image: none;
	margin-top: -10px;
}
.MContent ul li ul.second li
{
	margin-left: 20px;
	list-style-image: none;
	list-style-type: circle;
	margin-bottom: 5px;
}

.MContent ul li ul li.none
{
	list-style-type: none;
	list-style-image: none;
	margin-top: -10px;
}
.MContent ul li ul.second li a
{
	color: #2B445E;
}

.MContent ul li ul.third li
{
	margin-left: 20px;
	list-style-image: none;
	list-style-type: disc;
	margin-bottom: 5px;
	color: #2B445E;
}

.MContent img.right
{
	float: right;
	margin: 10px;
	padding: 3px;
	border: solid 1px #000000;
}
.MContent img.left
{
	float: left;
	margin: 5px 20px 10px 10px;
	padding: 3px;
	border: solid 1px #000000;
}

 blockquote.withquote 
{
	background:url(http://www.mhsi.biz/img/quote.gif) no-repeat;
	background-position:top left;
	padding-left:20px;
	text-align:center;
} 

 p.withunquote 
{
	background: url(http://www.mhsi.biz/img/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;
	font-weight: bold;
	color: #3F6388;
}

.MContent dl
{
	margin-bottom: 10px;
}
.MContent dt
{
	font-weight: bold;
	padding-bottom: 5px;
}
.MContent dd
{
	padding-left: 20px;
}
.news dt
{
	color: #2B445E;
	font-weight: bold;
	font-size: 12px;
}
.news dd
{
	padding-left: 10px;
	padding-bottom: 7px;
}
.news dd a
{
	color: #3F6388;
	text-decoration: none;
}
.news dd a:hover
{
	text-decoration: underline;
}
/* FAQ */
.FAQ
{
	padding-bottom: 10px;
}
.FAQ h3
{
	font-size: 15px;
	color: #2B445E;
}
.FAQ .Start
{
	font-size: 12px;
	color: #3F6388;
	font-weight: bold;
	padding-right: 5px;
}
.FAQ .Q
{
	font-weight: bold;
	text-decoration: underline;
}
.FAQ .A
{
	color: #2B445E;
}
/* Bread Crumb */
.breadcrumb
{
	color:#2B445E;
	margin-bottom: 10px;
}
.breadcrumb a
{
	color:#2B445E;
	text-decoration: none;
}
.breadcrumb a:hover
{
	text-decoration: underline;
}

/* Footer Section */
.FNav
{
	text-align: center;
}
.FNav ul li
{
	display:inline;
	margin: 3px;
	padding-right: 3px;
	border-right: solid 1px #2B445E;
}
.FNav .Last
{
	border-right: none	;
}
.FNav a
{
	text-decoration: none;
	color: #2B445E;
}

.FNav hr
{
	width: 952px;
	color: #2B445E;
	background-color: #2B445E;
	height: 3px;
}