body { background: none; }
		
#printLogo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#envelope { background: none; }

#fixedInterface {
	width: 600;
	height: auto;
	background: none;
	}

#contentViewingArea {
	position: relative;
	width: 600px;
	height: auto;
	overflow: visible;
	}
	.contentContinued { display: block !important; }
	
	#content {
		width: 600px;
		margin: 0;
		padding: 100px 0 0 0;
		}
		#content h1 { background: none; font-weight: normal; font-size: 1.6em; font-family: Times New Roman; }
		#content h1 span { display: block; font-size: 1em;  }
					
	.defaultContent, .contentContinued {
		display: block;
		margin: 0!important;
		width: 600px;
		height: auto !important;
		}
		
		.contentContinued {
			margin: 10px 0 0 0;
			padding: 10px 0 0 0;
			border-top: 1px solid #496389;
			}
			
			
	#content ul { list-style: disc; margin: 0 0 15px 12px; }
	#content ul li {
		list-style: disc;
		line-height: 18px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background: none;
		}
		
	#content ul.linkList {}
		#content ul.linkList li {
			list-style: disc;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			background: none;
			}
			#content ul.linkList li a {
				padding: 0;
				background: none;
				}
					
/* modal popups */
.modal-window {
	position:fixed;
	top:55%;
	left:52%;
	margin:0;
	padding:0;
	z-index:102;
	color: #000 !important;
	background: #fff !important;
	}
	
				

/********** footer styles **********/
#footer {
	top: 850px;
	left: 0px;
	}
	#footer span { display: none; }

/* shut off for printing */
a#logo,
ul#mainNav,
.rightColumnFocus,
a#continueReading,
a.previousPage,
p.noBorder strong a { display: none; }
