/* CSS Document */

#leftcola {
	float: left;
	padding: 0 10px 0 15px;
}

#leftcolb {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	border: 1px solid #999999;
}

#leftnav {
	font-size: 70%;
	padding: 1px;
	margin: 0;
	border-bottom: 2px solid #4c4d4f;
	height: 1%;
}

#leftnav h1 {
	color: #FFFFFF;
	background-color: #4c4d4f;
	font-size: 100%;
	padding: 3px;
	margin: 0;
}

#leftnav ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftnav ul li a {
	display: block;
	color: #FFFFFF;
	background-color: #90c73e;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	border-bottom: 1px dotted #4c4d4f;
}

#leftnav ul li a:hover, #leftnav ul li a:focus {
	text-decoration: underline;
	background: #286f18;
}

#leftnav ul li a.selected {
	text-decoration: underline;
	background: #90c73e url(../Images/green-fade.jpg) repeat-x bottom left;
	border-bottom: 2px solid #286f18;
}

#leftnav ul li ul li a {
	font-weight: normal;
	color: #4c4d4f;
	background: #ffffff url(../Images/up_arrow.gif) no-repeat 5px 50%;
	padding: 3px 3px 3px 30px;
	text-decoration: none;
	margin: 0;
}

#leftnav ul li ul li a:hover, #leftnav ul li ul li a:focus {
	text-decoration: underline;
	background: #E2F5CD url(../Images/up_arrow.gif) no-repeat 5px 50%;
}

#leftnav ul li ul li a.subselected {
	text-decoration: underline;
	background: #90c73e url(../Images/hover-green.jpg) no-repeat top left;
}

#rightcol {
	margin: 0;
	padding: 0 0 0 228px;
}

#biocontainter {
	float: right;
	padding: 5px;
	width: 530px !important;
	width: 528px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 1%;
}

#header {
	background: #ffffff;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	height: 1%;
}

#header h1 {
	background: #4c4d4f;
	color: #ffffff;
	font-size: 95%;
	text-align: left;
	padding: 5px;
	line-height: 1.3em;
}

#header p {
	color: #4c4d4f;
	background: #ffffff;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	padding: 10px 8px 8px 8px;
	line-height: 1.7em;
}

#header img {
	background: #fff;
	text-align: center;
	padding: 8px;
	margin: 5px 0;
	border: 1px solid #999;
}

#header object {
	background: #fff;
	text-align: center;
	margin: 5px 0;
}

#header embed {
	background: #fff;
	text-align: center;
	margin: 5px 0;
}

#samples {
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #4c4d4f;
}

#samples ul {
	font-size: 85%;
	font-weight: bold;
	color: #4c4d4f;
	display: inline;
}

#samples li {
	display: inline;
	list-style: none;
}

#samples li a {
	display: inline;
	list-style: none;
	background: #ffffff url(../Images/up_arrow.gif) no-repeat 0 50%;
	padding: 3px 10px 3px 20px;
}

#samples ul li a:hover, #samples ul li a:focus {
	text-decoration: underline;
}

#rightinfo {
	float: right;
	width: 170px !important;
	width: 166px;
}

#rightinfo2 {
	float: right;
	width: 285px !important;
	width: 281px;
}