body {
  margin: 20px;
  background-color: rgb(0,0,0);
  background-image: url(/images/bg2.jpg);
  background-repeat: repeat;
  color: rgb(255,255,255);
  font-family: Sans-Serif;
  font-size: 10pt;
}

div#msg {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 2px 2px 2px 110px;
  font-family: times, monospace;
}

div#banner {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 0 6px 20px 152px;
  min-width: 567px;
  text-align: center;
}

div#menu {
  height: 25px;
  min-width: 567px;
  margin: 10px 0 0 0;
  text-align: center;
}

#menu #left {
  float: left;
  width: 110px;
  padding: 0 0 0 1px;
}

#menu #right {
  float: left;
  width: 35px;
}
					
#menu ul, li {
  list-style-type: none;
  display: inline;
  padding: 0;
  margin: 0;
}

#menu li a {
  float: left;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  text-decoration: none;
  padding: 4px 10px;
}

#menu li a:hover {
  background-color: rgb(188,188,188);
  color: rgb(0,0,0);
  text-decoration: none;
}

#menu li a:active {
  background-color: rgb(222,222,222);
  color: rgb(0,0,0);
  text-decoration: none;
}
#menu li a#selected {
  background-color: rgb(37,37,37);
}

#loginfo {
  float: left;
  position: absolute;
  left: 21px;
  width: 140px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgb(85,85,85);
  margin-top: 1px;
  padding: 5px;
  text-align: left;
}

#loginfo .loginrow {
  padding: 2px 5px 0 5px;
  text-align: right;
}

#loginfo input {
  border: 0;
  background-color: rgb(180,180,180);
  color: rgb(0,0,0);
  padding: 0;
  margin: 0;
  font-size: 8pt;
}

#loginfo #loginbutton {
  width: 80px;
  margin: 5px auto;
  padding: 2px 4px;
  border: 1px solid rgb(85,85,85);
  text-align: center;
  font-size: 7pt;
}

#loginfo #thelogin { margin: 0; }

#loginfo label  { font-size: 8pt; }

#loginfo #forenter { display: none; }

#loginfo a { text-decoration: none; }

#loginfo a:hover { text-decoration: underline; }

#loginfo #loginbutton a { 
}

#loginfo #loginbutton a:hover {
  background-color: rgb(188,188,188);
  color: rgb(0,0,0);
  text-decoration: none;
}

#loginfo #loginbutton a:active {
  background-color: rgb(222,222,222);
  color: rgb(0,0,0);
  text-decoration: none;
}

div#contents {
  border: 1px solid rgb(85,85,85);
  padding: 20px 0 20px 0;
  min-width: 567px;
}

#contents p {
  margin: 15px 5px 15px 110px;
}

#contents p a { font-size: 110%; }

fieldset { border: 0; padding: 2px; margin: 0; }

a { text-decoration: underline; }

a:link { color: rgb(255,255,255); }

a:visited { color: rgb(255,255,255); }

a:active { color: rgb(255,255,255); }

h1 { font-size: 16pt;  }

h2 { font-size: 14pt; }

h3 { font-size: 12pt; margin-bottom: 1px; padding: 0; }

img { border: 0; }
