/* blank layout/Print     */
/* Stylesheet created by: */
/* Tim Marsolais of       */
/* Technology-Works       */
/* Copyright 2004 		  */
/* All rights reserved	  */

/* general styles */

body {
	font-family: Times, New Roman, serif;
	font-size: 10pt;
	}
	
.note {
	margin: 10px 0;
	font-size: 10pt;
	text-align: center;
	}
	
.questionUnit {
	padding: 10px;
	}
	
.questionUnit {
	width: 250px;
	float: left;
	}

.questionUnit ul {
	margin: 5px;
	padding: 0;
	}
	
.questionUnit li {
	list-style-type: none;
	margin: 4px 0;
	display: block;
	border-bottom: 1px solid #ccc;
	}
	
.printList {
	width: 2in;
	float: left;
	}
	
.printList li {
	margin: 4px 0;
	}
	
#footer {
	margin-top: 25px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
	}
	
.bold {
	font-weight: bold;
	}
	
#tahoeInfo {
	clear: both;
	}
	
/* hidden styles */

#nav {
	display: none;
	}

#tworks {
	display: none;
	}
	
.return {
	display: none;
	}
	

