/*
   Capitol Police Print CSS 2008
*/

* {
	text-align: left;
}

#commonBanner, #breadcrumb, #main_nav, #content_head, #content_sidebar, #footer {
	display: none !important;
}

html, body, #content, #content_main, .wrapper {
	height: auto;
  	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	text-align: left;
}

#colBg {
	background: none;
	height: auto;
	width: auto;
}

#content_main {
	position: static;
	width: auto;
	height: auto;
  	margin: 1em 0 0;
	padding: 0;
	border-top: none;
  	font-size: 0.9em;
	text-align: right;
  	background: none;
}

#content_main a:link, #content_main a:visited {
  	position: static;
	display: inline;
  	font-size: 1em;
	font-weight: normal;
	width: auto;
	text-decoration: underline;
	height: auto;
  	margin: 0;
	padding: 0;
  	background: none;
	color: #555;
}