/*This style hides the area reserved for the "What Type of Student Are You?" menu. 
It should be applied to all stylesheets not in use by Prospective od Current Students, as they are the ones that require the reserved space.
This style allows pages without such necessity to have links positioned in that area be "clickable"  */
#highlight{
z-index: 0;
display: none;
}
