/**
	Wall-to-Wall Studios
	Allegheny Regional Asset District Web Site
	Print CSS File
	Created: 2007-06-04
	By: Pat Collins <pat@walltowall.com>
*/

body, table, td, th, ul, ol, li {
	background:white;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:9pt;
	color: #000;
}

acronym, abbr {
	font-style:normal;
}

a {
	color: #000;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}
a img {
	border-width:0px !important;
}

strong, b {
	
}

#header, #menu, #side-wrapper {
	display:none;
}


#content ul {
	page-break-before:avoid;
	page-break-inside:avoid;
    margin:0 0 0 1.5em;
    padding:0;
}

#content ul li {
        list-style:square;
}

#content ul li, #content ol li {
        margin:0 0 0 1.5em;
        padding:0 0 0.2em 0;
        line-height:120%;
}

#content {
	
}


#footer {
	display:block;
	border-top:1px #ccc solid;
	margin:1em 0 0 0;
	padding:1em 1em 0;
	text-align:center;
	font-size:8pt;
}
}
