/* CSS Document */



body,
html {
margin:0;
padding:0;
color:#000;
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
font-size:0.9em;
background:#ddd;
}

#wrap {
border: solid thin #143c77;
width:72em;
margin:auto;
background:#fff;
}

#main {
float:left;
width:52em;
padding:1em;
/*background:#9c9;*/
}


#sidebar {
float:right;
width:15em;
/*padding:-10em;
background:#c9c;
border: solid thin #ddd;*/
}

#footer {
clear:both;
padding:5px 10px;
/*background:#cc9;*/
}

/*#nav ul {
margin:0;
padding:0;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}*/

#header {
padding:5px 10px;
border: solid thin #ddd;

/*background:#ddd;*/
}

p{ text-align:justify;}
h1 {
margin:0;
}

#nav {
/*margin-left:10em;*/
font-size:0.8em;/*
/*padding:5px 10px;
background:#c99;*/
}

h2 {
margin:0 0 1em;
}

* html #footer {
height:1px;
}

hr {
  padding: 5;
  border: 1 solid #143c77;
  width: 80%;  
  background-color: #143c77;
  height: 2px;
}

.floatright {float: right; padding-left: 10px; margin-left:10px; border:0;
}

.title{line-height:1em;text-align:center;/*font-size: 12px;*/ background-color:#143c77;color:#ffffff;font-weight:bold;}
.science, .science a, .science b{background-color:#99b3fd;color:#143c77;}
.operations, .operations a, .operations b{background-color:#8080fc;color:#143c77;}
.curation, .curation a, .curation b{background-color:#7fe6fe;color:#143c77;}
.epc, .epc a, .epc b{background-color:#8181c1;color:#143c77;}


a {color: #143c77;
background-color:#fff;}

a:hover {color: #fff;
background-color:#143c77;}

#footer a{
}
	
#footer a:hover{
/*font-size: 10px;*/
color: #ffffff;
background-color: #143c77; 
}

#footer table{
font-size: 80%;text-align:center;border:0;width:100%; background:#e8e8e8;}



.heading{
	background-color:#2b8aa8;
	color:#000;
	text-align:left;
	font-weight:bold;	
	
	}
	
.heading a:hover{
	background-color:#000;
	color:#143c77;
	text-align:left;}
	
	.heading a{background-color:#2b8aa8;
	color:#000;
	text-align:left;}
	
	.menuitem {
	text-align:right;
	}

	
#nav-menu {/*	border-color: #143c77;
	border: thick;*/
		/*	background:url(/images/logos/ecord2.gif) repeat-y;*/

	background-color:fff;
	/*width:20em;
	float:right;*/
	/*margin:10em;*/
	height 100%;
	margin-right:1em;
	/*font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;*/
		/*width:120px;
		float:right;
			position:absolute; top:300px; left:750px;border: 1px solid #bbb;*/

	}
	
	#nav-menu ul{background-color:#fff;

	/*margin-left:4em;*/
	border-color:#143c77;
	/*border: solid thin;*/
	list-style:none;
	
	}
	#nav-menu li ul{
	background-color:#00FF00;
	border:none;
	list-style-type:none; 
text-align:left;	}
	
	#nav-menu li {
		/*font-size:1.2em;*/
list-style:none;
font-size: smaller;
border-bottom:groove;
	
	}
	
	#nav-menu li a:hover{color:#fff;background-color:#143c77; text-align:left;
	
	}
	
	h1{border-bottom: 2px solid #0f4a8f;
	font-size: 1.5em;
	font-weight: bold;
	/*color: #0f4a8f;*/
	text-align:center; 
	padding:20px 1% 5px 1%;
	font-variant:small-caps;
	text-shadow:#33FF99;
	color:#2b8aa8;
	}

h2{border-bottom: 2px solid #0f4a8f;font-size:1.2em;
font-weight:bold;
font-variant:small-caps;}	


h3{border-bottom: 2px solid #0f4a8f;font-size:1em;
font-weight:bold;
font-variant:small-caps;}



cite{ text-align:center;  font-size:0.7em; font-style:oblique;}

.thumbnail
{
	float: left;
	width:160px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}
.clearboth{clear:both;}