@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	background-color: #CCC;
}
h1 {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #003a80;
}
h2 {
	font-size: 1.6em;
	font-style: italic;
	font-variant: normal;
	color: #009633;
}

#container {
	width: 96em;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	background-color: #FFF;
}
#skip-nav {
	font-size: 1em;
	padding: 0.3em;
	height: 1.2em;
}
#header {
	height: 15em;
	width: 96em;
	clear: both;
}
#left-logo {
	float: left;
	height: 12em;
	width:28em;
	background-image:url(../images/bosch-logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2.5em;
	margin-left: 0.5em;
}
#center-header {
	float: left;
	height: 15em;
	width: 38em;
	text-align: center;
	font-size: 1em;
}
.blue-logo-txt {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #003a80;
	font-variant: small-caps;
}
.green-logo-txt {
	color: #009633;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
#center-header address {
	font-size: 1.2em;
}
#right-logo {
	float: left;
	height: 12em;
	width: 28em;
	background-image: url(../images/delphi-logo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2.5em;
	margin-left: 0.5em;
}
#navigation {
	height: 2.2em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #003a80;
}
#content {
	margin: 1em;
	color: #000;
	font-size: 1.4em;
	line-height:1.6em;
}
#footer {
	margin-top: 4em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: 1em;
	text-align: center;
}
table {
	padding: 0px;
	width: 100%;
}
table thead tr {
	color: #FFF;
	background-color: #003a80;
}
table tbody tr:hover {
	color: #FFF;
	background-color: #009633;
}
.fltrgt {
	float: right;
	padding-left: 2em;
}
.fltlft {
	float: left;
	padding-right: 2em;
}
.box1 {
	min-height: 17em;
}
strong {
	font-weight: normal;
}

