﻿body {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

p {
  line-height: 125%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

#container {
  background: #FFF;
}

#header {
	border-bottom: 2px solid #000;
}

#header h1 {
	font-size: 32pt;
}

#header a {
	color:  #000;
	text-decoration: none;
}

#header img {
	display: none;
}

#header-indiv h2 {
	font-size: 32pt;
}

#header-indiv img {
	display: none;
}

#banner {
	display: none;
}

#sidebar {
	display: none;
}

#footer {
  font-size: 7pt;
}

h2 a { /* prevents title looking like links */
	color: #000;
	text-decoration: none;
}

a {
	color: #666;
	text-decoration: underline;
}

hr {
	clear: both;
}

dl dt 
{
	font-weight: bold;
	float: left;
	margin: 0;
}

dl dd 
{
	margin: 0 0 1.0em 100px;
}

.left-img {
	float: left;
	margin: 0 10px 10px 0;
}

.right-img {
	margin: 0 0 10px 10px;
	float: right;
}

.archives {
	display: none;
}