body {
  margin: 5px 5px 5px 5px;
  background: #dddddd;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
#wrapper {
  width: 790px;
  padding: 3px;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
#top {
  width: 100%;
  height: 100px;
  background: #ffffff;
  border-bottom: 3px double #999999;
}
#leftcol {
  width: 203px;
  height: 700px;
  float: left;
  line-height: 1.5;
  text-align: left;
  background: #ffffff;
  border-right: 1px dotted #999999;
}
#centercol {
  width: 570px;
  height: 648px;
  padding: 5px 5px 5px 10px;
  float: right;
  border: 0px solid #000000;
  line-height: 1.5;
  background: #FFFFFF;
  text-align: left;
}
#footerLeft {
/*  position: relative;
  margin: 500px 0px 0px -200px;
  width: 202px;
  height: 30px;
  float: left;
  border-right: 1px dotted #999999;
  background: #ffffff;*/
}
#footer {
/*  position: relative;*/
  margin-bottom: 0px;
  margin-left: 10px;
/*  margin: 0px 0px 0px 0px;*/
  width: 570px;
/*  float: right;*/
  border-top: 1px dotted #999999;
  /*order-bottom: 1px dotted #999999;*/
  padding: 5px 0px 5px 10px;
  line-height: 1.4;
  background: #ffffff;
  text-align: left;
  font-size: 11px;
}

/* BOF default link styles */
a {
  color: #000000;
  font-weight: none;
  text-decoration: none;
}
a:hover {
  color: #999999;
}
/* EOF default link styles */

/* BOF color of links in the footer */
a.footer {
  color: #000099;
}
a.footer:hover {
  color: #000000;
  text-decoration: underline;
}
/* EOF color of links in the footer */

/* BOF main menu */
ul.menu {
  color: #FF0000;
  list-style-type: square;
}
hr.menu {
  width: 75%;
  text-align: left;
  height: 1px;
  color: #FFFFFF;
}
/* EOF main menu */

/* Page Sub Headings */
span.subHead {
  font-weight: bold;
  text-decoration: underline;
}

/* FAQ headings */
#faq {
  color: #000099;
  font-weight: bold;
}

span {
  vertical-align: top;
  border: 0px solid #000000;
}

/* Formatting for Order Form */
#orderFormLeft, span.orderFormLeft {
  padding-right: 5px;
  text-align: right;
}

/* Confirmation page formatting */
#confirmationForm {
  width: 250px;
  padding-right: 5px;
  text-align: right;
}

input.invisible {
  border: 0px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}

input.total, span.total {
  font-weight: bold;
  border: 0px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}

/* BOF Fieldset/Legend formatting */
fieldset {
  padding-left: 10px;
  border: 1px solid #cccccc;
}
legend {
  color: #FF0000;
  border: 0px solid #FF0000;
  padding: 0px 5px 0px 5px;
  font-weight: bold;
}
/* EOF Fieldset/Legend formatting */

/* error message formatting */
#error {
  color: #CC0000;
  font-weight: bold;
}
/* index.php page */
span.heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
}
span.alert {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #003399;
}
/* screenshot rollovers */
span.popup {
   position:absolute; right:0px; top:-400px; width:802px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   background-color:#cccccc;
   padding: 5px;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 10pt;
   z-index:2;
   visibility:hidden;
   filter:alpha(opacity=95); 
   opacity: 0.95; 
   -moz-opacity:0.95;
}
/* screenshot explanation text */
#screenExplain {
  position: relative;
  top: 2px;
  width: 800px;
  border: 0px solid #000000;
}