/* ---- HTML classes ---- */
a
{
	color: blue;
	font: inherit;
	text-decoration: none;
}
a:link
{
	color: blue;
	font: inherit;
	text-decoration: none;
}

a:visited
{
	color: #909;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
a img
{
	border: none;
}
body
{
	color: #222;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
html, body, #content
{
	background-color: white;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
html > body, html > body #content
{
	height: auto;
}
body > div#navigation
{
	position: fixed;
}
h1
{
	font-size: 2.7em;
	font-weight: normal;
	letter-spacing: .005em;
	line-height: 2em;
}
h2
{
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: .005em;
	border-bottom: 2px solid #fc9;
}
h2 strong
{
	background-color: white;
	color: #c40;
}
h2 .faint
{
	background-color: white;
	color: #f93;
}
h3
{
	font-size: 1.6em;
	letter-spacing: .005em;
}
h3 strong
{
	background-color: white;
	color: #930;
}
h3 .faint
{
	background-color: white;
	color: #d75;
}
h4
{
	font-size: 1.3em;
	letter-spacing: .005em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .3em .5em;
}
h6
{
	border: 0;
	font-size: 1em;
}

h1, h2, h3, h4, p
{
	padding-left: 4px;
}

hr
{
	background-color: white;
	color: #CBD5DE;
	height: 1px;
	text-align: center;
	width: 100%;
}
p
{
	margin: .7em 0;
}
td
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
td.fieldname
{
	text-align: right;
}

.faint
{
	font-size: .85em;
	letter-spacing: -.05em;
	padding-right: .3em;
}
/* ---- Top Banner ---- */
#banner
{
	background: White;
	height: 110px;
	left: 0;
	top: 0;
	z-index: 3;
}
/* ---- Top Banner/Menu bar shared ---- */
#banner, #menubar
{
	min-width: 600px;
	position: absolute;
	width: 100%;
}
#banner div#menubar
{
	background: #191970;
	border-top: 1px solid #066;
	border-bottom: 1px solid #699;
	bottom: -2px;
	height: 1.2em;
	left: 0;
	font-weight: bold;
	color: yellow;
}
#banner .rightlogo
{
	border: 0;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 4;
}
#banner .sitelogo
{
	border: 0;
	float: left;
	margin-left: 4px;
	position: absolute;
	top: 4px;
	z-index: 5;
}
#banner .title
{
	background-color: transparent;
	border: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	left: 4px;
	top: 4px;
	position: static;
	text-align: center;
	z-index: 4;
}
/* ---- Main content area ---- */
#content
{
	/* Getting obscured by other layers! */
	color: black;
	font: small Tahoma, Verdana, Arial, Sans-Serif;
	left: 235px;
	min-width: 100px;
	position: absolute;
	right: 155px;
	top: 115px;
	width: auto;
	z-index: 1;
}
/*p:first-letter 
{
	font-size: 20px; 
	float: left; 
	color: navy; 
	font-weight: bold;
}
*/
#content .bodyClass
{
    background: url(Images/Eurythrocyte_bkgd.jpg) #fff no-repeat center center;
     
}
#content .bodyClass .bodyClassNoBackground
{
	color: black;
	margin: 0;
	margin-top: 0.8em;
	padding: 5px 0;
}
#content .bodyClass .section
{
	font-size: 1.0em;
	color: black;
	margin-left: 1em;
	margin-top: 1.1em;
	margin-bottom: 2em;
}
#content .bodyClassNoBackground .section .img
{
	font-size: 1.0em;
	color: black;
	margin-left: 1em;
	margin-top: 1.1em;
	margin-bottom: 2em;
}
#content .headline
{
	color: #003060;
	font-family: Trebuchet ms, Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .005em;
	line-height: 1.5em;
	margin-left: 15px;
	margin-top: 0.7em;
	padding-bottom: 2px;
}
.redline
{
    color: #003060;
    font-family: Trebuchet ms, Arial, Tahoma, Verdana, Sans-Serif;
    Font-Size: larger;
    font-weight: bold;
    letter-spacing: .005em;
    line-height: 1.5em;
    border-bottom: red 1px solid;
    text-align:right;
}
#content .headline a, a:visited, a:active
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#content .headline A:hover
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#content .date
{
	font-size: 0.8em;
	text-align: right;
	color: #708090;
	margin: 1em 1em 2em 0;
	border-bottom: 1px solid #DDD;
}
#content .para
{
    text-align: justify;
    overflow: auto;
    margin: 1.07em  10% 0.5em 33px;
    line-height: 1.4em;

    
}
#content .para_2column
{
    text-align: left;
    overflow: auto;
    margin: 1.07em 0px 0.5em 33px;
    line-height: 1.4em;
    width: 40%;
    direction: ltr;
    text-indent: 0em;
}#content .para a:link
{
	color: blue;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	text-decoration: underline;
}
#content .para a:visited
{
	color: blue;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	text-decoration: underline;
}
#content .para a:hover
{
	color: red;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	text-decoration: underline;
}

#content .paraName
{
	font-size: 1.07em;
	color: black;
	font-weight: bold;
	margin: 1.07em 0px 0.5em 33px;
	text-decoration: underline;
}
#content .sectionName
{
	font-size: 1.4em;
	color: black;
	font-weight: bold;
}
#content .sectionName a
{
	font-size: 1em;
	color: blue;
	font: inherit;
	text-decoration: none;
}
#content .sectionName a:link
{
	color: blue;
	font: inherit;
	text-decoration: none;
}

#content .sectionName a:visited
{
	color: #909;
}
#content .sectionName a:hover
{
	color: red;
	text-decoration: underline;
}
#content ul.list li
{
	margin-left: 1.6em;
	margin-bottom: 0.6em;
	list-style-type: none;
	border-bottom: gray 1px inset;
	text-indent: -2em;
	text-align: left;
}
#content ul.bullet_list li
{
    margin-bottom: 0.6em;
    text-indent: 0em;
    left: 1em;
    position: relative;
}
#content #footer
{
	border-top-style: outset;
	clear: both;
	color: #708090;
	font: 0.75em/1.4em Tahoma, Verdana, Arial, Sans-Serif;
	min-width: 100px;
	padding: 0.5em 0 0 3em;
	position: absolute;
	text-align: center;
	width: auto;
	z-index: 3;
}
#content .footer a, a:link, a:visited, a:active
{
	font-size: 11px;
	font-weight: inherit;
	background-color: transparent;
	text-decoration: none;
}
#content .footer a:hover
{
	cursor: pointer;
	text-decoration: underline;
}
/* ---- Left navigation tree ---- */
#navigation
{
    border-right: red thin solid;
    color: blue;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: small;
    height: 100%;
    left: 1px;
    line-height: 1.5em;
    padding: 1em 0 0 0;
    position: absolute;
    top: 115px;
    width: 205px;
    z-index: 1;
    background-attachment: scroll;
    background-image: url(Images/background_vertical_endless_red_205.jpg);
    background-repeat: repeat-y;
}
#navigation div.nav
{
	font-size: 1.22em;
	line-height: 1.5em;
}
#navigation div.nav A
{
	color: #039;
}
#navigation div.nav A:hover
{
	color: #039;
    border-bottom: red 1px solid;
font-weight: normal;
    padding: 1em 0 0 0;
}
/* ---- Right sidebar ---- */
#sidebar
{
    background-color: transparent;
    background-image: url(Images/News_background.jpg);
    background-repeat: repeat-y;
    border-left: red solid thin;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    padding: 1em 0 0 0.5em;
    position: absolute;
    right: 0px;
    top: 115px;
    width: 150px;
    z-index: 1;
    background-attachment: scroll;
}
#sidebar div.nav
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	line-height: 1.5em;
	margin-left: 12px;
}
#sidebar div.nav A
{
	font-size: 12px;
}
#sidebar div.nav A:hover
{
	background-color: #f0f7fd;
	border: solid 1px #a2c5eb;
	padding-right: 10px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
/*	------------------------	classes	-------------------------------	*/

/* ---- Site Map ---- */
.backTop
{
	text-align: right;
}
.CurrentNodeStyle
{
	color: yellow;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bolder;
	margin-left: 4px;
}
.date, .backTop
{
	font: 0.7em Tahoma, Verdana, Arial, Sans-Serif;
}
.NodeStyle
{
	color: #ADD8E6;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	margin-left: 18px;
}
.small
{
	font-size: 0.8em;
	max-width:90%;
	 
}
/*	------------- new --------------------------- */
#loginbox
{
	padding: 2px 2px 2px 2px;
	font-size: 10px;
}
#loginbox input
{
	color: #8d2d23;
	border-color: #8d2d23;
	background-color: #f8b502;
	font-size: 10px;
}
.leftimg
{
	float: left;
	border: 2px solid #000000;
	margin-left: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
}

