@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #000000;
	text-align: left;
	padding-top: 20px;
	padding-right: 33%;
	padding-bottom: 100px;
	padding-left: 50px;
}
#logo {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	background-image: url(/assets/images/qp_gradient_footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 291px;
	overflow: visible;
}
#navigation {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: -0.025em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-decoration: none;
}
a.navigation:link,a.navigation:visited,a.navigation:active {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
a.navigation:hover {
	color: #EE1C25;
	text-decoration: underline;
	font-weight:normal;
}
#words {
	right: 0px;
	background-image: url(/assets/images/qp_words.gif);
	float: none;
	width: 393px;
	background-position: right bottom;
	background-repeat: repeat-y;
	padding-left: 50px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0%;
	margin-left: 0px;
	background-attachment: scroll;
	z-index: 1;
	position: absolute;
	clear: none;
	padding-bottom: 100%;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.x-small-bold {
	font-size: x-small;
	font-weight: bold;
}
.x-small {
	font-size: x-small;
}
a:link {
	color: #0067AC;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0067AC;
}
a:hover {
	text-decoration: underline;
	color: #EE1C25;
}
a:active {
	text-decoration: underline;
	color: #0067AC;
}
a {
	font-weight: bold;
}