html {
	overflow:hidden; 
	height:100%;
	background-image: url(../images/n6back2.jpg);
}

body {
	margin: 0 0 0 200px; 
	padding: 0 20px 0 20px; 
	height: 100%; 
	overflow: auto; 
	border-left: 3px solid navy;
	font-family: VERDANA, ARIAL, Helvetica, Univers, Zurich, sans-serif;
	font-size: 90%;
	text-align: justify;
	background: white;
}
img {
	border-color: #844242;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	text-decoration: underline;
}
h3 {
	font-size: 110%;
	font-style: italic;
}

dl {
	list-style-position: outside;
}	
dt {
	text-align: left;
	font-weight: bold;
	margin-top: 6px;
}
dd {
	margin-bottom: 12px;
}
ul {
	list-style-position: outside;
}	
li {
	text-align: left;
	margin-top: 6px;
	margin-left: 0;
}
.quote
{
	font-style: italic;
}
.correct
{
	padding: 20px;
	font-size: larger;
	font-weight: bold;
	color: Green;
}
.wrong
{
	padding: 20px;
	font-size: larger;
	font-weight: bold;
	color: red;
}
.pass
{
	font-size: larger;
	font-weight: bold;
	color: Green;
	text-align: left;
}
.fail
{
	font-size: larger;
	font-weight: bold;
	color: red;
	text-align: left;
}

a:link 		{ color: #844242; text-decoration: none; }
a:visited 	{ color: #844242; text-decoration: none; }
a:hover 		{ color: #f78410; text-decoration: none; }
a:active 	{ color: #844242; text-decoration: none; }

#tests li {
	text-align: left;
	margin-top: 24px;
	margin-bottom: 6px;
	margin-left: 0;
}

#sidebar {
	position: absolute; 
	display: block; 
	top: 10px; 
	left: 1px;
	margin: 0; 
	padding: 0 5px 0 5px;
	text-indent: 0px;
	width: 190px; 
	height: 200px;
	color: #844242; 
	z-index: 50;}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;}

#sidebar ul li {
	margin: 0;
	list-style-position: outside;
	list-style-type: decimal;}
	
#sidebar ul li ul {
	margin: 0;
	padding: 0 0 0 25px;}
	
#sidebar ul li ul li {
	list-style-position: outside;
	list-style-type: lower-alpha;}

.sidebar a:link 		{ color: #844242; text-decoration: none }
.sidebar a:visited 	{ color: #844242; text-decoration: none }
.sidebar a:hover 		{ color: #f78410; text-decoration: none }
a.sidebar :active 	{ color: #844242; text-decoration: none }

/* *****************************************************
Define how the page will look printed ... 
**************************************************** */
@media print
{
body {
	background-color: white;
	height: auto;
	overflow: visible;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: black;
	font-family: "Times New Roman", Times, serif;
	border-left: 0px solid navy;
}
#sidebar	{display:none;}
h1 		{font-size: 14pt;}
h2 		{font-size: 13pt;}
h3 		{font-size: 12pt;}
a:link 	 {color: black; text-decoration: underline;}
a:visited {color: black; text-decoration: underline;}        
a:hover   {color: black; text-decoration: underline;}
a:active  {color: black; text-decoration: underline;}
}


	


     
