/* Default print style sheet */

body { background: #FFF; }

#Container { width: 610px;
background: #FFF url(none); }

#Header,
#Menu,
#ImgArea,
#Divider { 	display: none; }

#PrintHeader { display: block;
	width: 610px; }

#HomeContent, #Content { 
	background: #FFF url(none);
	padding: 10px 0 0;
	margin: 0;
	width: 610px;
	text-align: left;
	}

#Footer {
	background: url(none);
	height: 76px;
	margin-bottom: 0;
	color: #000;
	font-size: 11px;
	width: 610px;
	}
	#Footer .Left { display: none; }
	#Footer .Right { display: none; }
	.Copyright {
		margin-left: 0;
		margin-top: 30px;
		}


table.TableStyle {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	}
	table.TableStyle th, table.TableStyle td {
		color: #000;
		background: #FFF;
		border-top: 1px solid grey;
		border-right: 1px solid grey;
		}
		table.TableStyle tr.Alt { background: #FFF; }

/* LEFT COL */
#HomeContent .Left {
	float: none;
	width: 610px;
	padding: 17px 0;
	}
	#HomeContent .Left h1 { margin: 0; }
	
/* RIGHT COL */
#HomeContent .Right { 
	float: none;
	width: 284px; }