html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: '';  } :focus { 	outline: 0; } ins { 	text-decoration: none; } del { 	text-decoration: line-through; } table { border-collapse: collapse; 	border-spacing: 0; }

/* end of reset */


.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	}
	
#wrapper {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#inner_wrapper {
	float: left;
	padding: 20px;
	background-color: #fff;
	}
	
#header {
	padding: 0px;
	}
	
#header h1 {
	font-size: 2em;
	}
	
#header h2 {
	font-size: 1em;
	}
	
#nav {
	background-color: #fff;
	text-align: center;
	padding: 5px;
	}
	
#nav ul li {
	display: inline;
	margin-top: 10px;
	}
	
#nav ul li a,
#nav ul li.here {
	padding: 3px 8px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: #825089;
	font-weight: bold;
	}
	
#nav ul li.here {
	color: #000;
	}
	
#nav ul li a:hover {
	color: #f5cfb6;
	background-color: #825089;
	}
	
#tableofcontents {
	padding: 20px 10px;
	}
	
#tableofcontents h2 {
	padding: 10px 0;
	font-size: 16px;
	}
	
#tableofcontents ul {
	margin-left: 20px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	}
	
#tableofcontents ul li {
	padding: 3px 0;
	}
	
#tableofcontents ul li ul {
	padding-top: 10px;
	}
	
#tableofcontents ul li ul li {
	font-size: 12px;
	font-weight: normal;
	}
#maincontent {
	padding: 10px;
}

	
#maincontent h2 {
	padding: 1em 0;
	font-size: 1.6em;
	}
	
#maincontent h3 {
	padding: 1em 0;
	font-size: 1.4em;
	}
#maincontent h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 0;
}

	
#maincontent p {
	padding-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
#maincontent blockquote {
	padding: 1em;
	}
	
#maincontent img {
	margin: 10px;
	padding: 5px;
	border: 1px solid #ddd;
	}
	
#maincontent ul {
	padding-left: 15px;
	padding-bottom: 1em;
	list-style: disc;
	font-size: 1.2em;
	}
	
#maincontent ol {
	padding-left: 20px;
	padding-bottom: 1em;
	list-style: decimal;
	font-size: 1.2em;
	}
	
#maincontent ul li,
#maincontent ol li {
	padding: .2em;
	line-height: 1.6em;
	}
	
div.page {
	margin-top: 20px;
	border-top: 1px solid #aaa;
	}
	
.keyconcept {
	width: 550px;
	margin: 10px auto;
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
	background-color: #eee;
	border: 5px solid #ddd;
	}
	
table th,
table td {
	padding: 10px;
	border: 1px solid #000;
	}
	
#footer {
		margin-top: 40px;
		text-align: center;
		border-top-color: #000;
		border-top-width: 1px;
		border-top-style: solid;
		margin-bottom: 50px;
}

.topnav {
	text-align: right;
	}
	
	
/* ////////////////////////////////////////
Links
//////////////////////////////////////// */
	
	
		A, A:link	{ 
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 18px;
				color: #825089;
				text-decoration: underline;
				font-weight: bold;
				}  
	
	A:visited	{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 18px;
				color: #825089;
				text-decoration: none;
				font-weight: bold;
				} 
		
	A:active	{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 18px;
				color: #f5cfb6;
				text-decoration: underline;
				font-weight: bold;
				} 
		
	A:hover		{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 18px;
				color: #f5cfb6;
				text-decoration: none;
				font-weight: bold;
				}
	
	
	
	
/* ////////////////////////////////////////
INTERACTIONS 
//////////////////////////////////////// */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
	
.correct_answer,
.correct_answer:hover {
	background-color: #9bd45e;
	}
	
div.question_wrap h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 0px;
	color: #888;
	}
	
.correct_answer strong {
	color: #000;
	}
	
.question_wrap {
	width: 700px;
	margin: 10px auto;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	background-color: #eee;
	border: 10px solid #ddd;
	}
	
p.question {
	padding-bottom: 10px;
	font-weight: bold;
	}
	
fieldset div {
	padding: 10px 0;
	}
	
fieldset div:hover {
	background-color: #fff;
	}

fieldset div input {
	float: left;
	width: 20px;
	padding: 10px 0;
	}

fieldset div label {
	float: right;
	width: 570px;
	margin: 0 100px 0 0;
	padding: 5px 0;
	}
	
fieldset div label strong {
	color: #666;
	}
	
.response {
	font-weight: bold;
	}
	
div.answer {
	display: none;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #eee;
	}
	
input.submit_button {
	margin: 10px 0;
	}
	
/* ////////////////////////////////////////
GLOSSARY 
//////////////////////////////////////// */

body#glossary table {
	width: 100%;
	border: none;
	}
	
body#glossary table td {
	padding: 20px;
	}
#staff {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
