body {
	background-color: #000000;
	background-image: url(/slb/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

table {
	font-size: 14px;
	}

img {
	border: 0;
	}

a, a:visited {
	color: #09007a;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(/slb/images/dark_bg.jpg);
	}

#header {
	height: 111px;
	margin-top: 14px;
	background-image: url(/slb/images/header.jpg);
	}
	
#toc {
	height: 22px;
	text-align: left;
	background-color: #660000;
	}

#toc ul {
	margin: 0 0 0 25px;
	padding: 0;
	height: 20px;
	}

#toc ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	}

#toc ul li a {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	}

#toc ul li ul {
	display: none;
	}

#subtoc {
	float: left;
	text-align: left;
	}



#search {
	margin: 20px 0 0 20px;
	}

#search input {
	width: 160px;
	}

#contentcenter {
	margin:15px 15px 15px 150px;
	background-image: url(/slb/images/25percent.png);
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	font-family: Arial, sans-serif;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	}

#content h1 {
	color: #037c24;
	font-size: 20px;
	margin: 0 0 5px 0;
	}

#content h2 {
	color: #535353;
	font-size: 16px;
	margin: 0 0 5px 5px;
	}


#content p {
	margin: 0 0 10px 22px;
	}

#footer {
	width: 700px;
	height: 100px;
	background-image: url(/slb/images/paper_bottom.jpg);
	text-align: center;
	font-size: 12px;
	border-top: 15px solid #660000;
	background-repeat: no-repeat;
	background-color: #000000;
	}

#footer p {
	margin: 0;
	padding: 0;
	}
