div.MainBox {
	margin: 0 auto 0 auto;
	width:800px;
	border:black 1px solid;
	background-color:white;
}

div.Divider {
	margin: 0 auto 0 auto;
	width:800px;
	height:3px;

}

div.TopMenu {
	border-bottom:#305D2E 1px solid;
	border-top:#305D2E 1px solid;

	background-color:#B3D092;
	width:800px;
	height:32px;
}

div.BottomMenu {

	border-bottom:#231F20 1px solid;
	border-top:#231F20 1px solid;

	background-color:#FFFFFF;
	width:800px;
	height:35px;
}

div.Title {
	margin:8px;

	width:762px;
	height:110px;
	border:#635D5D 1px solid;

	padding:10px;

}

div.TitleBox {

	padding:6px;

	width:748px;
	height:98px;

	border:#635D5D 1px solid;

	background-image:url(ImageFolder/TitleBacking.jpg);
	background-repeat:repeat-x;
}

div.TitleMenu {
	float:left;

	height:98px;
	width:154px;

	background-image:url(ImageFolder/SMenu.jpg);
}

div.TitleMenuBlank {
	float:left;

	height:98px;
	width:154px;

	background-image:url(ImageFolder/SMenuBlank.jpg);
}

div.Footer {
	padding-top:12px;

	height:108px;
	width:800px;

	border-bottom:#305D2E 1px solid;
	border-top:#305D2E 1px solid;

	background-color:#CAE2A1;
}

div.HHome {
	width:800px;
	margin-top:20px;
	margin-bottom:10px;
	
}
div.HCenter {
	width:760px;
	height:160px;
}
div.HMain{
	width:800px;
	height:340px;
	background-image:url(ImageFolder/HSymbol.jpg);
	background-repeat:no-repeat;
}

div.HPatients {
	width:454px;
	height:190px;

	border:#CACACA 1px solid;
}

div.MTitle {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	font:20px arial;
	font-weight:bold;
}

div.MEntry {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	
	font:20px arial;
	font-weight:bold;
}

div.BodyPara{
	font-family:arial;
	font-size:14px;
	padding-left:30px;
	padding-right:30px;
	min-height:600px;
}

a:link {
	color : #378137;
	font-family : arial;
	font-weight : normal;
	text-decoration : none;
}
   
a:visited {
	color : #378137;
	font-family : arial;
	font-weight : normal;
	text-decoration : none;
}
   
a:hover {
	color : #ff0000;
	font-family : arial;
	font-weight : normal;
	text-decoration : none;
}