body {
  margin: 1em 6% 1em 6%;
  padding: 0;
  background-color: #000000;
  font-family: sans-serif;
  background-image: url("./img/bground.jpg");
}

#header {
  width:100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  background-image: url("./img/paneltop2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 157px;
  margin: 0;
  padding: 0;
}

/* styles for 3 column layout */
#outer-left {
  width: 100%;
  margin:0;
  padding:0;
  background-color: #ffffff;
  background:#ffffff url("./img/sidebg.jpg") top left repeat-y;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#inner-right {
  margin:0;
  padding:0;
  background: url("./img/sidebg.jpg") top right repeat-y;
}
#left {
  float:left;
  width:200px;
  margin:0;
  padding:0;
  background-color: #000000;
}
#right {
  float:right;
  width:200px;
  margin:0;
  padding:0;
  background-color: #000000;
}
#middle {
  padding: 0;
  margin:0 200px;
}
.enlarge {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0;
  padding:0;
  background-color: #ffffff;
}

/* content styles */
#content {
  margin: 0;
  padding: 30px;
  background-color: #ffffff;
  overflow:hidden;
  /*background-color: #202020;*/
}
#content p {
  margin-top: 0px;
  text-align: justify;
  color: #222222;
  font-family: sans-serif;
}
#content p:first-letter {
  font-weight:bold;
  font-size: 150%;
}
#content h1 {
  margin-top: 0;
  text-align: center;
}
#content a, #content a:visited {
  text-decoration: underline;
  color: #000000;
}
#content a:hover {
  text-decoration: underline;
  color: #FE0000;
}

#content ul {
  list-style-type: square;
  list-style-position: inside;
}

#content img.lf {
  float: left;
}

#content img.rf {
  float: right;
}

#content img.pdr {
  padding-right: 20px;
  padding-bottom: 20px;
}

#content img.pdl {
  padding-left: 20px;
  padding-bottom: 20px;
}

#content hr {
  height: 1px;
  color: #000000;
  background-color: #000000;
  width: 80%;
}

/* menu styles */
#menu {
  margin-left: 10px;
  margin-top: 10px;
  background-image: url("./img/monmenu.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 65px;
  padding-right: 10px;
  height: 340px;
}

#menu h1 {
  font-weight:bold;
  font-size: 110%;
}

#menu h1 a {
  text-decoration: none;
  color: #DDDDDD;
}
#menu h1 a:visited {
  text-decoration: none;
  color: #DDDDDD;
}

#menu ul {
  margin: 0;
}

#menu ul li a {
  text-decoration: none;
  color: #9A9A9A;
  font-weight:bold;
  font-size: 90%;
}

#menu ul li a:visited {
  text-decoration: none;
  color: #9A9A9A;
  font-weight:bold;
  font-size: 90%;
}

#menu ul li a:hover {
  text-decoration: underline;
  color: #FE0000;
  font-weight:bold;
  font-size: 90%;
}

#menu ul {
  padding: 0;
  list-style-type: none;
}

/* news styles */
#news {
  color: #DDDDDD;
  padding-left: 10px;
  padding-right: 5px;
}

#news h1 {
  font-weight:bold;
  font-size: 110%;
  border-bottom: 1px #DDDDDD dashed;
}

#news h3 {
  color: #9A9A9A;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

#news p {
  margin-top: 0;
  font-size: 85%;
}

/* floating article navigation */
.floatnav {
  margin-left: 10px;
  float: right;
  font-size: 90%;
  border: 1px #000000 dashed;
  padding: 10px;
  width: 250px;
}
.floatnav h5 {
  margin: 0px;
}
.floatnav ol {
  margin: 0px;
  list-style-position: outside;
}

/* vocabulary styles */
.vocabulary {
  border: 0;
  /*width: 100%;*/
}

.vocabulary td {
  border-bottom: 1px #9A9A9A solid;
}

/* misc styles */
#languages {
  margin-top: 5px;
  margin-right: 5px;
  color: #DDDDDD;
}

.align-c { text-align: center; }
.align-l { text-align: left; }
.align-r { text-align: right; }
.align-j { text-align: justify; }

.tsz-sml { font-size: 85%; }

a.red {
  color: #FE0000;
  text-decoration: underline;
}

a:hover.red {
  color: #9A9A9A;
  text-decoration: underline;
}

a img {
  border: O;
  border-style: none;
  text-decoration: none;
}

pre {
  font-size: 90%;
  font-family: monospace;
}

