/*Footer Navigation*/
#footer {
	line-height: 1.5em;
}
#footer a {
	color:#333333;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
/*Back to main site link*/
#nav2 a {
	color:#FFFFFF;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;/*I have added this*/
	font-size: 1.2em;/*changed from 1.1 to 1.2*/
	margin-left: 5px;
}

/*Side Navigation*/
ul#nav3 {
	list-style-type: none;
	margin:0;  
	padding: 3px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}
* html ul#nav3 a { /*Removes unwanted space between each li in IE*/
	/*display: inline;*//*If i use this then margins between headings are ignored therefore width is set*/
	width: 150px;
}
ul#nav3 li.navheading {
	font-weight: bold;
	margin-top: 1.2em;
}
ul#nav3 li.first{
	margin-top: 0;
}
ul#nav3 a {
	display: block;
	/*height: 18px;*/
	line-height: 18px;
	text-decoration: underline;
	color:#333333;
}
ul#nav3 a:hover {
	text-decoration: none;
}
