
body, html {
	background-color:#CCCCCC;/*Creates the grey border round the edge of the whole page*/
	color:#000000; /*text colour black*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 88%;
}

img {border:none;}

.hidden {display:none}


/*heading style for section headings - green on yellow*/
.heading {
color: green;
font-size: 16px;
text-align:center;
background-color: #FFFFCC;
font-weight: bold;
line-height: 22px;
margin-bottom: 0.5em;
margin-top: 0.5em;
padding: 2%;
}

/* Headings */
h1 {
color: green;
font-size: 2.0em;
font-weight: bold;
margin-bottom: 0;
margin-top: 0;
text-align: center;
}

h2 {
font-size: 20px;
font-weight: bold;
line-height: 42px;
text-align: center;
}

h3 {
color: green;
font-size: 16px;
font-weight: bold;
line-height: 22px;
margin-bottom: 0;
margin-top: 0;
}

h4 {
background-color: #ffbf66;
font-size: 12px;
font-weight: bold;
line-height: 22px;
margin-bottom: 0;
margin-top: 0;
text-align: center;
}

h5 {
background-color: #ffffff;
font-size: 12px;
font-weight: bold;
line-height: 18px;
text-align: left;
}

h6 {
background-color: #ffffcc;
margin-bottom: 0;
margin-top: 0;
width: 100%
}
/* End of headings */

/*Default styles for links*/
a {
color:green;
font-size:88%;
}

a:link {
text-decoration: none
}

a:visited {
text-decoration: none
}

a:hover {
text-decoration: underline
}

/* class used to display the main button links*/
a.button {
background-color: #ffffcc;
border: 1px solid #000;
color: black;
display: block;
font: 11px Arial,Helvetica,sans-serif;
margin-left:30%;
margin-top:15px;
padding: 3px 5px;	
text-align: center;
text-decoration: none;
width: 120px;
}

/* and class used for hover effect over buttons */

a.button a {
color:black;
}


a.button:hover {
background-color: #98fb98;
text-decoration: none;
}

/* Layout styles*/
/*Enables the grey border round the edge*/
#borderline{
background-color:#FFFFFF;/*white area around the 4 content sections*/
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.5%;
margin-bottom:0.5%;
}

/*Universal selector - makes every element this in document - equivalent to grouping*/
*{
	padding: 0px;
	margin: 0px;
}

#mainbanner{
	float: left;
	border-bottom: 0;
	width: 98%;
	padding:1%;
	background-color:#ffffcc;
}

h2 {
	font-size: 120%;	
}

#banner-left {
	float:left;
	width: 20%;
}

#banner-middle {
	width:38%;
	text-align:center;
	float:left;
}

#banner-right {
	margin-top:1%;
	float:left;
	width: 40%;
	list-style-type: none;
}


#navbar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	text-align:center;

}

/* Left hand navigation menu */
ul.navbars {
background-color: #ffffcc;
list-style: none;
margin: 0;
padding: 2px;
}

/*ul#navbars li a:visited */
ul.navbars a:link, ul.navbars li a:visited,ul.selectednavbars a:link, ul.selectednavbars li a:visited {
color: black;
display: block;
font-family: Arial, Helvetica, sans-serif;
/*padding: 5%;*/
padding: 6px 6%;
text-decoration: none;
width: 88%;
}

ul.navbars li,ul.navbarsselected li, ul.selectednavbars li {
border-top: 2px white solid;
}

ul.navbars a:hover, ul.selectednavbars a:hover{
background-color: #98fb98
}

ul.selectednavbars {
	background-color: #ffffcc;
	list-style: none;
	margin: 0;
	padding: 5px;
	border-style:solid;
	border-color:#008000;
}


#footer{
	background-color:#ffffcc;
	clear: both;
	font-size: 75%;
	color: #cccccc;
}

#footer img {
	margin:1%;
	}

#mainbodypageinfohome{
	background-color:#ffffff;
	float:left;
	width:82%;
	margin: 1%;
}

#content-catalogue {
background-color: #ffffff;
width:38%;
float:left;
margin-left:3%;
}

#content-news {
background-color: #ffffff;
width:38%;
margin-left:10%;
/*padding-left:5%;*/
/*border: 3px solid black;*/
float:left;
left:5%;
}

#content-transcriptomics {
clear:both;
background-color: #ffffff;
margin-left:3%;
margin-top:5%;
width:38%;
float:left;
}

#content-genomics {
background-color: #ffffff;
margin-left:10%;
margin-top:5%;
width:38%;
float:left;

}

/*#validation {
background-color:#ffffcc;
margin:0 0 0 90%;
}*/

.newslinks {
background-color:#fffffc;
padding-left:2%;
list-style-type:circle;
}



