div#container {
 }

html {
	 margin:0px;
	 padding:0px;
     overflow: -moz-scrollbars-vertical;
}


body {
	color: #004a4f; 
	font:normal 65% verdana,arial,tahoma,helvetica,"sans serif";
	line-height: 1.5;
}


div {
	color: #004a4f; 
}

a { color: #ff9700; text-decoration: none; }
/*a:link    { color: #ff9700; text-decoration: none}*/
a:hover   { color: #ffff63; font-weight: bold }
/*a:visited  { color: #ff9700; text-decoration: none}*/



.orangeFade { 
	width: 0px;
	visibility: hidden;
}



.figureCaption {
	font:normal 90% verdana,arial,tahoma,helvetica,"sans serif";
}


div#headerLogoLayer { 
	height: 140px; 
	width: 706px; 
	left: 0; 
	top: 0; 
	position: absolute; 
	visibility: visible;
	background-image: url(../images/sunicsLogoWriting.png); 
	background-repeat: no-repeat; 
}


div#menuLayer { color: #ff9700; position: absolute; top: 30px; left: 0; width: 50px; z-index:100; /* precision for Opera */
}


div#tableLayer { 
	height: 100px; 
	width: 704px; 
	left: 0; 
	top: 160px; 
	position: absolute; 
	visibility: visible;
}


div#footerLayer {
	background-color: #d0e6eb;
	position:relative;
	width:0px;
	height:0px;	
	visibility: visible;
	Filter: Alpha(Opacity=100, FinishOpacity=50, Style=1);
}



#menuLayer dl { 
	float: left; 
	width: 11em; 
	margin-top: 1px; 
	margin-right: 1px; 
	background-color: #d0e6eb;
	Filter: Alpha(Opacity=100, FinishOpacity=50, Style=1);
}
#menuLayer dt {
	border: solid 1px #004a4f;
	margin: 1px;
	margin: 0;
	padding: 0;
}
#menuLayer dd {
	border: dotted 1px #004a4f;
	margin: 0;
	padding: 0;
}
#menuLayer li { 
	margin: 0; 
	padding: 0; 
}
#menuLayer li a, #menuLayer dt a {
	border: 0 none;
}
#menuLayer li a:hover, #menuLayer dt a:hover {
	color: #ffff63; font-weight: bold;

}



.dottedBorder { border: dotted 1px #d0e6eb; }
