/* CAS LANDING PAGE *****************************
----------------------------------------------- */
	
/* content: display
----------------------------------------------- */
div#content dl{ /* creates the bottom curve of the content area */
	width: 410px;
	margin: 0 0 20px 0;
	/* background: #fff url('/images/redesign/contentBottomCurve.gif') no-repeat bottom left; */
	}
div#content dt { /* creates the top curve of the content area*/
	margin:0;
	padding:0;
	height: 17px;
	background: #fff url('/images/redesign/contentTopCurveWhite.gif') no-repeat top left;
	}

div#content dd {
	margin:0;
	padding:0;
	padding-bottom: 10px;
	}

/* house ad
----------------------------------------------- */
/* #houseAd {
	display:none;
	}
----------------------------------------------- */


/* do not display library search
----------------------------------------------- */
form#librarySearch {
	display:none;
	}
/* do not display member search
----------------------------------------------- */
form#memberSearch {
	display:none;
	}
	

	

	
	
