@font-face {
	font-family: "Trebuchet MS";
	src: url("fonts/trebuc.ttf");
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px auto;
	width: 987px;
	font-family: "Trebuchet MS";
	color: rgb(51,51,51);
}
#logo {
position: fixed;
left: 10px;
top: 10px;
z-index: 1;
}
.ps, hr {
	clear: left;
}
hr {
	height: 1px;background: rgb(153,153,153); border: none;
}
h1, h2, h3, caption {
	text-align: left;
	font-weight: normal;
}
h1 {
	margin: 0px 0px 17px 0px;
	font-size: 34px;
}
h1+h2 {
	margin: 21px 0px 10.5px 0px;
	font-size: 21px;
	font-weight: normal;
}
h2 {
	margin: 13px 0px 6.5px 0px;
	font-size: 13px;
	font-weight: bold;
}
h3, caption, figcaption {
	margin: 13px 0px 6.5px 0px;
	font-size: 10px;
	text-transform: uppercase;
}
p, li {
	margin: 6px 25px 6px 25px;
	font-size: 12px;
	hyphens: auto;
	-moz-hyphens: auto;
	text-align: justify;
}
li li {
	margin: 5px 0px 5px 10px;
}
dl {
	margin: 0px 0px 0px 20px;
}
dt, dd {
	font-size: 11px;	
}
dt {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
dd {
	margin: 0px 0px 0px 20px;
}
a {
	text-decoration: none;
	color: rgb(0,0,0);
}
[role="nav"] li a span {
	float: right;
	color: silver;
}