html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  }

body {
  background-image: url(images/lino2.jpg); 
  background-color: rgb( 250, 255, 250 );
}
/* ***********************************
 * General formatting
 * ***********************************
 */
.nBR {
    white-space: nowrap;
}

.ztechfont {
  color: rgb(53, 101, 101);
  font-family: Arial, Helvetica, sans-serif;
}

.ztechname {
  color: rgb(53, 101, 101);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

div#topit {
  height: 16px;
  width: 760px;
  background-color: rgb(53, 101, 101);
}

.border {
  background: url(images/ztechlogogrnbdr.gif);
  height: 16px;
  margin: 0 1em 0 1em;
}

.checklist {
  margin-top: 0;
  list-style-image: url(images/checkmark.gif);
}

.request {
  color: rgb(153, 0, 0); 
  font-size: 110%; 
  font-weight: bold;
  text-align: center;
  
}
div#url-links {
  margin: 0;
  padding: 0;
  display: none !important;
}
.centerImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  }

/* ***********************************
 * Layout formatting
 * ***********************************
 */
div#main {
  width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
  background-color: rgb( 250, 255, 250 );
  /* border: 1px solid rgb(153, 0, 0); */
  /* border: 0px solid rgb(53, 101, 101); */
  border: 0px solid rgb(153, 153, 153);
  border-top: 0;
}

div#header {
  border: 2px solid rgb(53, 101, 101);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background-color: rgb(204, 255, 204);
  /* background-image: url(images/hdrbkg.jpg); */
  background-image: url(images/circuitboardbkgnd.gif);
  /* margin: 1.5em 1em 0 1em; */
  text-align: left;
  font-variant: small-caps;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(102, 102, 102);
  font-weight: bold;
  height: 100px;
  padding: 0.5em;
}

div#header img {
  border: 0px solid #000000;
  margin: 0;
  padding: 0;
}

div#header.ztechname {
  font-size: 28pt;
}
div#header a {
  text-decoration: none;
}
.contactinfo {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(102, 102, 102);
}

.subheader {
}

.menu {
  border: 0px solid #000000;
  margin: 2px;
}

.menu table {
  border: 0px solid #ff0000;
  background-color: rgb(153, 0, 0);
}

.menu td {
  /* background-color: rgb(255, 255, 240); */
  /* background-color: rgb(153, 0, 0); */
  background-color: rgb( 53, 101, 101 );
}
div#content {
  border: 0px solid #000000;
  margin: 0;
  padding: 1.5em 1em 0 1em;
  background-image: url(images/ztechlogowtrmrk.jpg);
  /*
  background-attachment: fixed; 
  background-position: bottom center;
  background-repeat: no-repeat;
  */
  font-family: Arial, Helvetica, sans-serif;
  /* font-family: "Times New Roman", Garamond, Times, serif; */
  font-size: 12pt;
  font-weight: normal;
}
td.adSpace {
  -moz-box-sizing: border-box;
  margin-top: 0;
  padding-bottom: 1em;
  }
.adSpace img {
  border: 0;
  }
.adSpace a {
  color: #ffffff;
  background-color: #ffffff;
  border: 0;
  text-decoration: none;
  }
.adSpace a:link { 
  text-decoration: none;
  }
.adSpace a:active { 
  text-decoration: none;
  }
.adSpace a:visited { 
  text-decoration: none;
  }
.adSpace a:hover { 
  text-decoration: none;
  }

.colleft {
  width: 19%;
  float: left;
  font-size: 0.75em;
}

.colleft dl {
  border: 0px solid rgb(53, 101, 101);
  margin-top: 0;
}

.colleft dd {
  margin-top: 0.5em;
  margin-left: 1em;
}

.colleft a {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.colright {
  width: 79%;
  float: left;
}

div#promiseList {
  width: 100%;
  border: 0px solid rgb(53, 101, 101);
  /*  padding: 0.5em; */
  float: left;
  margin: 0;
}

div#promiseList img {
  border: 1px solid rgb(0, 0, 0);
/*
  float: right;
  margin-top: 0;
  */
}

div#promiseList p {
  margin-top: 1.5em;
}

div#promiseList li {
  margin-top: 1em;
  margin-right: 0;
}

div#linecard tr {
}

div#linecard td {
  padding: 0em 0.5em;
  border: 1px solid rgb(53, 101, 101);
}

div#linecard img {
  float: left;
  margin: 0.5em;
}

table#linecard1 td {
  padding: 0em 0.5em;
  border: 1px solid rgb(53, 101, 101);
  text-align: justify;
}

table#linecard1 td img.leftSide {
  float: left;
  margin: 0.5em;
}

table#linecard1 td img.rightSide {
  float: right;
  margin: 0.5em;
}

table#linecard1 tr.topSideBreak td {
  border: none;
  }

.linename {
  color: rgb(0, 51, 0);
  font-weight: bold;
}

div#footer {
  width: 100%;
  clear: both;
  text-align: center;
  font-family: "Times New Roman", Garamond, Times, serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0px solid #000033;
}

div#footer A:link { 
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

div#footer A:active { 
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

div#footer A:visited { 
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

div#footer A:hover { 
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(53, 101, 101);
}

.erampname {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.erampname A { 
  color: rgb(166, 166, 166) !important;
  text-decoration: none !important;
}

.erampname A:link { 
  color: rgb(166, 166, 166);
  text-decoration: none;
}

.erampname A:active { 
  color: rgb(166, 166, 166);
  text-decoration: none;
}

.erampname A:visited { 
  color: rgb(166, 166, 166);
  text-decoration: none;
}

.erampname A:hover { 
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(53, 101, 101);
}

div#cpyrt {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#cpyrt.browserIE {
  padding: 0;
}
.goTopSide {
  text-align: left;
  font-size: 0.7em;
}
.goTopSide img {
  border: 0 !important;
}
.goTopSide a {
  color: rgb( 53, 101, 101 );
  text-decoration: none;
  border: 0;
}

.defaultHeight {
	height: 360px;
}

.hideThis {
  display: none;
  }
.onlyPrint {
  display: none;
  }
/*
 * MyFirstWebPage.net specific style specifications
 * Leave this section at the end
 */

.MFWPNlogo {
    font-family: 'courier new';  
    font-weight: bold; 
}

.MFWPNlogo A { 
  text-decoration: none !important;
}

.MFWPNlogo A:link { 
  text-decoration: none;
}

.MFWPNlogo A:active { 
  text-decoration: none;
}

.MFWPNlogo A:visited { 
  text-decoration: none;
}

.MFWPNlogo A:hover { 
    text-decoration: none;
    background: rgb(204, 204, 204);
}