body {
	background:-color: #FFFFFF;
	background-image: url('images/mrohead1.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
}
p, ul, ol, li {
	font: 100% Times New Roman;
	color: #000000;
}
a:link {
	font: 100% Times New Roman;
	color: #006666;
	text-decoration: none;
}
a:visited {
	font: 100% Times New Roman;
	color: #006666;
	text-decoration: none;
}
a:hover {
	font: 100% Times New Roman;
	color: #009999;
	text-decoration: underline overline;
}
h1 {
	font: bold 150% Times New Roman;
	color: #007777;
}
h2 {
	font: bold 120% Times New Roman;
	color: #009999;
}
h3 {
	font: bold 100% Times New Roman;
	color: #009999;
}
#content {
	position: absolute;
	left: 0;
	top: 237px;
	width: 77%;
	padding: 10px;
}
#navigation {
	position: absolute;
	left: 77%;
	top: 237px;
	width: 23%;
	padding: 0px;
	overflow: hidden;
}
#navimage {
	height: 50px;
	color: #FFFFFF;
	font: bold 15px Times New Roman;
	text-align: center;
	padding: 5px;
	background:url(images/navback.gif);
}