/* ----------------------------
	
	Author: Adam Chesnes
	Company: Webize Interactive Media
	Date: 03-03-2008
	Client: IPIC Stats Reporting Package
	Description: Print CSS
	
-----------------------------*/

body { 
	background: white;
	font-size: 12pt;
}

/* Set to all divs you don't want to display: Navs, etc */
#navigation, #content #rtArea #ctl00_ContentPlaceHolder1_excel {
	display: none;
}

#logo {
	height: 107px;
	float: none !important;
	margin: 0;
	padding: 0;
}

#rtArea {
	width: auto;
	margin: 20px 0;
	padding: 0 0 20px 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	border-top: #930 solid 1px;
	border-bottom: #930 solid 1px;
}

#rtArea a:link:after, #rtArea a:visited:after {
	font-size: 90%;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	line-height: 20px;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

img, a {
	border: 0;
}

table {
	margin: 0 auto;
}
