@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	color:#000;
}

#wrapper {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapperBttm {
	width:1000px;
	height: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(graphics/navigation/content_box_bttm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
}



body {
	padding:10px;
	background-image: url(graphics/bony_logo_pttrn_1.jpg);
	background-repeat: repeat;
	margin-top: 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 135%;
}
p {margin:1em 0;}
#labfooter {
	text-align:center;
	clear:both;
}

/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	width: 1000px;
}
/* Rules for the top corners and border */
.bt {
	height:6px;
	background-image: url(graphics/navigation/box.jpg);
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.bt div {
	height:6px;
	width:6px;
	position:relative;
	background-image: url(graphics/navigation/box.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-top: -1;
	margin-right: 0;
	margin-bottom: 0;
	height: 1px;
	width: 1000px;
	background-color: #FFF;
}
.bb div {
	height:1px;
	width:6px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color: #FFF;
}

.bbGrey {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-right: 0;
	margin-bottom: 0;
	height: 1px;
	width: 1000px;
	background-color: #666;
	z-index: 5;
	visibility: visible;
	position: absolute;
	margin-top: 5px;
}
.bbGrey div {
	height:1px;
	width:6px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color: #666;
}


/* Insert the left border */
.i1 {
	background-image: url(graphics/navigation/border_sides_1px.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}
/* Insert the right border */
.i2 {
	background-image: url(graphics/navigation/border.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-width: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0.3em;
}
