
#banner {
	font-size: 0em;
	display: block;
	width: 333px;
	height: 60px;
	margin-top: -20px;
	background: url(/.styles/images/logo.png) no-repeat;
}

#banner h1 {
	height: 1px;
	width: 1px;
	overflow: hidden;
}

body {
	background-color: #99ccff;
   background: url(/images/MM-background.jpg) #99ccff  no-repeat fixed top center;
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 100%;
}

#navigation {
	font-size: 1.1em;
	margin-top: -15px;
}

#navigation li {
	display: inline;
	padding: 0.5em;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	background: #422242;
}

#container {
	position: relative;
	min-height: 100%;
}

#menudiv {
	position: relative;
	width: 100px;
}

.box {
  margin: 0em 0em 0.5em 0em;
  padding: 5px;
  border: 3px solid #000;
  font-weight: normal;
}

.box-title {
	display: list-item;
	list-style-type: none;
	list-style-image: url(/.styles/images/spacer.png);
	list-style-position: inside;
	background: #000;
   margin: -5px -5px 5px -5px;
	padding: 0;
	color: #FFF;
}

.box-title a {
	text-decoration: none;
	right: 0;
	position: absolute;
	padding: 0 2em 0 1em;
	text-align: right;
	color: #FFff00;
	font-size: 10pt;
}

.box-title h3 {
	padding: 0 1em;
	text-align: left;
	color: #000;
}

.boxGraphic {
	display: list-item;
	list-style-type: none;
	text-align: center;
	padding: 0 0 0 0;
}

.sidebar-left {
  float: left;
  width: 17em;
  position: relative;
  z-index: 1;
}

.sidebar-right {
  float: right;
  width: 17em;
  position: relative;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 1;
}

.pad-left {
  margin-left: 19em;
}

.pad-right {
  margin-right: 19em;
}

cli-text{
font-family:monospace;
font-weight: bold;
font-size:14pt;
font:italic;
color: #9f0006;
background: #7fa9d4;
}

plist{
margin-left: 20px;
font-family:verdana;
font-weight: bold;
font-size:14pt;
}

.partinfo {
	position: relative;
	height:70px;
	border-bottom: outset 1px black;
}

.partinfo a {
	position: absolute;
	left:10px;
	width:40%;
	margin-top:5px;
	font:normal 14px arial;
}

.partinfo p {
	position: absolute;
	right:10px;
	width:55%;
	margin-top:5px;
	font:normal 14px arial;
}

