body {
	margin: 0;
	background: #FFFFFF;
}
#topBar {
	width: 100%; 
	height: 76px; 
	background: #FFFFFF url(images/leics_partnership_logos.gif) top left no-repeat;
}
#titleBar {
	width: 100%; 
	height: 41px; 
	background: #E5EAF3 url(images/title_bar_bg.gif) repeat-x;
}
#topImage {
	position: absolute; 
	top: 14px; 
	left: 0; 
	width: 100%; 
	z-index: 10;
}
#pageNavigationBox {
	position: absolute; 
	width: 156px; 
	left: 0; 
	top: 146px; 
	z-index: 11;
	background: #046498;
	padding: 1px 0 0 0;
}
ul#pageNavigation {
	background: #046498;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.navItem {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 1px 0;
	padding: 4px 6px 4px 14px;
}
li.navItem a {
	display: block;
	height: 1px auto;
	color: #660099;
	text-decoration: none;
}
li.navItemDown {
	background: #9873BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 1px 0;
	padding: 4px 6px 4px 14px;
}
li.navItemDown a {
	display: block;
	height: 1px auto;
	color: #FFFFFF;
	text-decoration: none;
}
#pageContent {
	width: auto; 
	background: #FFFFFF url(images/page_bg.gif) top repeat-x; 
	padding: 18px 195px 24px 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
h1 {
	display: block;
	color: #FFFFFF;
	background: #4791BA;
	margin-left: -3px;
	padding: 3px 8px 3px 6px;
	font-size: 15px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
td.green {
	background: #D1E5B0;
}
input.green {
	background: #D1E5B0;
	vertical-align: -3px;
}
p.greentxt {
	color: #547544;
	}