div#home_logo {
	background-image: url(images/Logo_196x48.gif);
	background-repeat: no-repeat;
	width: 196px;
	height: 48px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#navbar {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
	color: Gray;
}
#navbar li {
	list-style-type: none;
	color: Gray;
}
#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
}
#navbar li a:link {
	text-decoration: none;
	color: Gray;
}
#navbar li a:visited {
	color: Gray;
}
#navbar li a:hover {
	font-weight : bold;
	background-color: Red;
	Color: White;
}
div#footer {
	position: relative;
	bottom: -25px;
	background-color: White;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
div#Section_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: Navy;
	font-style : italic;
	font-weight : bold normal;
}	
div#Section_Header a {
	font-size: xx-small;
}
div#Division_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: White;
	font-style : italic;
	font-weight : bold larger;
	background-color : Red;
}	
div#body {
	width: 500px;
	position: absolute;
	left: 150px;
	top: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
div#datasheet_body {
	width: 580px;
	height: 570px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

	

