html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 arial, helvetica, sans-serif;
	background-image:  url(/immp/pixelbackFade.gif);
}

#topNavigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 133px;
	height: 100%;
	z-index: 1;/**/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	text-align: right;
	/*background-color: #000000;
	visibility: visible;*/
	padding: 10px;
}
#topNavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	text-decoration: none;
}
#topNavigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	text-decoration: underline
}

#topNavigation ul a:link, #topNavigation ul a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	text-decoration: none
}
#topNavigation ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	text-decoration: underline
}
#topNavigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#topNavigation li {border-bottom: 1px solid #EEE;}

#topNavigation div {
	text-align: center;
	background-color: #fff;
	margin-bottom: 1.5em;
}

/* fix for browsers that don't need the hack */
html>body #topNavigation li {border-bottom: none;}

#leftBottomLogo {
	left: 5px;
	width: 70px;
	height: 70px;
    float: left;
}

#projectLegend {
	position: absolute;
	left: 66px;
	width: 85%;
	height: 48px;
	text-align: center;
    font: 10px verdana, arial, helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 35px;
	clear: both;
}

#rightBottomLogo {
	width: 70px;
	height: 70px;
    float: right;
}


#content {
	padding: 10px;
	background-color: #fff;
	padding-bottom: 48px;
	position: absolute;
	left: 169px;
	top: 1px;
	width: 577px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a {
	color: #0066CC;
	text-decoration: none;
}
#content a:hover {
	color: #669966;
	text-decoration: underline;
}
#content a:visited {
	color: #6699cc;
}

h1 {
	font-size: 18px;
	line-height: 1.5em;
}

h2 {
	font-size: 15px;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	background-color: #f3f3f3;
	font-family: sans-serif;
	font-size : 11px;
	padding:'11px' '0' '11px' '0';
}

.photoCredit {
	font-size:9px;
	color:#999999;
	line-height: 10px;
}
