﻿#containerframe, #container, #column_full, #masthead, {
	width: auto;
	border: none;
}

#masthead {
	height: auto;
	border-top: none;
	text-align: center;
}

#masthead img {
	display: inline;
	width: 2in;
	height: 1in;
}

#navigation {
	display: none;
}

#container {
	border-top: thin black solid;
	width: 100%;
}

h1, h2, h3, h3 {
	color: black;
}

.noprint, div#newslettertemplate, .davidnote {
	display: none;
}

#column_l {
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 1em 0;
	border: none;
	font-size: 120%;
}

#column_r {
	display: none;
}

#footer {
	border: none;
	border-top: 1px gray solid;
	width: 100%;
	padding: 0;
	margin: 0;
}


