html {
  max-height:100%;
}

body, td {
  margin: 0px;
  padding: 0px;
  font-family: arial,sans-serif;
  font-size: 0.8em;
  overflow:auto;
}

div.top {
  position:absolute;
  width:61.5em;
  height:8em;
  top:0em;
  z-index:1;
  overflow: hidden;
}

img.top {
	border: 0px;
	width: 61.5em;
}

div.menu{
  position:absolute;
  width:12.2em;
  top: 8em;
  left: 0em;
  margin: 0em;
  padding: 0em;
  padding-left: 0.3em;
  color: #000;
  background-color:#eeeae3;
  border: 1px solid #bba;
  border-left: 0px;
  z-index:2;
}

div.main{
  position:absolute;
  width: 47.8em;
  top: 8em;
  left: 12.5em;
  margin: 0em;
  padding: 0.5em;
  color: #000;
  background-color: #fff;
  border: 1px solid #bba;
  z-index:3;
}

img.ieee {
	border: 0px;
	height: 1.95em;
}

table {
  padding: 0em;
  margin: 0em;
  border-collapse: collapse;
}

ul {
	padding: 0em;
  padding-left: 2em;
  margin-left: 0em;
  list-style-image:url(pic/ul1.gif);
}

ol {
	padding-left: 2em;
	margin-left: 0em;
	list-style-type: decimal;
	list-style-image: none;
}

li.new {
	font-style:italic;
	list-style-type:none;
	list-style-image:none;
}

hr {
  color:#fff;
  background-color:#dcc;
  border: 0px;
  height: 1px;
}

a {
  color: #00f;
  text-decoration: none;
}

a:hover {
  color: #d34947;
  text-decoration: underline;
}

a.menu {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover {
  color: #d34947;
  text-decoration: underline;
}

form {
	margin: 0px;
}

select {
	border: 1px solid #bba;
	font-size: 0.9em;
	margin-bottom: 0.2em;
}

textarea {
	font-family: sans-serif;
	font-size: 0.9em;
  border: 1px solid #bba;
  background-color: #fff;
  margin:0px;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
  padding:0px;
}

fieldset {
  border: 1px solid #bba;
  background-color: #eeeae3;
  color: #000;
  margin-top: 0.5em;
  width: 45em;
}

legend {
  font-size: 0.9em;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  border: 1px solid #bba;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #fff;
}

h1 {
  font-weight:bold;
  font-size:1.4em;
  color:#d34947;
  padding-top: 0em;
  padding-bottom: 0em;
}

h2 {
  font-weight:bold;
  font-size:1.2em;
  color:#782a29;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
}

img {
	background-color:none;
}

img.float {
	border: 0px;
	margin-top: 0.3em;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}

div.autocomplete {
	position:absolute;
	width:350px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}


