/* CSS Document */

a.singleRollover {  
	display: block;  
   	width: 408px;  
   	height: 203px;  
   	background: url(/government/epnr/images/earthdayrollover.gif) no-repeat 0 0;
	text-align:center;
	line-height:300px;
   	}  

a:visited.singleRollover {  
  	background-position: 0 0px;  
  	}  

a:hover.singleRollover {  
  	background-position: 0 -203px;  
  	}  

a:active.singleRollover {  
  	background-position: 0 -203px;  
  	}  