    	/* Print Specific Styles */
    	
    	
@media print {
	body{
			background-color:		#FFFFFF;
			color:					#000000;
		}
	h1 {
			page-break-before: 		avoid
		}
	#menudiv, #links, #image, #disclaimer, #designer {
			display:				none;
		}
	#maincontent, #container, #content, #header {
			width:					620;
			float:					none
		}
	#rightcontent {
			float:					none;
			width:					600px
		}
	#copyright {
			width:					620px;
			float:					none;
			text-align:				center;
			page-break-before: 		avoid
		}
	.headerimg {
			width:					620px;
			height:					52px;
			border:					0
		}
	.hrwhite {
			border-bottom:			1px solid #ccc;
			color:					#ccc
			}
}