/* dark blue: #000033; light purple: #36365e; orange: #ff8636; */

* { 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: normal; 
  font-size: 11pt;
  color: #fff; 
  text-decoration: none;
  line-height: 120%;
  margin: 0
}

html, body { 
  width: 100%;
  height: 100%;
  background-color : #fff; 
  margin: 0; 
  padding: 0
}

div#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -300px;
  float: left
}

div#main {
  width: 800px;
  height: 600px;
  clear: both;
  position: relative;
  top: -300px;
  position: static;
  margin: 0 auto
}

.mainwindow {
  background-color: #000033;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  margin: 0; 
  padding: 0
}

a { 
  color: #ff8636; 
  text-decoration: none
}

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

h2 {
  font-weight: bold;
  font-size: 16pt;
  margin: 0
}

.copyright { 
  font-size: 8pt; 
  color: #999999
}
