body {
	background-color: white;
}

table {
	border: none;
	padding: none;
}

.topleftBg {
	background-image: url('../images/rutherford_topleft.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 130px;
	width: 155px;
}

.topmidBg {
	background-image: url('../images/rutherford_topcentre.gif');
	background-repeat: no-repeat;
	height: 130px;
	width: 490px;
}

.toprightBg {
	background-image: url('../images/rutherford_topright.jpg');
	background-repeat: no-repeat;
	height: 130px;
	width: 154px;
}

.rightsideBg {
	background-image: url('../images/rutherford_rightimage.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 396px;
}

.navBg {
	background-image: url('../images/rutherford_leftimage.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 155px;
	height: 396px;
	vertical-align: top;
}

.navItem {
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
	text-transform: lowercase;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	text-align: center;
	border: solid black 1px;
	background-color: #929294;
}

.pageTitle {
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #DF7F48;
	vertical-align: top;
}

.stripeBg {
	background-image: url('../images/rutherford_stripe1.gif');
}

.contentHeading {
	color:#DF7F48;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 7px;
	vertical-align: top;
	text-align: left;
}

.contentText {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 7px;
	vertical-align: top;
	text-align: left;
}
