body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 30px;
	position: absolute;
}
#leftcontent {
	color: #213F9A;
	position: relative;
	width: 450px;
	visibility: visible;
	float: left;
	display: block;
	clear: none;
}
#leftcontent h2.newlitheader {
	font-size: 2em;
	color: #CD742A;
	margin-bottom: 2px;
	margin-top: 8px;
}
#leftcontent div.question {
	font-size: 0.9em;
	color: #3C6BBD;
	margin-bottom: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 2px;
}
#leftcontent .answer p {
	margin-bottom: -5px;
}
#rightcontent {
	color: #213F9A;
	float: right;
	position: absolute;
	visibility: visible;
	width: 200px;
	margin-top: 100px;
	background-image: url(../images/dl_dots_right.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	left: 420px;
}
#leftcontent div.answer {
	font-size: 0.9em;
	width: 380px;
	padding-bottom: 10px;
}
#back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	position: absolute;
	left: 150px;
	top: 15px;
}
#back a {
	color: #000000;
	text-decoration: underline;
}
#back a:hover {
	color: #000000;
	text-decoration: underline;
}

