
/* 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: none;
}

#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 {

	height: 15px;
}

#global_footer #list_content {
	clear:both;
	float: right;
}

#global_footer #copyright {
clear:both;
	float: right;
	height: 15px;
	width: 61em;
}

#global_footer ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 15px; 

}

#global_footer #copyright span{
	float: right;
	padding-right: 10px;
}

#global_footer ul li
{
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

