/* This is a print style sheet for LAC */

/* Page Attributes */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	}
#lacblock {
	background-image: url(/images/printlogo.gif);
	display: block;
	position: relative;
	width: 225pt;
	height: 72pt;
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	font-size: 1px;
	text-align: right;
	}

/* Main Content Area Used for copy and data */
#content {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	margin-left: 25pt;
	font: 12pt/14pt;
   } 
#contentbody em, #contentbody blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#contentbody span.caps {
	font-size: 90%;
	letter-spacing: .09em;
}
#contentbody h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 23pt;
	font-weight: normal;
	font-variant: normal;
	color: #29677B;
}
#contentbody h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 23pt;
	font-weight: normal;
	font-variant: normal;
	color: #29677B;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#contentbody ul {
	list-style-position: outside;
	left: 1em;
	margin: 0pt;
	padding: 0pt 0pt 0pt 1.3em;
	list-style-image: url(/images/printarrow.gif);
}
#contentbody li {
	padding-bottom: 9pt;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#content a[href^="/"]:after {
   content: " (http://www.lacnyc.org" attr(href) ") ";
   }
/* Side Navigation */
#secondnav {
	display: none;
} 

/* Primary Navigation Contetent */
#primenav {
	display: none;
}
