.container {
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
.header {
	width: 100%;
	background: #5c0000 url(img/content/bg-red-top.jpg) top left no-repeat;
}
.title {
	position: relative;
	left: -13px;
}
.search {
	position: absolute;
	top: 15px;
	right: 15px;
}
.nav { /* add/override common */
	background: #5c0000 url(img/content/bg-red-left.jpg) top left no-repeat;
	margin: 0;
	.margin-top: -5px; /* only affects IE6; IE7 seems to render the page OK */
	padding-left: 9px;
	padding-bottom: 12px;
}
h1.nospace { /* fix for spacing in IE; all other browsers do it correctly */
	.margin-top: 0;
}
.contentContainer {
	width: 549px;
	background: #5c0000 url(img/content/bg-red-right.jpg) top left no-repeat;
	float: right;
	position: relative;
}
.fakeCornerBL {
	background: url(img/corner-rdwh-bl.gif) bottom left no-repeat;
	padding-bottom: 15px;
}
.content {
	background: #dee1e8 url(img/content/corner-grrd-bl.gif) bottom left no-repeat;
	width: 520px;
	min-height: 450px; /* NOTE: height for IE6 below should correspond to this */
	margin-left: 15px;
	padding-bottom: 18px;
	position: relative;

	height: auto !important; /* IE6 min-height fix */
	height: 450px;
}
.content .cornerTR {
	position: absolute;
	top: 0; right: 0;
}
.content .cornerBL {
	position: absolute;
	bottom: 0; left: 0;
}
.content h1 {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	background: white;
	border: 1px solid black;
	border-left: none; border-right: none;
	padding-bottom: 3px;
	font-family: Palatino Linotype, Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
.content .info {
	margin-left: 5em;
}
.content .info .seal {
	float: left;
	margin-right: 10px;
}
.content h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.content ul, .content ol {
	clear: both;
}
.content .toplevel {
	padding-top: 1.5em;
}
.text {
	margin: 0 1.5em;
	padding-top: 1.5em;
}
.points ul, .points ol {
	margin-left: 2.5em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.content h2 {
	font-size: medium;
	margin-top: 2em;
	margin-bottom: 1em;
}
.content p {
	margin: 1em 0;
	line-height: 1.5em;
}
.text p {
	text-indent: 1.5em;
}
.hr {
	height: 0;
	width: 75%;
	border-top: 1px solid #a3a1b8;
	margin: auto;
	margin-top: 18px;
}
.clear {
	clear: both;
}
.localnav {
	width: 100%;
	background-color: #eee;
	border: 1px solid #ccc;
}
.localnav ul {
	margin: 1em 2em;
}

table.stats td.caption {
	text-align: left;
}
table.stats td {
	text-align: right;
	font-size: 12px;
}
table.stats th, table.full th.subheader, table.council th.subheader {
	text-align: center;
	background-color: #89a6b9;
	color: white;
}
table.stats td, table.stats th {
	border: 0 solid #ccc;
	padding: 4px;
}
table.stats tr.sel {
	background: #eee;
}
table.stats tr.subsec td {
	border-top-width: 3px;
}
table.stats td.level2 {
	padding-left: 1em;
}
table.stats td.level3 {
	padding-left: 2em;
}

div.full {
	width: auto;
	margin: 1.5em 0.5em;
}
a.toplink {
	float: right;
	font-weight: bold;
	margin-top: 0.5em;
}
.nobr {
	white-space: nowrap;
}

table.council th {
	background-color: #eee;
}

iframe {
	margin-top: 15px;
}

