body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:9pt;
}

#nav_wrapper{
	height:74px;
	background:url(shadow.gif) bottom left repeat-x;
}
#navigation{
	height:70px;					/* image height */
	text-align:right;
	position:relative;
	background: #A9F756 url(DNA.gif) top right no-repeat;
}
#nav_img{
	margin:0 0 0 20px;
	float:left;
	border:none;
}
#navigation span{
	position:absolute;
	bottom:0;
	right:0;
	padding-left:180px;				/* to prevent image overlap */
}
	
#navigation a.menu{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:#3F6B81;
	font-weight:bold;
	font-size:12px;
	line-height:26px;					/* so text displays properly on overlap */
	padding:5px 10px 5px 10px;
	border:none;
}
#navigation a.current{
	background-color:orange;
}
#navigation a.menu:hover, #navigation a.current:hover{
	color:#FFFFFF;
	background-color:orange;
}

#wrapper{
	border-bottom: 1px solid #CCCCCC;
}

#mainpage{
	margin-left:20px;
	margin-right:100px;					/* sidebar width  */
	border: 1px solid white;			/* to fix ie6 display error for borders below */
	border-right: 1px solid #CCCCCC;
	padding:10px;
}

#sidebar{
	float:right;
	width:100px;
	text-align:center;
	padding-top:10px;
}

#print_footer{
	display:none;
}

#credits{
	clear:both;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:10px;
}
#credits p, #sidebar p{
	padding:5px;
}
#credits p, #credits a, #credits a:link, #credits a:hover, #credits a:visited, #credits a:active,
#sidebar p, #sidebar a, #sidebar a:link, #sidebar a:hover, #sidebar a:visited, #sidebar a:active{
	font-size:10px;
	color:#999999;
	margin:0;
	text-decoration:none;
	border-bottom:0;
	font-weight:normal;
}
#credits a:hover, #sidebar a:hover{
	background-color:white;
}
#credits a:hover{
	text-decoration:underline;
}

div.box{
	border: 2px solid #A9F756;
}
div.box h2, div.box h4{
	background-color:#A9F756;
	margin:0;
	padding:5px;
}
div.box p{
	padding:10px;
	margin:0;
}
div.box ul{
	margin-top:0;
}
	

.error {
	font-weight:bold;
	color:#FF0000;
	background-color:#FFE0E0;
	border: 1px dashed #FF0000;
	padding:10px;
	margin:20px 10px 0 10px !important;
}


h1, h2, h3, h4, h5, h6 {
	color:#3F6B81;
}

img.mainpage {
	float:right;
	margin: 15px 2px 2px 15px;
}




/*   PAGE STYLES   */
/* Bibliography */
.authors{
	text-decoration:underline;
}
