body {
	font: 9pt Trebuchet MS, sans-serif;

	background: #464722;
	
	color: #fff;
}

#page {
	margin: auto;
	background: #464739;
	border: 10px solid #FE9000;
	border-top: 1px solid #FE9000;
	border-bottom: 1px solid #FE9000;
	width: 80%;
	padding: 10px;
	height: 100%;
}

#header {
	border-bottom: 5px solid #FE9000;
	color: #000;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 150px;
}

#headertext {
	float: left;
	width: 400px;
	height: 150px;
	background: url(../logo2.png);
}

#sidebar {
	float: left;
	border-right: 5px solid #FE9000;
	width: 15%;
}

#content {
	float: right;
	width: 83%;
	margin-top: -10px;
}

#footer {
	clear: both;
	width: 30%;
	min-width: 100px;
	text-align: center;
	margin: auto;
	border-top:  5px solid #FE9000;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li { padding: 2px; }

p {
	text-align: justify;
}

p.ni { text-indent: 0; }

address {
	padding-left: 3em;
}

dt {
	margin-bottom: 4px;
	margin-top: 4px;
}

dt:before { content: "Q: " }
dd:before { content: "A: " }

.date { width: 20%; }
.loc { width: 65%; }
.the { width: 10%; }

.e { background: #9b8b67; }
.o { background: #9b9b9b; }

a:link, a:active {
	color: #FE9000;
	
}
a:visited {
	color: #c40;
}