html {
	background:#004e98 url(background.png) center;
	color:#000;
	font:100%/1.4em Calibri, Verdana, sans-serif;
	margin:0;
}
body {
	background:#fff;
	margin:0 auto;
	width:1000px;
}
#header {
	background-image: url(headers/main.jpg);
	height:200px;
	width:1000px;
}
#header.criminaljustice {
	background-image: url(headers/criminaljustice.jpg);
}
#header.it {
	background-image: url(headers/it.jpg);
}
#article {
	float:left;
	padding:1em 25px;
	width:600px;
}
#nav {
	background:#eee;
	float:right;
	padding:1.2em 25px;
	width:300px;
}
#nav .homeLink {
	border-bottom:1px solid #ccc;
	font-size:1.2em;
	margin-bottom:1em;
}
#nav .homeLink li {
	padding-bottom:.8em;
}
#nav a {
	color:#224;
}
#nav li {
	list-style:none;
	padding-bottom:1em;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul ul {
	font-size:.8em;
	margin:.3em 0 0 1em;
}
#nav ul ul li {
	padding-bottom:.4em;
}
#footer {
	clear:both;
	color:#ccc;
	font-size:.8em;
	padding-top:13em;
	text-align:center;
	width:1000px;
}
.guide img {
	margin-bottom:2em;
}
.minutes p {
	margin-left:2em;
}
.minutes ul li {
	list-style:none;
}
.minutes ol {
	font:1.2em Cambria, Georgia, serif;
	list-style:upper-roman;
	margin-left:3em;
}
.minutes ol li {
	padding-bottom:.4em;
}
.minutes ol ol {
	font:.833em Calibri, Verdana, sans-serif;
	list-style:upper-alpha;
	padding-top:.4em;
}
.minutes ol ol ol {
	list-style:decimal;
}
.entry-content img {
	border:thin outset #004e98;
	display:block;
	margin:0 auto;
}
abbr {
	border:none;
}
address {
	display:inline;
	font-style:normal;
}
address a {
	color:#ccc;
}
ol, ul {
	margin:0 0 0 2em;
	padding:0;
}
ol li {
	list-style:decimal;
}
ul li {
	list-style:disc;
}
dl {
	margin:0;
}
dt {
	margin-top:.5em;
}
dd {
	margin-left:1.2em;
}
h2, h3, h4, .postinfo, #nav {
	font:normal 1em Cambria, Georgia, serif;
}
.postinfo {
	color:#aaa;
	font-size:.8em;
}
h1, #nav h2 {
	display:none;
}
h2 {
	font-size:2em;
	margin:0 0 .5em 0;
}
h3 {
	font-size:1.6em;
	margin:1em 0 0 0;
}
h4 {
	font-size:1em;
	margin:1em 0 .5em 0;
}
kbd, code, pre {
	font:.9em Consolas, monospace;
}
p {
	margin:.6em auto;
}
small {
	font-size:.6em;
}
table {
	border-spacing:0;
}
td {
	padding:0 1em 0 0;
}
th {
	border-bottom:1px solid #000;
	font-size:1.05em;
	font-weight:normal;
	text-align:left;
}
table .stripe {
	background-color:#eee;
}
span[title]{border-bottom:1px dashed #ccc}