/*Content*/

#toc{
	background-color: #000066;
	color: #FFFFFF;
	padding: 20px 5px 5px 5px;
	line-height: 1.5em;
	width:33%;
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#toc ul{
	text-decoration: none;
	display: list-item;
	position: relative;
	left: -30px;
	list-style-type: none;
}
#toc ul li{
	
	padding: 0px 1px 0px 1px;
}
#toc ul li a{
	text-decoration: none;
	color: #FFFFFF;
}
#toc ul li a:hover{
	color: #FF9900;
	font-style: normal;
}
.nltitle{
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nlsubtitle{
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nlspaceincrease{
	line-height: 1.5em;	
}
.nlhr{
	color:#CCC;
}
.centre{
	clear: both;
	padding-right: 25%;
	padding-left: 25%;
}
#left-column{
width:25%;
float: left;
padding: 2%;
background-color: #6699FF;
}

#center-column{
width:48%;
float:left;
padding: 2%;
border-left-width: 2px;
border-left-style: dotted;
border-left-color: #000000;
background-color: #FE8776;
}

#right-column{
	float:left;
	width: 25%;
	padding: 2%;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #000000;
	background-color: #CCCCCC;
}
.quote{
	float: right;
	padding: 5px 5px;
	width:200px;
	line-height: 2em;
	text-align:right;	
}
.quote2{
	float: right;
	padding: 5px 5px;
	width:200px;
	border-left:1px solid #ccc;
}
.quote3{
	float: left;
	padding: 5px 5px;
	width:200px;
}