/* Print stylesheet for home page of usiaffinity.com */

#outside, #menu, #footer, #subnav, #navlist  { 
	display: none; 
	}
#header {
	background: none;
	}
#container, #innercontainer, #wrapper {
	border: none; 
	background: none;	
	width: 7in;	
}

body {
	background: #FFF;
	}

#sidebar_left, #sidebar {
	position:static;
	}

#content2 {
	display: static;
	width: 6in;
	margin-left: 0;
	margin-right: 0;
	}	 

 #content {
	display: static;
	width: 4in;
	margin-left: 0;
	margin-right: 0;
	}	 		
	
#content h1, #content h2, #content2 h1, #content2 h2, .standout {
	color: #000;
	font: 16pt Arial, Helvetica, sans-serif;
	}	
#content p, #content2 p, #content li, #content2 li, #sidebar_item p, .quote, .italicblue {
	color: #000;
	font: 12pt/14pt "Times New Roman", Times, serif;
}
#content p a:link, #content2 p a:link, #content p a:visited, #content2 p a:visited {	
	color: #000;
	text-decoration:underline;
}
.boldblue {
	color: #000;
	font: 12pt/14pt "Times New Roman", Times, serif;
	font-weight: bold;
	}
#content h3, #content2 h3, #sidebar_item h3 {
	color: #000;
	font: 14pt Arial, Helvetica, sans-serif;
	border-top: none;
	}	
#content h4, #content2 h4, #content h5, #content2 h5, #content h6, #content2 h6 {
	color: #000;
	font: 12pt/14pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar_item  {
	border: none;
	}
#sidebar_item h3 {
	border-bottom: 1px solid #000;
}

