h1, h2, h3, h4, h5{font-family:Arial, Helvetica, sans-serif; clear: both;}

/** This is the print.css style sheet
 *  and will be implemented upon printing a document.
 *  created by Nick Demberger
 **/
.breadcrumb ul {padding: 0px 0px 10px 0px;}
.breadcrumb .first{
  list-style-type:none;
  float: left;
  padding: 0 9px 0 0;
  margin: 0 9px 0 0;
  border-right: 1px solid #C7C7C7;
  font-size: .9em;
  color: #363636;
}

.breadcrumb li {
  list-style-type:none;
  float: left;
  padding: 0 9px 0 0;
  margin: 0 9px 0 0;
  border-right: 1px solid #C7C7C7;
  font-size: 10pt;
  color: #363636;
}

.breadcrumb .last{
  list-style-type:none;
  float: left;
  border-right: 1px solid #00FFFF;
  font-size: 10pt;
  color: #363636;
  display:block;
}

.header, .leftColumn, .rightColumn, .footer, .banner, #backstretch{ 
  display : none; 
}

.bodyCopy h1{
  left:auto;
}

.columns{
  text-align: center;
  float: right;
  width: 700px;
  height: auto;
}

.column {
  text-align: left;
  padding-left: 20px;
  float: right;
  width: 300px;
  height: auto;
}
.pod.spif {
    display: none;
}
.mobile{
    display: none;
}

