/* ----------------------------------------------------------
title: CUSwirl (print style sheet)

created: 5/7/09
last updated: 5/18/09
---------------------------------------------------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	background: white;
	}
	
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }

hr,
#accessibility,
.util-nav,
#feature-controls,
#feature .search,
#content .search,
.primary-nav,
#crumbs,
.sectionTitle,
.breadcrumb-nav,
.secondary-nav,
.footer-nav,
#embraceWater {display: none;}


#content-main,
#content-sub {
float:none;
clear: both;
}


#header {
	width:100%;
	margin: 0 0 2em 0; 
	}

#identity {
	font-size: 153.9%;
	}

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
	margin:2em 0 0 0;
	font-size:85%;
	}