body {
  background: url('images/pageback.jpg') repeat-x top #465399;
  margin:0 auto;
  position:relative;
  text-align:center;
}

.centerpage {
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding-top:15px;
	width:880px;
	position:relative;
}

html>body #content {
  width: 861px;
}

#content {
  width:875px;
  background-color:#FFF;
  text-align:left;
  padding:7px;
  background:url('images/contback.jpg') repeat-y;
}

#header {
  width: 875px;
  height: 90px;
  background-image:url('images/header.jpg');
  background-repeat: no-repeat;
  border:0px solid #0F0;
  cursor:pointer;
}

/*Nav Bar Styling*/
#navBar {
	float: left;
	width: 861px;
	height: 31px;
    background-image:url('images/navbg.jpg');
    background-repeat: repeat-x;
    background-color: #1C197C;
    border: 0px solid #F00;
	padding: 0;
	margin-top:-7px;
	margin-bottom:-7px;
	position: relative;
}

html>body #navBar{
	margin-bottom:0;
}

.copyrightPBL {
  padding-top:4px;
  font-family:Verdana;
  font-weight:bold;
  font-size:10pt;
  color:#FFFFFF;
  text-align:center;
  width:100%;
}

#footer {
  width: 875px;
  height: 17px;
  background-image:url('images/footer.jpg');
  background-repeat: no-repeat;
  border:0px solid #0F0;
}


p {
	font-family:Georgia;
	font-size:16px;
	text-align:center;
	margin:45px;
}

a {
	font-family:Georgia;
	font-size:36px;
	text-align:center;
	margin:0;
}