body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bababa;
	background-image: url(../images/pageBack.jpg);
	background-repeat: repeat-x; 
	margin: 49px 0 0 0;
	padding: 0;
	background-position: top center;
}
p {
	margin: 0px;
}
#global {
position:absolute;
left: 50%;
width: 950px;
margin-left: -475px; /* half the width */
margin-bottom: 30px;
background-color: white;

}
#header{
float: left;
width: 950px;
height: 59px;
background-image: url(../images/menuBack.jpg);
background-position: top;
background-repeat: no-repeat;

}
#mainLogo{
	background-color: #001621;
	height: 124px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#footer{
	width: 950px;
	height: 85px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #001621;
	float: left;
	font-size: 15px;
}

#mainContent{
float: left;
width: 930px;
padding: 0px 10px 10px 10px;
font-size: 12px;
color: #001621;
}


/* Set the page width */
#wrapper-menu-top {
width: 98%;	
text-align: right;
float: left;
}



#menu-top {
overflow: hidden; /* no idea why this works, but it fixes a FF problem */
float: left;
width: 780px;
margin: 18px 0px 0px 170px;
text-align: left;
}

#menu-top ul {
	margin: 0 0px;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 85%;
	text-align: left;
}

#menu-top li {
	display: inline;
	float: left;
	margin: 0px 5px 0px 0px;
}

#menu-top a {
float: left;
	background:url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.3em;
	text-align: left;
	
	 
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 10px 4px 1px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	font-weight:normal; 
	color: #FFFFFF;
}
#menu-top a.menuActive {
float: left;
	background:url(../images/menuleftAct.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.3em;
	text-align: left;

	 
}

#menu-top a.menuActive span {
	background: transparent url(../images/menurightAct.png) no-repeat right top;
	padding:5px 10px 4px 1px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	font-weight:normal; 
color: #001722;
	

}
 #menu-top a:hover { background-position:0% -27px; }
 #menu-top a:hover span {	background-position:100% -27px; color: #001722;}
#rgtImg{
	float: right;
}
 #furtherReading{
 	float: right;
	width: 270px;
	padding: 10px;
	background-color: #ececec;
	margin: 0px 0px 10px 20px;
 }
 