a.linkline:link {
	text-decoration: none;

}
a.linkline:hover {
	color: white;
	text-decoration: none;

}
a.linkline:visited {
	color: #FFCC33;
	text-decoration: none;

}
a.linkline:visited:hover {
	color: white;
	text-decoration: none;
}

.linkline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFCC33;
	font-style: normal;
	font-weight: bold;
}

a.bigtitle:link {
	text-decoration: none;

}
a.bigtitle:hover {
	color: white;
	text-decoration: none;

}
a.bigtitle:visited {
	color: #FFCC33;
	text-decoration: none;

}
a.bigtitle:visited:hover {
	color: white;
	text-decoration: none;
}

a.medtitle:link {
	text-decoration: none;

}
a.medtitle:hover {
	color: white;
	text-decoration: none;

}
a.medtitle:visited {
	color: #FFCC33;
	text-decoration: none;

}
a.medtitle:visited:hover {
	color: white;
	text-decoration: none;
}

.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #FFCC33;
	font-style: normal;
	font-weight: bold;
    
}

.medtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFCC33;
	font-style: normal;
	font-weight: bold;
}

.ourbanner {
    margin: 0;
    padding: 2px;
    border: none;
    /*height: 65px;*/
    background: url('/images/hgradient.png');
}




#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;
	background: #000;
	}

#cu-logo {
	margin: 0 auto;
	/*width: 740px;*/
	background: url(/images/layout/cu_logo.gif) no-repeat top left;
	}
	
#cu-logo a {
	border: none;
	display: block;
	width: 180px;
	height: 45px;
	background: url(/images/layout/cu_logo.gif) no-repeat top left;
	}
	
#cu-logo img {
	display: none;
	}

#cu-search {
	position: absolute;
	top: 11px; 
	right: 5%;
	/*width: 200px;*/
	/*margin-right: -385px;*/
	}
	
#cu-search a {
	float: right;
	padding: 5px 15px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	border: none;
	}
	
#cu-search a:hover {
	background: #555;
	}
