/********************************************************************
 * Description: CSS for BOTTOM_SECTION, everything under BOTTOM_SECTION will
 *				be in the #BOTTOM_SECTION group
 *
 * Update:
 * Author:	Jesscia Honikman, Huming Tang
 ********************************************************************/

/*
	the footer section global css.
*/
#BOTTOM_SECTION { 
	width: 770px;
	
	
}

/*Style for the entire footer*/
#BOTTOM_SECTION .footer{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	color: #666666;
	text-decoration: none;
	
}
html>body #BOTTOM_SECTION .footer{
	font-size:10px;
}

/*the footer_links*/
#BOTTOM_SECTION .footer_link:hover{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	color: #666666;
	text-decoration: underline;
	float: left;
}

/*the footer tab, this is the colored block above the links*/
#BOTTOM_SECTION .footer_tab{ 
	background-color: #865D99;
	border-top: 1px solid #43276F;
	height:20px;
	width: 770px;
	float: left;

}

/*use this to fix the mac safari bug*/
#BOTTOM_SECTION .utility_link{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .10px;
	font-weight: normal; 
	color: purple;
	text-decoration: none;
	height:20px;
}
html>body #BOTTOM_SECTION .utility_link{
	font-size:10px;
}

#BOTTOM_SECTION .utility_link:active { 
	
	font-weight: bold; 
	
}

#BOTTOM_SECTION .utility_link:hover { 
	
	text-decoration: underline;
}

/*the new position of the email and print page link*/
#BOTTOM_SECTION .bottom_util_right {
	text-align:right;
	float: right;
}

#BOTTOM_SECTION .bottom_util_left {
	text-align: left;
	float:left;
}