#content {
	padding-left: 15px;
}

#right-nav{
	float:right;
	width:37%;
	border-left: 1px dashed #99CCCC;
	padding-left: 10px;
	margin-left:5px;
}

* html #right-nav {
	border-left: 1px dotted #99CCCC;
}

#right-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-nav ul ul {
	padding-top: 5px;
}

#right-nav li {
	padding: 0 0 5px 15px;
	background: url(right-nav-bullet.gif) left 0.4em  no-repeat;
}

#right-nav li ul li {
	background: url(right-nav-bullet.gif) left 0.4em  no-repeat;
	color: #000;
}

#right-nav li ul li ul li {
	background: url(right-nav-bullet.gif) left 0.4em  no-repeat;
	color: #000;
}


&gt;{
	color:#e3f1f1
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}
h4{
	font-size:1em;
	font-style:italic;
}


/*--------------------------------------------------------Code Inserted 22/11/07 -------------------------------------------*/

.highlight{
	font-weight: bold;
}

.listtitle{
	font-style: italic;}


.questions{
	font-style : italic;
	font-size: 0.9em;
	
}


#answers{
	/*border;
	border : 1px solid Black;
	padding:5px;
	margin: 5px 0 0 0;*/
}

#answers p { padding: 0 10px 0 10px }
#answers h3{ padding:10px 0 0 10px
							 }
#answers h4{ padding:10px 0 0 10px
							 }
#answers li{ padding: 0 10px 0 10px }

.blueback{
	background-color: #EAF5F5;
}

.greenback{
background-color: #D9ECD9 }

.redback{ background-color:#ECD9D9}