﻿body {
	margin: 0; padding: 0;
	text-align:center;
	background-color: #000000;
}
div {
	font-family: Arial,sans-serif;
	font-size: 9pt;
}

div#header {
  width:890px; height:100px;
  margin: 0 0 0 10px;
  margin: auto;
  padding: 0 0 0 5px;
  background-color: #666600;
  text-align: left; 
}
td.header {
  font-family: Arial,sans-serif;
  font-size: 20pt; /* color: #666600; */;
  color: #CCCC99;
}

div#details {
  width:890px; height:480px;
  margin: 0 0 0 10px;
  margin: auto;
  padding: 0 0 0 5px;
	background-color: #CCCC99;
  text-align: left; 
}

div#menu_pane {
	float: left;
	width:268px; height:400px;
	overflow: auto;
	padding: 0px;
	margin: 10px 0 0 0;
	scrollbar-base-color:#CCCC99;
}
* html #menupane { 
  display: inline;
  margin-bottom: -30px;
}

div.menu_item {
	display: block;
	width: 212px; height: 14px;
	margin: 0px 13px 10px 10px;
	padding: 2px;
	padding-left: 10px;
	border-left: 8px solid #666600;
	border-bottom: 1px solid #666600;
	background-color: #CCCC99;
	font-size: 9pt;
	color: #666600;
	line-height: 12px;
}
div.menu_item a {
	display: block;
	width: auto;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
div.menu_item a:link{
	text-decoration: none;
	color: #666600;
	background: none;
}
div.menu_item a:visited{
	text-decoration: none;
	color: #666600;
	background: none;
}
div.menu_item a:hover{
	text-decoration: none;
	color: white;
	background-color: #999966;
}

div.content {
  /* to control display of content_pane */
}

div#content_pane {
  float: right;
  width: 580px; height: 450px;
  margin: 10px 10px 0 0px;
  padding: 10px 0 0 10px;
  overflow: auto;
  border: 1px #666600 solid;
  background-color: #EFEEDE;
  display: none;
}

div#footer {
  width:890px; height:45px;
  margin: 0 0 0 10px;
  margin: auto;
  padding: 7px 0 0 5px;
  background-color: #666600;
  font-family: Arial,sans-serif;
  font-size: 8pt; /* color: #666600; */
  color: #CCCC99;
  text-align: center;
}


