@charset "UTF-8";

* {
  background: #fff; color: #222;
}
body{
  font:10pt/1.4 Arial, Helvetica, sans-serif;
}
#skiplinks,.col_pics, #nav, #sidebar{
  display:none;
}
a{
  color:#222;
}
a[href^="http://"]:after {
  content:" <URL: "attr(href)">";
  color:#444;
  background:inherit;
  font-style:italic;
  font-size:8pt;
}

li{
  margin-bottom:12pt;
}

.portraitlist img{
  clear:left;
  float:left;
  margin:0 5pt 5pt 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */