html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #0A6EA7;
}
a:hover {
	color: #074E76;
}
h1 {
	font-weight: normal;
	font-size: 20px;
}
h3 {
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}
ul li {
	font-size: 12px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	color: #555;
}
ol {
	margin: 0px;
	/*padding: 0px 5px 0px 10px;*/
}
ol li {
	font-size: 13px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
#sidebar_background {
	right: 0px;
	top: 0px;
	background-image: url('images/sidebar_bg.png');
	background-repeat: repeat-y;
	width: 188px;
	height: 100%;
	position: fixed;
_position: absolute;
	z-index: 0;
}

#header {
	width: 100%;
	height: 149px;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
	z-index: 2;
	position: relative;
}
#header_img {
	margin: 0px auto;
	background-image: url('images/header.png');
	width: 800px;
	height: 149px;
	z-index: 3;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;

	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:232px;
	width:212px;
	margin:20px 0px -10px 0px;
	padding:10px;
	z-index:100;
	text-align: center;
	height: 100%;
}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:185px;
	width:160px;
	margin:0 0 -10px 0;
	padding:10px 10px 10px 15px;
	z-index:99;
	/*background: #F4F4F4;
	border-left: solid 1px #0A6EA7;
	background-image: url('images/sidebar_bg.png');
	background-repeat: repeat-y;*/
	height: 100%;
}
#rightcol.onMoluecles {
	top: 0px;
}
#centercol {
	position:relative;
	padding:0px 240px;
}
#centercol.onMolecules {
	padding: 0px 185px 0px 40px;
}
#footer {
	position:relative;
	top:0px;
	width:100%;
	clear:both;
	margin: 0px 0px 5px 0px;
	text-align:center;
	border-top: solid 7px #0A6EA7;
	font-size: 12px;
	z-index: 4;
	background: #FFF;
	height: 40px;
}
table.figures {
	margin: 0px auto;
	border: 1px dashed #E2E2E2;
	margin-bottom: 10px;
}
h3.centered {
	margin-top: 35px;
	text-align: center;
}
table.figures tr {
	text-align: center;
	font-size: 12;
	padding: 5px;
}
table{
	
}