@charset "utf-8";
/* CSS Document */

.navmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	line-height: 20pt;
}
.navmenu li ul {
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 0px;
	white-space: normal;
}
.navmenu li {
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 6px;
	text-align: left;
	text-indent: -35px;
}
.navmenu li a {
	color: #484848;
}
.navmenu li a:visited {
	color: #484848;
}

.navmenu li a:hover {
	color: #03C;
	text-decoration: none;
	font-size: 15pt;
}

.footlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}
#mainbody {
	height: auto;
	width: 820px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/BackgroundJMM.jpg);
	padding: 15px;
}

#mainbody #contents {
	height: auto;
	width: 650px;
	position: relative;
	float: right;
	z-index: 99;
}
#mainbody #contents #heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #009;
	font-variant: normal;
	text-decoration: underline;
	text-indent: 0pt;
	line-height: 12px;
}
#mainbody #contents p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 8pt;
}

#mainbody #navmenu {
	width: 160px;
	height: 400px;
	float: left;
	vertical-align: top;
	top: 0px;
	position: relative;
	z-index: 92;
}
.contentsheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #006;
	line-height: normal;
}
.contentstext {
}

#header {
	height: 50px;
	width: 100%;
	position: relative;
	top: 0px;
	color: #009;
	padding-top: 6px;
	z-index: 94;
}
#header #headerlogo {
	float: right;
	right: 0px;
	position: absolute;
	top: 0px;
	z-index: 98;
}

#header #headerbar {
	position: absolute;
	top: 34px;
	width: 800px;
	float: left;
	left: 0px;
	z-index: 97;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
