body, #main, #content, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: sans-serif;
  color: black;
  background: #ffffff;
}

.nav {
	display: none;
}

img {
		border: 0;
}

#logo span {
	display: none;
}

#logo .print {
	display: block;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1 { font: 170% serif }
h2 {
	font: 140% serif;
}
h3 { font: 120% serif
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }


p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-size: small;
}

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }


#main {
	padding: 0; 
}

#footer {
	border-top: 1px solid black;
	padding-top: 20px;
	font-size: smaller;
	text-align: right;
}

#footer a {
	display: none;
}

