body {
	margin: 0px;
	background-color: white;
  background-image: url(/i/back.gif);
  background-repeat: repeat;
	font-family: sans-serif;
  font-size: 10pt;
}

.small { font-family: sans-serif; font-size: 8pt; }
dd { font-family: sans-serif; font-size: 9pt; }
dt { font-family: sans-serif; font-size: 10pt; }
h1 { font-family: sans-serif; font-size: 14pt; }
h2 { font-family: sans-serif; font-size: 12pt; color: black; }

#body {
	margin: 112px 250px 0px 10px;
	padding: 0px;
}

a img { border: 0px; }
a { color: #0000ff; }
a:visited { color: #551a8b; }
a:active { color: #ff0000; }

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;

	background: url("/i/mserv6.gif") no-repeat;
	width: 57px;
	height: 93px;
}

#logo a img {
	width: 57px;
	height: 93px;
}

#hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 39px;

	text-align: right;

	background-color: #eeeeee;
	border-bottom: 1px solid #666666;
}

#banner {
	position: absolute;
	z-index: 10;

	top: 0px;
	right: 0px;
	border: 0px;

	width: 300px;
	height: 38px;

	background: url("/i/spacer.gif") no-repeat;
}

#banner a img {
	width: 300px;
	height: 38px;
}

#toplinks {
	position: absolute;
	top: 48px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#topstring {
	position: absolute;
	top: 72px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#hdrNav a {
	color: #000000;
}

#hdrTitle {
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}

#sidebar {
	position: absolute;
	top: 90px;
	right: 10px;
	width: 220px;

	padding-right: 0px;
	padding-bottom: 12px;
	border: 1px dashed #ffbbbb;
	background-color: #ffffff;
}

#sidebar p {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar p.section {
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
	background-color: #eeeeee;
}

#sidebar ul {
  margin: 0em;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}

#sidebar ul ul {
  padding-left: 2em;
  padding-right: 0em;
  list-style-type: square;
}

#copyright {
	text-align: center;
	font-size: small;
	clear: both;

	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
}
