body {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 9pt;
	color: #116cb1;
	background: #f6f7f9 url('./gfx/back.gif') repeat-y center;
	overflow: visible;
	width: 701px;
	margin: 0 auto;
}

#head {
	width: 100%;
	height: 156px;
	float: left;
}

#head img.biotech_logo {
	position: relative;
	top: 45px;
	left: 39px;
	float: left;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
	border: 0px;
}

#head img.biotech_claim {
	position: relative;
	top: 58px;
	left: 147px;
	float: left;
}

#menuMain {
	width: 100%;
	height: 287px;
	float: left;
	background: url('./gfx/mainMenu_back.gif') no-repeat;
	overflow: visible;
}

#menuMain div.leftWindow {
	width: 196px;
	float: left;
	height: inherit;
}

ul.bigMenu {
	list-style-type: none;
	display: block;
	overflow: visible;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 10pt;
}

ul.bigMenu li {
	line-height: 1.2em;
}

ul.bigMenu li img {
	margin: 0px;
	margin-bottom: 6px;
}

ul.bigMenu li a {
	color: inherit;
	text-decoration: none;
	padding-left: 30px;
	background: url('gfx/menuDot.gif') no-repeat 15px 7px;
}

ul.bigMenu li a:hover {
	color: #f18204;
	background: url('gfx/menuDotHover.gif') no-repeat 15px 7px;
}

ul.bigMenuHorizontal {
/*	list-style-image: url('./gfx/menuDot.gif'); */
	list-style-type: none;
	display: inline;
	overflow: visible;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 10pt;
}

ul.bigMenuHorizontal li {
	line-height: 1.2em;
	margin: 0px 12px;
	display: inline;
}

ul.bigMenuHorizontal li.spacer {
	margin: 0px;
	color: #f18204;
	display: inline;
}

ul.bigMenuHorizontal li a {
	color: inherit;
	text-decoration: none;
}

ul.bigMenuHorizontal li a:hover {
	color: #f18204;
}

#menuMainSmall {
	width: 100%;
	height: 128px;
	float: left;
	background: url('./gfx/mainMenuSmall_back.gif') no-repeat;
}

#menuMainSmall div.topWindow {
	float: left;
	position: relative;
	top: 10px;
	left: 15px;
}

#menuMainSmall div.topWindow a {
	float: left;
}

#menuMainSmall div.topWindow a img{
	border: 0px;
	float: left;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}

#menuMainSmall div.topWindow  a:hover img{
	float: left;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#menuMainSmall div.bottomWindow {
	width: 100%;
	float: left;
	margin-top: 77px;
}

#menuMain div.rightWindow {
	float: left;
	position: relative;
	top: 250px;
	left: 395px;
}

#menuMain div.rightWindow a {
	float: left;
}

#menuMain div.rightWindow a img{
	border: 0px;
	float: left;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}

#menuMain div.rightWindow a:hover img{
	float: left;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#content {
	width: 100%;
	float: left;
}

#content div.bigContainer {
	width: 671px;
	padding: 15px;
	float: left;
}

#content div.leftWindow {
	float: left;
	width: 181px;
	padding: 5px 0px;
	padding-right: 15px;
}

#content div.leftWindow_ban {
	float: left;
	width: 161px;
	padding: 15px;
	margin-left: 5px;
}

#content div.rightWindow {
	float: left;
	width: 475px;
	padding: 15px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: right;
}

#footer {
	width: 100%;
	height: 61px;
	float: left;
	font-size: 0.9em;
	background: url('./gfx/backFooter.gif') repeat-x;
}

#footer div.leftWindow {
	width: 300px;
	margin-left: 15px;
	margin-top: 22px;
	float: left;
}

#footer div.rightWindow {
	width: 290px;
	margin-top: 22px;
	margin-left: 85px;
	float: left;
	text-align: right;
}

#footer a {
	color: inherit;
	text-decoration: none;
	margin: 0px 5px;
}

#footer a:hover {
	color: #f18204;
}

.opacity {
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}

/* text formating */
p.format0 {
	color: #116cb1;
	line-height: 1.5em;
	font-size: 1em;
	text-align: justify;
	margin: 15px 0 0 0;
	padding: 0px;
}

h1.format1 {
	color: #f18204;
	font-size: 1.1em;
	display: inline;
	font-weight: bold;
	line-height: 30px;
}

h2 {
	font-size: 1.2em;
	color: #f18204;
}
h3 {
	font-size: 1em;
	display: inline;
	color: #f18204;
}

span.format2 {
	color: #f18204;
	font-weight: normal;
}

span.format3 {
	color: inherit;
}

a.format4 {
	color: #f18204;
	text-decoration: none;
}

a.format4:hover {
	color: inherit;
}

img.human {
	height: 140px;
	float: left;
	border: 1px solid gray;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.peopleWindow {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
