/* CSS Document */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
img {
	border: 0px;
	}
p, h1, h2, h3, h4, table, tr, td {
	margin:0;
	padding:0;
}
p {
	margin-bottom:15px;
}
#container {
	position: relative;
	width: 1024px;
	height:auto;
	background-image:url(/ui/images/bgTile.jpg);
	background-repeat:repeat-x;
	}
#topBar, #topBar_home, #topBar_int, #topBar_careers {
	position:relative;
	width:1024px;
	height:83px;
	background-repeat:no-repeat;
}

body.careers {
	background:#000000;
}

body.bio {
	background:rgb(110, 107, 56);
}

body.default,
body.onecol
{
	background:#6e6b38;
}

body.default h1{
	margin:60px 0 5px 0;
	padding:0;
}
body.onecol h1{
	margin:20px 0 5px 0;
	padding:0;
}

div.intBioContent h1{
	margin:50px 0 5px 0;
	padding:0;
}
#printLogo {
	display: none;	
}