

body {
	
	background-image: url(../images/psi_background.jpg);
	background-repeat: repeat-x;
	
}

a img {
	border: none;
	text-decoration: none;
}

#tblMain {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.navItem {
	float: left;
	background-image: url(../images/navbutton.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 89px;
	height: 35px;
	margin-right: 5px;
	font-size: 14px;
	padding-left: 1px;
	color: #434343;
}

a .navItem {
	text-decoration: none;
	color: #434343;
}

#miniNav {
	color: #90b9df;
	font-size: 10px;
}

#miniNav a {
	text-decoration: none;
	color: white;
}

#footer {
	color: #999999;
	font-size: 10px;
	padding-left: 10px;
}

#bottomNav {
	padding-left: 10px;
	padding-top: 15px;
	font-size: 10px;
	color: #999999;
}

#bottomNav a {
	text-decoration: none;
	color: #999999;
}

#printLink {
	visibility: hidden;
	display: none;
}