/***********************************************/
/* style.css                             */
/* Use with template test_v2.htm          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#footer{
	float: left;
	width: 884px;
	height: 36px;
	text-decoration: none;
	font: normal 7pt/10pt tahoma, arial, helvetica, sans-serif;
	color: #FFFFFF;	
	text-align: left;
	vertical-align: middle;
	background-color: #666666;
}

#copyright{
	float: left;
	padding: 5px 15px 5px 15px;
	width: 470px;
}

#credit{
	float: right;
	padding: 5px 15px 5px 15px;
	width: 230px;
}

/***********************************************/
/* Anchor Tag Styles                                */
/***********************************************/

.footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
	
.footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:hover{
	color: #E4E4E4;
	text-decoration: underline;
}
