/* CSS Document */
a
	{
	color: #607690;
	}

a:visited
	{
	color: #607690;
	}

a:hover
	{
	color: #60b6b0;
	}

body
	{
	width: 732px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*
	color: #203350;
	*/
	color: #b0c0d4;
	background: #000000;
	}

div#content
	{
	position: absolute;
	top: 290px;
	z-index: 1;
	clear: both;
	margin: 10px 0px 0px 0px;
	width: 700px;
	}

div#navibar
	{
	position: absolute;
	/*
	border: 2px solid yellow;
	*/
	z-index: 10;
	width: 486;
	height: 60px;
	left: 5px;
	top: 221px;
	clear: both;
	}


div.navibar
	{
	position: absolute;
	/*
	border: 2px solid yellow;
	*/
	width: 486;
	height: 60px;
	left: 5px;
	top: 221px;
	clear: both;
	}
/*	
div#pushbuttons
	{
	position: absolute;
	z-index: 10;
	width: 486;
	height: 37px;
	left: 5px;
	top: 221px;
	margin: 0px 0px 20px 0px;
	}
*/

div#scroller
	{
	margin-top: 50px;
	clear: both;
	}

div#sideblock
	{
	position: absolute;
	width: 230px;
	height: 248px;
	left: 500px;
	top: 8px;
	padding: 5px;
	background: #6666aa;
	color: #ddddee;
	font-family: arial;
	font-size: 12px;
	}

div#titleblock
	{
	width: 800px;
	height: 200px;
	background: #000056;
	/*
	border-bottom: 3px solid #000055;
	*/
	}
	
div#toolbar
	{
	clear: both;
	}

a.resume
	{
	font-style: italic;
	font-size: small;
	}

div.cap
	{
	background: #c8cfda;
	border-top: 4px solid #5e728c;
	padding: 2px 5px 7px 7px;
	font-size: 20px;
	color: #152e4a; 
	height: 20px;
	width: 450px;
	}

img.portrait
	{
	float: left;
	width: 125;
	height: 165;
	margin: 2px 12px 3px 12px;
	/*
	clip: rect(125px, 165px, 125px, 165px)
	*/
	}

div.tool
	{
	height: 20px;
	border-right: 1px solid #cdcddd;
	border-bottom: 1px solid #cdcddd;
	float: right;
	padding-right: 6px;
	margin-right: 9px;
	}

div.block
	{
	position: absolute;
	width: 230px;
	margin: 0px 2px 0px 2px;

	text-align: justify;
	}

div.vert
	{
	position: absolute;
	width: 0px;
	height: 250px;
	border: 1px solid #c5c5de;
	}

li.l1
	{
	margin-top: 7px;
	font-weight: bold;
	font-size: medium;
	}

span.figref
	{
	font-size: small;
	font-style: italic;
	}

td.proteins
	{
	width: 100px;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	}

a
	{
	text-decoration: none;
	border: none;
	}

img.figure
	{
	border: none;
	margin: 5px 7px 5px 7px
	}

p
	{
	padding: 2px;
	text-indent: 5mm;
	text-align: justify;
	}

ul
	{
	margin-left: 15px;
	}

/* AJAX Ticker CSS Definitions */
#ajaxticker1
	{
	width: 200px;
	height: 100px;
	/*
	border: 1px ridge black;
	*/
	padding: 5px;
	background-color: transparent;
	}



a.mess
	{
	color: #ff98aa;
	}

 