@charset "utf-8";
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #888888;
}
p {
	padding: 0;
	margin: 0px 0px 10px 0px;
}
a, a:active, a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
.container {
	align: right;
	text-align: right;
	padding-top: 85px;
}
.title {
	padding-right: 27px;
}
.tertiary_img {
	float: left;
	margin: 0px 20px 10px 0px;
}
.nav_top {
	margin: 20px 32px 30px 0px;
	font-family: Lucida Sans Unicode, Arial, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #888888;
}
.nav_bottom {
	margin: 40px 32px 30px 0px;
	font-family: Lucida Sans Unicode, Arial, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.nav_bottom a, .nav_bottom a:active, .nav_bottom a:visited {
	color: #666666;
	text-decoration: none;
}
.nav_bottom a:hover, .nav_bottom a:visited:hover {
	color: #777777;
	text-decoration: underline;
}
.bodytext {
	color: #BBBBBB;
	padding-bottom: 30px;
}
.pullquote_container {
	color: #AAAAAA;
	text-align: center;
}
.pullquote {
	margin-top: 20px;
	border: 1px solid #333333;
	background-color: #111111;
	padding: 20px 20px 10px 20px;
	line-height: 15px;
	text-align: left;
}