/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #222;
	font-family: Georgia, "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

#logo { display:none; }
#print_logo { text-align:right; }

a, a.visited {
	color: #369;
}

h1 {
	border-bottom:1px dotted #333;
	font-family: Georgia, "Times New Roman", Garamond, serif;
	font-size: 22pt;
}

h2 {
	font-size: 14pt;
}


/* control of block-level elements.  */

#container {
	background-color: #fff;
	width: 100%;
	border: none;
}

#navigation, .noprint, #mid_right_column {
	display: none;
}

.question p { display:block; }
#footer ul { margin:0; padding:0; }
#footer ul li { display:inline; padding-right:20px; font-size:11pt; }

