/****************************************************************
   PRINT STYLE SHEET
   By:Steven Waller
   Created: March 4, 2009
*****************************************************************/

body {
	position: static;
	text-align: left;
	text-indent: 0;
	background: White;
	color: Black;
	border-color: Black;
	width: auto;
	height: auto;
	display: block;
	float: none;
	min-height: 0;
	margin: 0;
	padding: 0;
	font-size: 11pt !important;
}
#body a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #2E94CD;
}

#nav-utility-wrapper,
#title,
#cat_539500_divs,
#footer,
#column-1,
#column-2,
#column-4,
#breadcrumbs,
#print-view{
	display:none;
}

#logo {                                  /* 6. */
	display: list-item;                /* 1. */
	list-style-image: url(images/casb-logo.gif); /* 2. */
	list-style-position: inside;       /* 3. */
	text-indent: -1000em;           /* 4. */
	font-size: 0pt;                    /* 5. */
	color: #fff;                       /* 5. */
	}
		#logo a{
			font-size:0px;
			border:none;
			text-decoration:none;
			padding:0;
			margin:0;
			color:#fff;
			text-indent:-9999px;
		}
#column-3{
	width:100%;
	padding:0;
	margin:0;
	display:block;
}
