/** BASIC */

.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}

.noafter {
	margin: 0px;
	padding: 0px;
}
.capstretchit {
	text-transform: uppercase;
	letter-spacing: .5em;
}

.reverse {
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 22px;
	margin-bottom: 4px;
	color: #3C5384;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 2px;
	color: #006633;
}

/** TEXTS */

body {
	margin: 0px;
	padding:0px;
	text-align:center;
	background-image: url(/mhaimages/back.jpg);
	}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/** LINKS */

a {
	color: #5A845E;
}

a:hover {
	text-decoration: none;
}

.style1 a:hover {
}

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

/** Menu Bar */
#menubar {
	float: left;
	}

#menubar a {
	display:block;
	margin: 0px;
	padding:12px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	color:#FFFFFF;
	background: url(homebutt.jpg) no-repeat;
	text-decoration: none;
	list-style-image: none;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	top: 0px;
	height: 30px;
	width: 98px;
	border: 1px none #5674A6;
		}
		
#menubar a:hover {
	background-position: 0 -41px;
	color: #FFFFFF;
	list-style-image: none;
		}

/** Layers*/

#menunav {
	z-index:4;
	position:absolute;
	left:50%;
	width: 600px;
	margin-top:56px;
	margin-left:-300px;
	top: 2px;
	}
	
#whitecontent {
	z-index: 1;
	position:absolute;
	left:50%;
	height: auto;
	margin-top: 10px;
	margin-left:-306px;
	background-color: #FFFFFF;
	border: 5px solid #999999;
	padding: 240px 20px 20px;
	width: 561px;
	top: 42px;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
}

/** Contact Table*/

#contact tbody tr.ltblue td {
	background-color: #DDE2EE;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
    }

#contact tbody tr.ltgreen  td {
	background-color: #DFEAE1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
    }
	
.blueback {
	background-color: #9EADCF;
}
	
/*END Contact Table*/


 #flower {
	position:absolute;
	z-index:-1;
	background-attachment: fixed;
	background-image: url(/yellowflower.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	height: 791px;
	width: 575px;
	top: 201px;

 }

 #snowflake {
	position:absolute;
	z-index:-1;
	background-attachment: fixed;
	background-image: url(/SNOWFLAKE.gif);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	height: 791px;
	width: 575px;
	top: 221px;

 }
 
ul li{
	list-style-position: outside;
	list-style-image: url(/bull.gif);
	padding-left: 0px;
	display: list-item;
	text-indent: 0px;
	margin: 0px;
}

#snowbull ul li {
	padding-bottom: 6px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(/flakebull.gif);
	list-style-type: disc;
	display: list-item;
	text-indent: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}