body {margin: 0}
body,input {font-family: Arial, Helvetica, sans-serif; font-size: 80%;}
th {text-align: left;}
a:link{
	color: #0000CC;
	text-decoration: none;
}
a:visited{
	color: #0000CC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{}

#spacer{
	position: absolute;
	top: 0;
    left: 0;
}
#logo {
	height: 80px;
	width: 300px;
	background-image: url(images/bioconcepts_logo.gif);
	background-repeat: no-repeat;
}
#logo h3 {display: block; width: 0; height: 0; overflow: hidden; }
#title_bar{
	height: 39px;
	width: 100%;
	background-color: #CDDEF1;
	background-image: url(images/topbar_edge.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#title_bar h2{
	font-size: 1.7em;
	margin: 6px;
	padding: 0px;
	width: 22em;
}
#graph {
	position:absolute;
	left:24em;
	top:20px;
	width:106px;
	height:93px;
	z-index:1;
	background-image: url(images/graph.gif);
	background-repeat: no-repeat;
}
#sidebox {
	position:absolute;
	left:23px;
	top:150px;
	width:14em;
	z-index:2;
	background-color: #CADCF0;
	font-size: 0.9em;
}

.tl{
	background-image: url(images/curve_tl.gif);
	z-index: 3;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;

	width: 100%;
}
.tr{
	background-image: url(images/curve_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 3;
	padding-left: 15px;
	padding-right: 15px;
	margin:0;
}
.bl{
	background-image: url(images/curve_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 20px;
	z-index: 3;
}
.br{
	background-image: url(images/curve_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	height: 20px;
	z-index: 3;
}
#sidebox p {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin:0;
}
ul {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style-type: none;
}
li {
	padding-bottom: 4px;
}
#mainbox{
	left:16em;
	top:150px;
	width:50%;
	z-index:3;
	layer-background-color: #E6E9EE;
	padding-left: 15px;
	border-left: 1px dotted #A59FFF;
	padding-right: 15px;
	text-align: center;
	position: absolute;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A59FFF;
}
#footer{
	left:-16.5em;
	width:200%;
	height:39px;
	text-align:left;
	background-color: #CDDEF1;
	bottom: -80px;
	position: absolute;
}
#footer p {
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 30px;
	width: 50em;
}


