body{

	background: #222222;
	margin: 10px;
	padding: 10px;
}

a {

	color: black;
}

.fakelink {

	text-decoration: underline;
}

.hidden {

	display: none;
}

div.header {

	line-height: 0.5;
	padding-left: 10px;
	color: hotpink
}

div.header h1 a {

	font-weight: bold;
	font-size: 50px;
	color: hotpink;
	text-decoration: none;
}

div.header h2 {

	font-weight: bold;
	font-size: 18px;
	color: hotpink;
	text-decoration: none;
}

div.main {

	background: #fff5f5;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 20px 0px 20px;
}

div.navbar {

	width: 20%;
	border: 2px solid grey;
	background: #ffe6e6;
	float: right;
	margin-right: 10px;
}

div.navbar ul {

	list-style-type: none;
	list-style-position: inside;
	margin: 5px 2%;
	padding: 0px;
	width: 96%;
}

div.navbar li {

	padding: 5px;
}

div.navbar li ul {

	margin-left: 10px;
	list-style-type: circle;
}

div.navbar li.selected {

	border: 1px solid black;
	background: #fefefe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.content {

	margin-right: 25%;
	margin-left: 10px;
}

div.footer {

	clear: both;
	width: 100%;
	color: hotpink;
}

div.footer a {

	color: hotpink;
}

td.label {

	font-weight: bold;
	text-align: right;
}

ul.burners {

	list-style-type: none;
}

ul.burners li {

	border-bottom: 1px solid black;
}

ul.burners li.first {

	border-top: 1px solid black;
}

ul.burners td {

	vertical-align: top;
}

ul.english_prose {

	margin: 0px;
	padding: 0px;
}

ul.english_prose li {

	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

ul.english_prose li:after {

	content: ', ';
}

ul.english_prose li.last:after {

	content: '';
}

table.offices {

	border-collapse: collapse;
}

table.offices td {

	border-bottom: 1px solid black;
	padding: 5px;
}

table.offices tr.first td {

	border-top: 1px solid black;
}

ul.officers li.first:before {

	content: '(';
}

ul.officers li.last:after {

	content: ')';
}