body {
  font-family: Arial;
  color: black;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  background-color: #31108C;
  background-image: url(/grafics/background.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  padding: 2px;
  margin: 2px;
}

div#menu {
  font-size: 0.9em;
  font-style: italic;
  background-color: #FAF6F0;
  border-top: 1px solid #BBBBBB;
  border-left: 1px solid #AAAAAA;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #222222;
  height: 600px;
  width: 250px;
  overflow: auto;
  /* position: absolute; top: 20px; left: 20px; */
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  float: left;
}

div#menu img {
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: -8px;
  margin-right: 10px;
  height: 1.7em;
  width: 30px;
}

div#content {
  background-color: #FAF6F0;
  border-top: 1px solid #BBBBBB;
  border-left: 1px solid #AAAAAA;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #222222;
  /* position: absolute; top: 20px; left: 300px; */
  /* margin-left: 270px; */
  /* margin-top: -599px; */
  margin-top: 30px;
  width: 600px;
  height: 600px;
  overflow: auto;
}

div#contentdiv {
  margin: 1em;
  display: block;
}

div#progressdiv {
  color: black;
  background-color: #FAF6F0;
  position: absolute; left: 45%; top: 40%;
  height: 100px; width: 300px;
  margin-top:-50px; margin-left:-150px;
  border: 1px solid #606060;
  overflow: hidden;
  text-align: center;
  font-size: 1em; font-weight: bold; font-style: italic;
  visibility: hidden;
  z-index: 90;
  padding: 2em;
}

p#progressp  {
  margin-left: 5em;
  margin-top: 3em;
}

div#resultdiv {
  color: black;
  background-color: #FAF6F0;
  position: absolute; left: 45%; top: 40%;
  height: 100px; width: 300px;
  margin-top:-50px; margin-left:-150px;
  border: 1px solid #606060;
  overflow: auto;
  text-align: center;
  font-size: 1em; font-weight: bold; font-style: italic;
  visibility: hidden;
  z-index: 80;
  padding: 2em;
}

div#framediv {
  background-color: #FAF6F0;
  position: absolute; left: 200px; top: 100px;
  height: 400px; width: 400px;
  border: 1px solid #333;
  overflow: auto;
  text-align: left;
  font-size: 1em; font-weight: normal; font-style: normal;
  visibility: hidden;
  z-index: 40;
  padding: 1em;
}

div#blankdiv {
  background-color: #000000;
  -moz-opacity: 0;
  filter:Alpha(opacity=0); 
  opacity: 0;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden; z-index: 20;
}

h1 {
 font-family: Arial;
 color: black;
 font-size: 1.1em;
 font-style: normal;
 font-weight: bold;
}

h2 {
 font-family: Arial;
 color: black;
 font-size: 1.1em;
 font-style: italic;
 font-weight: normal;
}

ul {
 list-style-type: square;
 margin-left: 20px;
 margin-top: 18px;
}

a:link { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a:active { color: black; text-decoration: underline; }
