/* CSS Document */
div {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-size: 12pt;
	font-family:Tahoma;
	background-color: #495577;
	background-image:url(images/background.png);
	background-repeat: repeat-y;
	background-position: center;
}
ul {
	margin-top: -10px;
}

#Logo {
	background-image: url(images/isc-bioLogo.PNG); 
	background-repeat: no-repeat; background-position: left top;
	position: absolute;
	width: 297px;
	height: 110px;
	z-index: 2;
	left:1px;
	top:18px;
}
#Main {
	left: 50%;
	margin-left:-400px;
	position: absolute;
	width: 800px;
	height: 600px;
	z-index: 10;
	visibility:visible;
	top: 0px;
}
#Header {
	position:absolute;
	width:800px;
	height:115px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(images/HeaderColorGradient.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#Navigation {
	position:absolute;
	width:114px;
	height:239px;
	z-index:50;
	left: 31px;
	top: 131px;
	background-image: url(images/VericalLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.NaviLink {
	font-size: 14px;
	text-align: right;
	margin-right: 13px;
	padding-right: 20px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#Content {
	position: absolute;
	width: 547px;
	height: 376px;
	z-index: 5;
	left: 210px;
	top: 143px;
	text-align: left;
	visibility: visible;
	font-size: 12px;
	background-color: #FFFFFF;
}
#Content h5{
	font-weight:bold;
	color: #495577;
	font-size:14px;
}

#Content h6{
	font-weight:bold;
	color: #495577;
	font-size:12px;
}

#Footer {
	position:absolute;
	width:141px;
	height:129px;
	z-index:3;
	left: 50%;
	background-image: url(images/FooterBg.png);
	background-repeat: no-repeat;
	bottom: 0px;
	margin-left: -283px;
}
#Copyright {
	position:absolute;
	width:66px;
	height:19px;
	z-index:1;
	top: 79px;
	left: 20px;
	font-size: 10px;
}
/*Pseudolinks*/

#Navigation a:link {
	color: #000000;
	text-decoration: none;
}
#Navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#Navigation a:hover {
	color: #495577;
	text-decoration: none;
}
#Navigation a:active {
	color: #000000;
	text-decoration: none;
}

a:link { 
	text-decoration:none; 
	color:#D44B49; 
}
a:visited {
	color:#D44B49;
	text-decoration: none;
}
a:hover {
	color: #495577;
	text-decoration: none;
}
a:active {
	color:#D44B49;
	text-decoration: none;
}
#ContentSreenshotRight {
	position: relative;
	width: 240px;
	height: 220px;
	text-align: center;
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;		
	margin-left: 20px;	
	float: right;	
}
#ContentSreenshotLeft {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;	
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;	
	margin-right: 20px;		
	float: left;	
}
#ContentSreenshotMiddle {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;	
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#language {
	height: 23px;
	width: 85px;
	position: absolute;
	left: 670px;
	top: 77px;
	font-size: 10px;
	z-index: 10;
	text-align: right;
}
#language img {
	vertical-align: text-bottom;
	border-width: 0px;
}
