/* Layout Stylesheet */ 
html { height: 100%; margin-bottom: 1px; }

.topimage {
	width: 698px;
	height: 130px;
	text-align: center;
	padding: 0px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../images/background3d.jpg);
	display: block;
	float: left;
	}
	
.pageimage {
	background-image: url(../images/drill.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 448px;
	border: 1px solid #133C5C;
}

.prtitle {
	float: none;
	display: block;
	clear: left;
	text-align: center;
	margin-bottom: 15px;
}

.resourceobjectright {
	text-align: right;
	float: right;
	position: relative;
	border: 1px solid #666666;
	padding: 5px;
	margin: 8px 5px 5px 25px;
}

.resourceobjectleft {
	text-align: left;
	float: left;
	position: relative;
	border: 1px solid #666666;
	padding: 5px;
	margin: 8px 25px 15px 0px;
}

img {
border: 1px solid #666666;
}
