body {
  background: #1f1100;
  margin-top: 20px;
  margin-bottom: 20px;

  height: 101%; /* turn on scrollbars in Firefox */
}

h1 {
  font-family: "Helvetica";
  font-size: 11pt;
  color: #d02f12;
  border-bottom: #69889a 1px dotted;
}

h2 {
  font-family: "Helvetica";
  font-size: 10px;
  color: #d02f12;
  border-bottom: #69889a 1px dotted;
}

hr {
  height: 1px;
  color: #897358;
  background: #897358;
  border: 0;
}

a {
  font-weight: bold;
  color: #69889b;
  text-decoration: none;
}

a:hover {
  /*font-weight: bold;*/
  color: #d02f12;
  text-decoration: none;
}

#container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.padding {
  padding-right: 25px;
  padding-left: 25px;
}

.padding2 {
  padding-right: 20px;
}

#tobottom {
/*  padding-top: 60px;	*/
position: absolute;
top:70px;
z-index: 1000;
}

#header {
  width: 190px;
  border-right: 10px solid #1f1100;
  margin-top: 10px;
  background: #57707f;
  height: 432px;
  position: relative;
  float: left;
}

#headerimage {
  height: 432px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  float: right;
}

#header2 {
  width: 190px;
  border-right: 10px solid #1f1100;
  margin-top: 10px;
  background: #57707f;
  height: 250px;
  overflow: hidden;
  float: left;
}

#headerimage2 {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}

td {
  color: #1f1100;
  font-size: 12px;
  font-family: "Helvetica";
  text-align: justify;
  line-height: 140%;
}

.blueheadertext {
  color: #69889b;
  font-weight: bold;
  font-size: 10pt;
}

.blue {
 color: #57707f;
 font-weight: bold;
}

.orange {
  color: #d02f12;
  font-family: "Helvetica";
  font-size: 9pt;
  line-height: 125%;
}

.smorange {
  color: #d02f12;
  font-family: "Helvetica";
  font-size: 10px;
  line-height: 125%;
}

.brown {
  color: #1f1100;
  font-weight: bold;
}

#contactfooter {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  clear: both;
}

#topimages {
 /* height: 263px;
  padding-top: 10px;
  padding-bottom: 10px;*/
  z-index:50;
}
                      
#floatingtitle {
  width: 240px;
  height: 25px;
  position: relative;
  top: -30px;
  left: 600px;
  z-index: 55;
  clear: both;
}

#content {
  width: 100%;
  background: #ffffff;
  padding-bottom: 10px;
}

#dropcap {
  float: left;
  padding-right: 5px;
  padding-bottom: 2px;
}

#bluebg {
  background: #69889a;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
}

#floatimg {
  float: right;	
}

.alloynum {
  font-size: 16pt;
  font-family: arial;
  font-weight: bold;
  color: #69889b;
}

#infotable {
  border-top: 1px solid #63523d;
  border-left: 1px solid #63523d;
  border-right: 1px solid #63523d;
}

#tablebrdr {
  border-left: 1px dotted #69889b;
  border-top: 1px dotted #69889b;
  font-size: 8pt;
  padding-left: 10px;
  padding-right: 10px;
}

#textzone {
  clear:both;	
  position: relative;
  top: -25px;
}

#textzone2 {
  clear:both;	
}

#footer {
  position: relative;
  clear: both;
  top: -25px;
}

.first-line {
  font-style: italic;
  color: #d02f12;
}

div.htmltooltip{
position: absolute;
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px;
font-size: 9pt;
}

