@charset "utf-8";
/* CSS Document */

/*This CSS file, footer.css, controls the footer of the VDOE web site pages*/

#footer /* This is used to define the style for page footer */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 0.13em;
	text-align: center;
	z-index: 1;
	background-image: url(/images/css/foot_grad.jpg);
	background-repeat: repeat-x;
	clear: both;
}   		 
#footer a /* This is used to define the style for active anchor tag in page footer */ 
{
	color: #fff;
}