/* Brings in the department banner */

#globalarea {
	background: url("../MasterPages/images/banners/ArchiveHeader_02.jpg") top right no-repeat;	
	width:224px;
	height:122px;
	clear:both;	
}

#LeftDeptBanner {
	background: url("../MasterPages/images/banners/ArchiveHeader_01.jpg") top right no-repeat;	
	width:736px;
	height: 122px;	
	clear:both;	
}

#LeftDeptBanner a { 
    display:inline-block;
    width:736px;
	height: 122px;       
}

#LeftDeptBanner a:hover 
{
	text-decoration:none;
}


#LeftDeptBanner a span { visibility:hidden; }

