@media screen {
	body {
		overflow-x: hidden;
		border: 0px;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	#contentContainer {
		position: absolute;
		width: 2000px;
		left: 170px;
		top: 0px;
		min-height: 100%;
		background-image: url(background.gif);
		background-repeat: repeat-y;
	}
	#content {
		width: 550px;
		background-image: url(background.gif);
		background-repeat: repeat-y;
	}
	#content h1 {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	#content a {
		text-decoration: none;
		color: #669900;
	}
	.jump {
		margin-top: 2em;
	}
	.copyright {
		margin-top: 2em;
	}
	#copyright {
		font-size: smaller;
	}
	.indented {
		margin-left: 50px;
	}
	.commented {
		border-bottom: 1px dotted black;
		cursor: help;
	}
	#overDiv {
		position: absolute;
		visibility: hidden;
		z-index: 1000;
		background-color: green;
	}
}
@media print {
	#background {
		visibility: hidden;
	}
	#content h1 {
		margin-top: 0;
		margin-bottom: 0px;
	}
	#content a {
		text-decoration: none;
		color: #000000;
	}
	.jump {
		visibility: hidden;
	}
}
#content p,
#content ul,
#content li,
#content dt,
#content dd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#content h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content dl {
	margin-left: 25px;
}
#content dt {
	float: left;
	margin-right: 25px;
	width: 100px;
}
#content input[type=text] {
	width: 250px;
}
#content input[type=text].missing {
	background-color: #BCC88F;
}
#content span.missing {
	color: #669900;
}