@media print
{
	#pageButtons
	{
		display: none;
	}
}

@media screen
{
	#pageButtons
	{
		width: 870px;
		height: 54px;
		position: relative;
		margin-top: 5px;
	}
	#pageButtons ul
	{
		margin: 0px !important;
		padding: 0px !important;
		text-transform: uppercase;
		font-size: 15pt;
		color: white;
	}
	#pageButtons li
	{
		position: absolute;
		top: 0px;
		margin: 0px !important;
		width: 172px !important;
		height: 48px !important;
		list-style-type: none !important;
		display: block !important;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #d8dee4;
	}
	#pageButtons a
	{
		display: block !important;
		width: 160px; /*  important text width */
		height: 30px !important;
		margin: 9px 0px 9px 15px !important; 
		padding: 4px;
		text-decoration: none !important;
		text-align: left !important;
	}
	#pageButtons a:link,
	#pageButtons a:active,
	#pageButtons a:visited
	{
		color: white !important;
	}
	#pageButtons a:hover
	{
		color: #ddd !important;
	}
	
	#pageButtons #ButtonOne
	{
		background-color: #edd6b7 !important;
		background-image: url(image/button-green-small.gif);
/*		width: 145px !important; */
		left: 0px;
	}
	#pageButtons #ButtonTwo
	{
		background-image: url(image/button-darkblue-small.gif);
/*		width: 165px !important; */
		left: 171px;
	}
	#pageButtons #ButtonThree
	{
		background-image: url(image/button-blue-small.gif);
/*		width: 160px !important; */
		left: 340px;
	}
	#pageButtons #ButtonFour
	{
		background-image: url(image/button-red-small.gif);
		left: 510px;
		padding: 0 5px 0 5px;
/*		width: 190px !important; */
	}
	#pageButtons #ButtonFive
	{
		background-image: url(image/button-donate.gif); 
		left: 690px;
		padding: 0 5px 0 5px;
/*		width: 185px !important; */
	}
}