/* list div tags that I don't want to print */	
#navigation_container, #navigation_container_mobile, #top_bar_mobile, #login_container, .list_txtlinks_support_container, .imglist_swap_main_img, .imglist_swap_side_img, .imglist_swap_main_alttext, .imglist_swap_side_alttext, .imglist_social_container, #idx_containerA, .idx_imglist_sponsors_container, .idx_sponsors_head_container, .idx_imglist_swap_container, /*.idx_list_txtlinks_support_container */  {
	display: none;
}

/* remove background colors by overriding background colors in divs */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
form {display: none;}

.spacer{}
#top_bar, #pg_content, #a_col_2, #b_col_2 {
	width: 100%;
}
#a_col_1, #b_col_1, #c_col_1 {
	width: 66%; display: block;
}
#idx_containerB, #idx_containerC, #idx_containerD {
	width: 66%; display: block;
}
/* change pg wrapper  */	
#wrapper {
	border: none;  /* this removes border */
	padding: 0px 20px 0px 20px;  /*this removes all padding in this div */
	width: auto;  /* lets the text fill the width of the page */
}
#pg_content {
	padding: 20px 0px 0px 0px;  /*this removes all padding in this div */
	width: auto;  /* lets the text fill the width of the page */
}
.idx_newsloe_imgtop_img {width: 265px; margin-bottom: 6px;} /*this removes stretch from 100% width */
	
/* REFORMATTING TEXT */

/* this overrides ALL color for text and makes it black -- star means universal selector, important cancels allconflicts caused by cascading*/ 
* {
	color: #000000 !important;
}		

/* change pixels to points */	

.text {
	font-size: 10pt !important;
	line-height: 13pt !important;
	color: #000000 !important;
	width: 100%; 
	margin: 0; 
	float: none;
}
#footer_container {
	margin-top: 40px;
} 


/* DISPLAYING LOGO */

/* the block value is required to counter the display properties NONE command from line 3 	
#baseWrapper {
	display: block;
}*/		
	
	
/* DISPLAYING URL values where page links appear */

/* this displays the address in parens after the link a: refers to link tag */	
a:after {
	content: " (" attr(href) ") "
}		
	
/* Print Margins */	
@page {
	size: portrait;
	margin-left: .25in;
	margin-right: .25in;

}			
	
	
	
	