body {
  background:#E3E4FB;
  background-image:url(farb.jpg);
  background-repeat:repeat-x;
  max-width: 750px;
  margin: 0px auto;
}

a:link { color:#007A89; text-decoration:none; font-weight:bold; }
a:visited { color:#007A89; text-decoration:none; font-weight:bold; }
a:active { color:#007A89; text-decoration:none; font-weight:bold; }
a:hover { color:#E3E4FB; background-color:#007A89; text-decoration:none; font-weight:bold; }

#heading {
  margin-top:50px;
  background:#E3E4FB;
  background-image:url(farb.jpg);
  background-repeat:repeat-x;
  border:2px dotted #007A89;
  min-height:100px;
  width:750px;
  float:left;
}

#headingleft {
  min-height:100px;
  width:650px;
  float:left; 
}

#headingright {
  height:100px;
  width:100px;
  float:left; 
}

#content {
  clear:left;
  min-height:100px;
  width:100%;
  float:left;
  margin: 0px 0px 10px; 
}

.subcontent {
  clear:left;
  background:#E3E4FB;
  background-image:url(farb.jpg);
  background-repeat:repeat-x;
  border:2px dotted #007A89;
  min-height:100px;
  float:left;
  margin-top:10px;
  width:100%;
}

.text {
  font-size:10pt;
  padding:10px;
  color:#007A89;
}

.sublist {
  list-style-type:circle;
}

.invisible {
  visibility: hidden;
  display: none;
}

.table1 {
  clear:left;
  padding-left:5px;
  background-color:#C7C7FD;
  width:190px;
  margin-right:5px;
  float:left;
}

.table2 {
  padding:5px;
  background-color:#C7C7FD;
  width:53%;
  min-height:90px;
  margin:0px 5px 5px 0px;
  float:left;
}

.table3 {
  background-color:#C7C7FD;
  width:125px;
  height:100px;
  float:left;
}

.table4 {
  clear:left;
  padding-left:5px;
  background-color:#C7C7FD;
  width:190px;
  margin:0px 5px 5px 0px;
  padding:5px;
  float:left;
}

.table5 {
  background-color:#C7C7FD;
  width:70%;
  padding:5px;
  float:left;
}

.imglink {
  background-color:#C7C7FD;
  border:none;
}

#symbol {
  margin-right:20px;
  height:100px;
  width:100px;
  float:left;
}

h1 {
  color:#007A89;
  font-size:24pt;
  font-family:Impact, sans-serif;
  letter-spacing:2mm;
  margin-bottom:0pt;
  margin-top:0pt;
}

h2 {
  color:#9CC2D7;
  font-size:17pt;
  font-family:Arial, sans-serif;
  line-height:0pt;
  margin-top:1pt;
  margin-left:120px;
}

h3 {
  color:#007A89;
  font-size:17pt;
  font-family:Arial, sans-serif;
  margin-top:1pt;
}

#navbuttons {
  margin-left:80px;
  padding-top:0px;
  list-style-type:none;
  font-family:Arial, sans-serif;
}

#navbuttons li {
  padding-right:10px;
  display:inline;
}

#navbuttons li a {
  border:1px dotted #007A89;
  padding:0px 4px 0px 4px;
}

#navcurrent {
  background-color:#BCB9FE;
}

#w3c {
  margin-bottom: 10px;
  text-align: right;
}