/*
 * Body
 */
 
 body
 {
	font-family: verdana, Trebuchet MS, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: .8em;
	line-height: 1.0em;
 }
 
/*
 * Normal Links
 */
	a:link
	{
		color: #0000a9;
		text-decoration: none;
		border-bottom: #4c34a9 solid 1px;
		background: #ffffff;
	}
	a:visited
	{
		color:#222249;
		text-decoration: none;
		border-bottom: #4c34a9 solid 1px;
		background: #ffffff;
	}
	a:hover
	{
		color:#0000a9;
		text-decoration: none;
		border-bottom: #4c34a9 dashed 1px;
		background: #eeeeef;
	}
	a:active
	{
		color:#0000a9;
		text-decoration: none;
		border-bottom: #4c34a9 solid 1px;
		background: #ffffff;
	}

	h1 {
		font-size: 1.0em;
	}
	h2 {
		font-size: .8em;
	}
	h3 {
		font-size:.8em;
		font-style: italic;
	}
	
/* This is the actual content box for EVERYTHING on the page */
div#page_content {
	width: 56em;
	min-width: 55em;
	max-width: 57em;
	margin: 0 auto;
}
div#left_section {
	font-family: Trebuchet MS, sans-serif;
	width: 7em;
	float: left;
	text-align: right;
	padding-right: 4px;
	border-right: #4c34a9 solid 1px;
	height: 32em;
}
div#left_section ul {
	margin: 0px;
	margin-top: 3em;
	padding: 0px;
}
div#left_section li  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#left_section li  a{
	display: block;
	border: none;
}

div#right_section {
	width: 46em;
	margin-left: 8em;
}

ul {
	list-style-image: url('graphics/bullet.jpg');
}

li {
	margin-top: 6px;
}


.ques {
	margin-left: 2em;
	margin-top: 3em;
	margin-bottom:0px;
	font-weight: 700;
}
.ans {
	margin-top: 2px;
	margin-left: 5em;
}