@charset "UTF-8";
/* ============================================================================================== */
/*

	Rockford Linear Motion - CSS Stylesheet
	Title:	  /assets/css/print.css
	Media:    Print
	Author:   Stephen J. Withington, Jr. (steve [at] ignition-studio [dot] com)
	Version:  2009.08.24.01

*/
/* ============================================================================================== */
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, form, fieldset, ol, ul, li {
	font-size: 100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: none;
	background-repeat: no-repeat;
	color: #000000;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a, a:link, a:active, a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
/* ============================================================================================== */
/*		GLOBAL CLASSES		*/
/* ============================================================================================== */
.linkHeader {
	font-weight: bold;
}
.altTableRow
, tr.altTableRow td {
	background-color: #F3F3F3; /* #C8BBDB #F3F3F3 */
}
/* ============================================================================================== */
/*		DIV LAYER PROPERTIES		*/
/* ============================================================================================== */
#outerContainer {
	width: auto;
	margin: auto;
	background-color: #FFFFFF;
}
#innerContainer {
	clear: both;
	float: left;
	width: auto;
}
#printHeader {
	clear: both;
	display: block;
	border-bottom: solid 1px black;
	padding: 0 0 10px 0;
}
#header {
	display: none;
}
/* ============================================================================================== */
/*		TOPNAV		*/
/* ============================================================================================== */
#topNav {
	display: none;
}
#homeImage {
	display: none;
}
#homeText {
	clear: both;
	display: block;
}
#breadcrumbs {
	display: none;
}
/* ============================================================================================== */
/*		CONTENT		*/
/* ============================================================================================== */
#middleWrapper {
	clear: both;
	display: block;
	padding: 5px 0;
	/*border-top: 1px dashed black;*/
	border-bottom: 1px dashed black;
}
#subNav {
	display: none;
}
#leftColumn {
	clear: both;
	display: block;
}
#rightColumn {
	clear: both;
	display: block;
}
#rightColumn ul {
	list-style: none;
	padding-left: 0px;
}
#rightColumn li a {
	padding: 0 0 6px 0;
}
#rightColumn li a:hover {
	color: #000000;
}
#contentWide {
	clear: both;
	display: block;
}
#contentNarrow {
	clear: both;
	display: block;
}
#insideContainer {
	clear: both;
	display: block;
}
#newsText {
	clear: both;
	display: block;
}
/* ============================================================================================== */
/*		FOOTER		*/
/* ============================================================================================== */
#footerHead {
	display: none;
}
#footerOuterLinkWrapper {
	display: none;
}
#footerInnerLinkWrapper {
	display: none;
}
.footerLinkBox {
	display: none;
}
#footerCopyright {
	clear: both;
	display: block;
}
#footerCopyright .links {
	display: none;
}
/* ============================================================================================== */
/*		SUBNAV			*/
/* ============================================================================================== */
#subNav {
	display: none;
}
