body {
	font-family: arial,sans-serif;
	background: #147 url("/img/stars.png") repeat;
	color: #000;
	margin: 0;
}
td {
	font-family: arial,sans-serif;
	color: #000;
	margin: 0;
	font-size: 90%;
}
a[href]:hover {
	color: red;
	text-decoration: underline;
}
.page-header {
	background-color: #777;
	width: 100%;
	color: #fff;
	border-bottom: 7px solid #444;
	border-top: 1px solid #999;
	margin-bottom: -1.2em;
	background: #369 url("/img/flag-top.png") no-repeat top left;
	text-align: center;
}
.sidebar {
	font-size: small;
	border-bottom: 1px solid #000;
}
.item-heading {
	background-color: #555;
	background: #555 url("/img/tilt.png") no-repeat bottom right;
	color: #999;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	padding-left: 0.5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 12px;
	letter-spacing: 3px;
}
.item {
	padding: 5px;
	padding-left: 0.8em;
	background-color: #eee;
	border: 1px inset #fff;
	border-left: 10px solid #cce;
	font-size: 12px;
}
.subitem {
	padding: 5px;
	padding-left: 1.4em;
	background-color: #ddd;
	border: 1px inset #999;
	border-left: 10px solid #caa;
	font-size: 11px;
}
.item a {
	color: #448;
	text-decoration: none;
	font-weight: bold;
}
.subitem a {
	color: #844;
	text-decoration: none;
	font-weight: bold;
}
.item a:hover, .subitem a:hover {
	color: red;
	text-decoration: underline;
}
.content {
	padding: 2em;
	padding-bottom: 1.5em;
	padding-right: 2em;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 90%;
	background-color: #fff;
}
.pic-inset {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
h1 {
	font-family: georgia;
	font-size: 30px;
	margin-top: 0.2em;
}
h2 {
/*	margin-left: -7em;*/
	color: #9bd;
	font-size: 18px;
	margin-top: -1em;
	font-style: italic;
}
h3 {
	font-family: georgia;
	color: #950;
	font-size: medium;
	margin-bottom: -0.5em;
	margin-left: -0.5em;
	padding-left: 0.4em;
/*	border-left: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;*/
	border-left: 1px solid #369;
	border-bottom: 1px solid #369;
}
.county {
	font-family: georgia;
	color: #950;
	font-size: medium;
	font-style: bold;
	margin-bottom: -0.5em;
	margin-left: -0.5em;
	padding-left: 0.4em;
}
.content p {
	padding-left: 0.7em;
}
.footer {
	padding-top: 1em;
	text-align: center;
	font-size: x-small;
	letter-spacing: 0.1em;
	color: #999;
	font-weight: bold;
	/*border-top: 1px dotted #ccc;*/
	border-top: 1px solid #369;
}
.footer a {
	color: #9bd;
}
blockquote {
	padding: 0.7em;
	border: 1px solid #ccc;
	color: #555;
	background-color: #eee;
}

