/* CSS Document */

body{
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	}

#header{
	background-color: #FF9900;
	}
	
#navbar{
	border-bottom: none;
	text-align: center;
	}
	
#breadcrumb{
	border-bottom: 4px solid #FF9900;
	text-align: center;
	}
	
#content{
	border-top: none;
	}
	
a:link {
	color: #0759AD;
	}

a:visited{
	color: #0759AD;
	}
		
a:hover{
	background: #FFFFFF none repeat scroll 0 0;
	color: #FF9900;
	}
	
a{
	colour: #000000;
	}
/*.IEE is the font for "Ideas in Ecology and evolution"*/	
.IEE{
	font-weight: bold;
	font-size: medium;
	font-family: "BankGothic MD Bt", Georgia, "Times New Roman", Times, serif;
}
/*.normal is the font for all the text in the HTML editable boxes that are accessed by the Journal Manager in the SETUP*/
.normal{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}