
/* footer styles */

#global_footer #copyright span {color: #000000; font-style: normal; font-weight: normal;
                        font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

#global_footer a
{
font-style: normal; 
font-weight: normal; 
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-decoration: normal
}

#global_footer a.footerlinks:link, #global_footer a.footerlinks:visited   {
	color: #000000; 
}
  
#global_footer a.footerlinks:hover {
	color: #cc6633; 
}

#global_footer a.footerlinks:hover {
	color: #3366cc; 
}


#global_footer {

   float:right;
  height:30px;
}

#global_footer #links {

}

#global_footer #list_content {
float: right;
}

#global_footer #copyright {
clear: right;
float: right;
width: 61em;
}


#global_footer ul li
{
float: left;
list-style-type: none;
padding-right: 10px;
}



#global_footer #copyright span{
	float: right;
	padding-right: 8px;
}


