/****************************************
 * Cornell Identity
 ****************************************/

#cu-identity {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #222;
	height: 45px;
	}

#cu-logo {
	margin: 0 auto;
	width: 720px;
	text-align: left;
	}
	
#cu-logo a {
	border: none;
	}
	
#cu-search {
	position: absolute;
	top: 11px; 
	right: 50%;
	width: 200px;
	margin-right: -360px;
	}
	
#cu-search a {
	float: right;
	padding: 5px 15px;
	font-size: 1.1em;
	color: #b31b1b;
	text-decoration: none;
	border: none;
	}
	
#cu-search a:hover {
	color: #f00;
	background: #f5f5f2;
	}