body{
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
}
h1{
	color: #F59C35;
	font-size: 16px;
}
h2{
	color: #000000;
	font-size: 15px;
}
h3{
	font-size: 13px;
}
a{
	color: #006699;
}
a:visited{
	color: #A91D5C;
}
div.heading{
	position: relative;
	background-image: url('i/top_bg.gif');
	background-repeat: no-repeat;
	background-position: 260px 0px;
}
img.logo{
	margin: 10px 0px 13px 41px;
}
div.slogan{
	position: absolute;
	top: 58px;
	right: 0px;
	width: 132px;
	color: #F59C35;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}
table tr.menu td{
	border: 0px;
	border-bottom: 1px dashed #F4911E;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #F59C35;
}
table tr.menu td a, table tr.menu td a:visited{
	color: #000000;
	text-decoration: none;
}
table tr.menu2level td{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 20px;
}
table tr.menu2level td.active{
//	background-image: url('i/dot.gif');
	background-repeat: no-repeat;
	background-position: 4px 10px;
	text-decoration: underline;
}
table tr.menu2level td a, table tr.menu2level td a:visited{
	color: #353535;
	text-decoration: none;
	font-weight: normal;
}
td.leftColumn{
	width: 270px;
}
td.leftColumn div{
	background-color: #F4911E;
	color: #ffffff;
	width: 233px;
}
td.leftColumn div p{
	margin: 0;
	padding: 10px;
}
td.content{
	padding: 0 10px 20px 30px;
	font-size: 13px;
}
td.content li.noBullet, td.content ul.noBullet li{
	list-style-type: none;
}
td.content table{
	font-size: 13px;
}
td.coloured{
	background-color: #F3FEE7;
}
div.sideBlock{
	float: right;
	width: 200px;
	right: 10px;
	margin: 0 0 20px 20px;
	background-color: #F1EFEE;
	padding: 10px;
	border: 0;
	border-bottom: 7px solid #F4911E;
}
div.sideBlock h2{
	margin: 0;
}
div.item table{
	color: #666666;
}
div.item table a{
	color: #F4911E;
}
div.pager{
	font-size: 13px;
}
div.pager a{
	text-decoration: none;
}
span.active{
	background-color: #F4911E;
	color: #ffffff;
}
div.copyright{
	border: 0;
	border-top: 1px dashed #F4911E;
	margin: 10px 0 0 0;
	font-size: 12px;
	padding: 5px;
	color: #a5a5a5;
}