body {
	background-image: url(LogosNav/background5a.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E4E4E4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
}
.container {
	width: 923px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	
}

img {
	padding-left: 4px;
	text-align: center;
	background-position: top;
}
table {
	background-position: center;
	margin-top: 9px;
	vertical-align: baseline;
	width: 220px;
	text-align: center;
	clear: both;
}
.centertb {
	text-align: center;
	height: 94px;
}
.centertext {
	text-align: center;
	height: 30px;
	color: #E7E7E7;
}
#name img {
	left: 20px;
	top: 5px;
	float: left;
	width: 350px;
}
#navbar {
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 20px;
	width: 400px;
}
#pagenav {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding: 0px;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 90px;
	float: right;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: 0.6em;
	font-size: 1.4em;
}

