/**
 * GlobeLink - Print Stylesheet
 * Version:  08 Feb 2007
 * diego.lago@frontofmind.co.uk
 */
/**
 * General.
 */
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, th, td {
  padding:0;
  margin:0; 
}
body {
  font: 0.7em/1.7em Georgia, "Times New Roman", Times, serif;
  color: #000;
  text-align: left;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #2c2d2d;
}
h1 {
  font-size: 1.2em;
  width: auto;
  height: 2em;
}
h2 {
  font-size: 2em;
  margin: 0.6em 0 1.2em;
}
h3 {
  font-size: 1.6em;
  margin: 0.6em 0 1.2em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
strong, em {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
/**
 * Layout.
 */
#container-header, #header, #container-content, #content, #footer {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}
#sidebar, #flashcontainer, ul.access, #main-navigation, #secondary-navigation, #search, #trail, .tools, .to-top {
  display: none;
}
/**
 * Header Styles.
 */
#header h1 {
  background: none;
  text-indent: 0;
}