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

#govPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:240px;
	width:760px;
	background-image: url(popupBG1.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index:2;
	padding:25px 0 0 50px;
	font-size:13px;
	margin-left: 100px;
	margin-top: 390px;
}

#govPopup b {
	text-decoration: underline;	
}

