/*Copyright Bridgeline Digital, Inc. An unpublished work created in 2010. All rights reserved. This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/
/***** BASIC PRINT STYLES *****/
body{ 
	font-size: 9pt !important;
	background-image: none; 
	background: #fff;
	color: #000;
}
ul, ul li{list-style-type: disc;}
ul, ol{margin-left: auto;}

/***** BASIC LAYOUT *****/
.wrapper{
	display: block !important;
	float: none !important;
	overflow: visible !important;
	width: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	clear: both !important;
	border: none !important;
	background: none !important;
}
/* Header */
.header{
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #e0e0e0;
}
/* Main Content */
.wrapper .mainContent{
	width: 70%;
	padding: 0 5% 0 0;
	border: 0;
	font-size: 9pt !important;
}
.genericOneCol .mainContent{width: 100%; padding: 0;}
h1{margin-bottom: 0.85em;}
/* Related Content */
.wrapper .relatedContentContainer{
	float: right;
	width: 24%;
	padding: 55px 0 0;
	font: 1.25em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.relatedContentContainer ul{
	margin: 6px 0 0;
	padding: 0;
	line-height: 1.2em;
}
.relatedContentContainer li{
	margin: 0;
	padding: 0 0 21px 18px;
	list-style: none;
	background: url('/images/aarp/bullet.gif') no-repeat 0 5px;
}
div.blog .relatedContentContainer{padding-top: 85px;}
/* Footer */
.footer{
	clear: both !important;
	float: none;
	margin-top: 10px;
	padding: 10px 0;
	font-weight: bold;
	border-top: 1px solid #e0e0e0;
	background: none;	
	color: #000;
}
.footer a{
	text-decoration: none !important;
	color: #000 !important;
}
/***** Hide Containers *****/
div.globalNavContainer, div.breadcrumb, .textSize, .footerNav,
div.pageUtility, #at20mc, div.articleInfoContainer img, div.commentsWrapper, div.postPagination, div.postPageNo{
	display: none !important;
	float: none !important;
}