
@media print {
	body {
		text-align : center;
		background-color : #FFFFFF;
	}
	
	body, p, td, th, li {
		font-family : Arial, Verdana, Helvetica, Sans-serif;
		font-size : 12px;
	}
	
	a:link, a:active, a:visited {
		font-weight : bold;
		text-decoration : none;
		color : #7D0000;
	}
	
	a:hover {
		text-decoration : underline;
	}
	
	h1 {
		color : #7D0000;
		font-size : 18px;
		font-weight : bold;
		text-align : left;
	}
	
	h2 {
		font-size : 15px;
		font-weight : bold;
		text-align : left;
	}
	
	#Layout {
		background-color : #FFFFFF;
		text-align : left;
		margin : 0px auto;
	}
	
	#TopBar {
		display : none;
		height : 22px;
		border-bottom : 1px #000000 solid;
	}
	
	#TopBar table {
		width : 100%;
		margin-bottom : 5px;
	}
	
	#TopNav {
		display : none;
		height : 74px;
		border-bottom : 1px #000000 solid;
	}
	
	#TopNavTable {
		width : 100%;
		margin : 5px 0px;
	}
	
	#ContentTable {
		width : 100%;
		height : 100%;
	}
	
	#SideNav {
		display : none;
		width : 206px;
		background-color : #F3E2A7;
		text-align : center;
	}
	
	#SideNav div {
		text-align : right;
		margin : 15px 17px;
		padding-right : 42px;
		font-size : 12px;
		line-height : 18px;
	}
	
	#SideNav img {
		margin : 15px auto;
	}
	
	#Content {
	}
	
	#Splash {
		width : 470px;
	}
	
	#BottomNav {
		display : none;
		height : 18px;
	}
	
	#BottomSpacer {
		display : none;
		height : 16px;
	}
	
	#BottomBar {
		display : none;
		height : 50px;
		background-color : #FFE5B4;
	}
	
	#ContactInfo {
		font-size : 12px;
		font-weight : bold;
		padding-left : 20px;
		text-align : center;
	}
	
	#NLSignupSpace {
		display : none;
		height : 41px;
		background-color : #7D0000;
		margin : 5px 7px 5px 0px;
	}
	
	#NLSignupSpace td,
	#NLSignupSpace tr td {
		color : #FFFFFF;
		font-size : 9px;
	}
	
	.contentSpacer {
		display : none;
		height : 9px;
		font-size : 1px;
	}
	
	input.layoutField {
		height : 14px;
		font-size : 9px;
		line-height : 10px;
		border : 1px #000000 solid;
	}
	
	#FeaturedHeader {
		text-align : center;
		font-size : 14px;
		line-height : 14px;
		color : #7D0000;
		font-weight : bold;
		margin : 0px 0px 5px 0px;
	}
	
	#HomePageText {
		width : 625px;
		margin : 0px auto;
		text-align : center;
		color : rgb(107,105,77);
		font-size : 10px;
	}
	
	.noPrint {
		display : none;
	}
}