function CellColorMouseOverTheCollege(o) {
	o.style.backgroundColor='#009C8F';
	o.style.cursor='hand';
}
function CellColorMouseOutTheCollege(o) {
	o.style.backgroundColor='#ffffff';
}


function CellColorMouseOverAdmissions(o) {
	o.style.backgroundColor='#F1A500';
	o.style.cursor='hand';
}
function CellColorMouseOutAdmissions(o) {
	o.style.backgroundColor='#ffffff';
}


function CellColorMouseOverDevelopment(o) {
	o.style.backgroundColor='#00A9AE';
	o.style.cursor='hand';
}
function CellColorMouseOutDevelopment(o) {
	o.style.backgroundColor='#ffffff';
}


function CellColorMouseOverConferences(o) {
	o.style.backgroundColor='#59C3E4';
	o.style.cursor='hand';
}
function CellColorMouseOutConferences(o) {
	o.style.backgroundColor='#ffffff';
}


function CellColorMouseOverAlumnae(o) {
	o.style.backgroundColor='#00AAB1';
	o.style.cursor='hand';
}
function CellColorMouseOutAlumnae(o) {
	o.style.backgroundColor='#ffffff';
}


function CellColorMouseOverNewsEvents(o) {
	o.style.backgroundColor='#00523A';
	o.style.cursor='hand';
}
function CellColorMouseOutNewsEvents(o) {
	o.style.backgroundColor='#ffffff';
}
