/* Protect E-mail address by using Spaminator.exe to reverse the address. */
/* Then insert the reversed text into your HTML. */
/* Although the address is not clickable, it's there for those users who */
/* choose to turn off Javascript. */
/*
a.morpho:link{
	color: Blue;
}
a.morpho:visited{
	color: Silver;
}
a.morpho:focus{
	color: Blue;
}
a.morpho:hover{
	background-color: Blue;
	color: White;
}
a.morpho:active{
	color: Aqua;
}
*/
.emailurl {
	unicode-bidi: bidi-override;
	direction: rtl;
}
 
.nav {
	color: Black;
	font-size: small;
}

/* Start Table IDs */

#signupwrapper {
	border: thin ridge;
 	font-family: Verdana Geneva Arial Helvetica sans-serif;
	font-size: xx-small;
	background-color: #FFFFFC;
	color: Black;
}	

/* End Table IDs */

	body {
	background-color: white;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/morphoboard.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

	h1 {
	font-family: "Times New Roman", Times, serif;
	color: #2A94FF;
	text-align: center;
}
	h2 {
	font-family: "Times New Roman", Times, serif;
	color: #2A94FF;
	text-align: center;
	font-style: italic;
}	
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A94FF;
	text-align: left;
}
	h4 {
	font-family: "Times New Roman", Times, serif;		
	color: #2A94FF;
	}
		h1.board {
	font-family: "Times New Roman", Times, serif;
	color: #2A94FF;
	text-align: center;
}
	h2.board {
	font-family: "Times New Roman", Times, serif;
	color: #2A94FF;
	text-align: center;
	font-style: italic;
}	
	h3.board {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #ffffff;
	text-align: right;
	background-color: #00AFFF;
}
	h4.board {
		font-family: "Times New Roman", Times, serif;
		font-size: small;
		color: #2A94FF;
}
	
	.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
	color: #2A94FF;
}
hr.ThinBlueLine{
	color: #2A94FF;
}
div.bodywrapper {
	height: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

div.content {
	position: absolute;
	margin: 0px 0px 0px 120px;
	padding: 10px 10px 10px 10px;
	width: 80%;
	background-color: white;
	color: Black;
	z-index: 2;
}
 div.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	text-align: center;
	padding: 10px 0px 0px 0px;
	background-color: White;
	color: Black;
	z-index: 2;
} 
.article{
	margin-right:auto;
	margin-left: auto;
}
.morphocategory {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: White;
	color: #004FFF;
}
.morphotitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: White;
	color: Black;
	
}
.morphodescription{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: White;
	color: Black;
}
