body
{
font-size: 12px;
font-family: arial;
color: black;
background-color: #B4CC8F;
margin: 0px;
}

table
{
font-size: 12px;
font-family: arial;
color: black;
}

h1
{
font-size: 20px;
font-family: arial;
font-weight: normal;
width: 420px;
color: black;
border-bottom-style: solid;
border-color: #999966;
border-width: 1px;
margin: 0px;
}

img.rna
{
position:absolute;
left:10px;
top:210px;

}

.top{
	position: relative;
	bottom: 0px;
	left: 10px;
	font-size: 35px;
	font-family: arial;
	color: #708059;
	margin: 0px;
}
.left
		{
		position: relative;
		top: 0px;
		border-right-style: solid;
		border-color: #999966;
		border-right-width: 1px;
		margin: 0px;
		}
.root
{
position: relative;
top: 50px;
left: 100px;
background-color: #DCE6CF;
}

td {vertical-align: top;}

div.content {
			vertical-align: top;
			font-size: 12px;
			font-family: arial;
			color: black;
			background-color: #DCE6CF;
			margin: 0px;
			}
div.index 	{
			vertical-align: top;
			font-size: 12px;
			font-family: arial;
			color: black;
			background-color: #DCE6CF;
			margin: 0px;
			}
div.center-div
{
     margin: 0 auto;
     width: 1400px; 
     align: center;
}
p {
	position: relative;
	left: 21px;
	width: 399px;
	}
ul {
	list-style-type: disc;
	}
li {
	width:460px;
	}
a.menu:link {color: #000000; text-decoration: none;}     /* unvisited link */
a.menu:visited {color: #000000; text-decoration: none;}  /* visited link */
a.menu:hover 	{
				color: #000000;
				text-decoration: none;
				background-color: #DCE6CF;
				}
a.menu:visited:hover 	{
				color: #000000;
				text-decoration: none;
				background-color: #DCE6CF;
				}
a.menu:active {
				color: #000000; text-decoration: none;
				border-bottom-style: solid;
				border-color: #999966;
				border-width: 1px;
				}

a:link {color: #000000; text-decoration: none;}  
a:visited {color: #000000; text-decoration: none;}
a:hover 	{
				color: #000000;
				text-decoration: underline;
				}
a:visited:hover 	{
				color: #000000;
				text-decoration: underline;
				}
a:active {color: #FFC100; text-decoration: none;}
