/*	template zenlike1.0 by nodethirtythree design
	modification by snowland */

* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #fff;
	padding: 35px 0px 35px 0px;
}

body,input {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
}

a {
	color: #576584;
	text-decoration: none;
}

a:hover {
	color: #88B611;
	text-decoration: none;
}

h3 {
	margin-bottom: 1.5em;
}

h2 {
	color:#000;
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	font-size: 0.9em;
	background-color: #999;
	color: #fff;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}

.contentarea {
	padding-top: 1.3em;
}

img[align=left] {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.0em 0em;
}

img[align=right] {
	position: relative;
	float: right;
	margin: 0em 0em 1.0em 1.8em;
}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
}

#outer {
	z-index: 2;
	position: relative;
	width: 90%;
	min-width: 800px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 3.5em;
	margin-bottom: 4px;
}

#headerpic {
	position: relative;
	height: 40px;
	background: #fff url('images/mmplogo.gif') no-repeat top left;
	margin-bottom: 0px;
	border-style: none;
}

#headercontent {
	position: relative;
	bottom: 0em;
	padding: 0.0em 0.0em 1.0em 0.0em;
}

#headercontent h1 {
	font-weight: normal;
	color: #808080;
	font-size: 0.9em;
}

#headercontent h1 sup {
	color: #fff;
}

#headercontent h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

#search {
	position: relative;
	float: right;
	z-index: 1;
	top: 0.5em;
	right: 0.0em;
}

#search input.text {
	margin-right: 0.5em;
	vertical-align: middle;
	border: 1px solid #808080;
	padding: 0.15em;
	width: 9.3em;
	display: inline;
}

#search input.submit {
	background: #576584 url('images/buttonb.gif') repeat-x;
	border: solid 1px #576584;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #fff;
	vertical-align: middle;
}

/***** Left sidebar *****/
#navContainer {
clear:left;
float:left;
width:140px;
position: relative;
top: 11px;
margin:0 0 5px;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.0em;
display:inline;
}

ul.avmenu li a {
background-color:none;
color:#576584;
width:130px;
float:left;
margin-bottom:5px;
padding:3px 1px 3px 5px;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:none;
color:#88B611;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}


#content {
	padding: 0em 0em 0em 0em;
}

#primarycontainer {
	display: inline;
	margin: 1.0em 1.0em 1.0em 0em;
	width: 100%;
}

#primarycontent {
	margin: 1.5em 10.0em 0em 7.3em;
	padding-left: 2.0em;
	padding-bottom: 1.0em;
}

#bottom {
	clear: both;
}

#contactmenu ul li {
	background-color: none;
	position: relative;
	float: right;
	font-size: 0.8em;
	margin: 1.5em 0em 0.2em 1.5em;
	padding-bottom: 0.2em;
	list-style-type: none;
}

#contactmenu ul li a {
	color: #576584;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#contactmenu ul li a:hover {
	color: #88B611
}

#footer {
	position: relative;
	height: 3.5em;
	clear: both;
	padding-top: 1.0em;
	background: #fff url('images/border2.gif') repeat-x;
	font-size: 0.8em;
	text-align: center;
}
