html {
	margin: 0px;
}
h1 {
	color: #666699;
	font: 2.4em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 6px;
	height: 180%;
}
h2 {
	color: #666699;
	font: italic 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
h3 {
	font-size: 1em;
	color: #9999CC;
	font-weight: bold;
	font-style: italic;
}
h4 {
	color: #60638C;
	font-size: 12px;
}

a:link, a:visited {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #CC0000;
	font-weight: bold;
}
body {
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
	background: #000 url('/images/moaname_bg.jpg') fixed left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.bodySmaller {
	font-size: .9em;
	color: #666;
	padding: 0px;
}
#wrapper, #wrapper3col {
	margin: 0px auto; /* to fix centering in Mozilla */
	background:  url('/images/mmd-bg3col.gif') repeat-y;
	text-align: left;
	width: 749px;/* width should be the same as the background image */
	padding: 0px 17px 0px 17px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 715px;
}
html>body #wrapper, html>body #wrapper3col {
	width: 715px;
}
#wrapper3col {
	background:  url('/images/mmd-bg3col.gif') repeat-y;
}
#footer {
	margin: 0px auto;
	background:  url('/images/mmd-bottom.gif') no-repeat;
	width: 749px;
	color: #FFFFFF;
	padding: 5px 0px 10px;
	font-size: 10px;
	font-weight: bolder;
}
#header {
	height: 80px;
	background: #000;
	padding:10px;
	border: thin solid #333;
}
#menu {
	background:  url('/images/mmd-menubg.gif') #000 repeat-x;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 5px;
	color: #fff;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
}
#menu ul li {
	display: inline;			/* sets list items to display in a row */
	padding-left: 10px;			/* puts space in between list items */
}
#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:active, #menu a:hover {
	color: #EDDF7D;
	text-decoration: none;
}
#leftcol {
	width: 168px;
	float: left;
	background:  url('/images/mmd-leftcoltop.gif') no-repeat;
	padding: 10px 8px 8px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 152px;
}
html>body #leftcol {
	width: 152px;
}
#maincol {
	width: 545px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 525px;
}
html>body #maincol {
	width: 525px;
}
#centercol {
	width: 395px;
	float: left;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 375px;
}
html>body #centercol {
	width: 375px;
}
#rightcol {
	width: 150px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
}
html>body #rightcol {
	width: 125px;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
.verticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 5px;
	width: 153px;
	height: 26px;
	/* box model hack */
		voice-family: "\"}\"";
	voice-family:inherit;
	width: 143px;
	height: 16px;
}
html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover {
	width: 143px;
	height: 16px;
}
.verticalmenu a:hover {
	background:  url('/images/mmd-vertical.gif') no-repeat;
}
.imageWithBorder {
	padding: 5px;
	border: .5px solid #CC3333;
}
.numberedList {
	text-align: left;
	text-indent: 5pt;
	display: inline;
	list-style-image: url('/images/bullet6.gif');
	list-style-position: outside;
}
.leftIndent {
	margin-left: 40px;
	font-size: 9pt;
	text-indent: -10pt;
	line-height: normal;
	margin-bottom: -10px;
}
.slideshow {
	margin: 30px;
	padding: 30px;
}
.leftIndentObject {
	font-size: 7pt;
	text-indent: -10pt;
	line-height: normal;
	margin: 25px;
}
.imgRight {
	padding: 5px;
	float: right;
}

