body {
	font-family: "Times New Roman", Times, serif;	
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002e60;
	font-size: 20pt;
	text-align: right;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	padding: 45pt 0 0 0;
	height: 16pt;
	margin: 0 0 12pt 0;
}
h2 {
	display: none;
}
p, li, h3 {
	margin: 0;
	font-size: 100%;
}
p#accessible {
	display: none;
}
div#sidebar {
	display: none;
}

div#content {
	float: right;
	width: 100%;
}
div#left {
	float: left;
	width: 48%;
}
div#right {
	margin-left: 52%;
}
div#content p {
	margin: 0 0 1em 0;
	line-height: 200%;
}
div#content div.column p {
	margin: 0;
	line-height: 125%;
}
div#content h3 {
	background-color: #002e60;
	color: #ddd;
	text-transform: uppercase;
	padding: 0.5em 0 0.5em 0;
	margin-bottom: 0.5em;
}
div#content h3 a {
	margin-left: 0.5em;
	color: #ddd;
}
div#content h3 a:hover {
	color: #fff;
	text-decoration: none;
}
div#content div#left h3 {
	border-right: 1px solid #fff;
}
div#content div#right h3 {
	border-left: 1px solid #fff;
}
div#content div.column h4 {
	line-height: 125%;
	margin: 0;
}
div#content div.column h4 a {
	color: #1d579d;
}
div#content div.column h4 a:hover {
	text-decoration: none;
	color: #000;
}
div#content div.column p {
	line-height: 125%;
}
img.thumbnail {
	margin: 0 0.5em 0.5em 0;
	float: left;
}	
div.column table tr td {
	padding-bottom: 1em;
	border-bottom: 0.5em solid #fff;
}
div#content h4 {
	margin: 1em 1em 0 1em;
	font-size: 100%;
	color: #1d579d;
}
img.recordPhoto, img.recordPhotoCCH {
	float: right;
	margin: 0 0 0.5em 0.5em;
	border: 1px solid #002e60;
}
p.recordTeaser {
	font-style: italic;
}
p.sort {
	display: none;
}
p.smallprint {
      margin: 3em 0 0 0;
      clear: both;
      padding: 3em 0 0 0;
      border-top: 1em solid #83aacb;
}
* html p.smallprint {
      margin-top: 0;
      padding-top: 1.5em;
}
p#footer, p#footer a {
      color: #333;
}
								
