body {font-size: 100%; /* for IE */
	                   font-family: Georgia, serif;
	                   color: #0D0D0D; }

#logo {position : absolute ;
       left : 4% ;
       top  : 2%  ;
       right : 88% ;
margin-top: 2em;}





     #nuts {   border-top: 0.2em solid #000066;
                position : absolute ;
                 left : 25% ;
                  top  : 7%  ;
                   right : 30% ;  
                    line-height :1.5 ;
                     clear: both;
	              margin-top: 2em;  
				  }

      

            #industry { border-top: 0.2em solid #000066;
                   position : absolute ;
                    top : 7% ;
                     left : 75% ;
                      right : 4%  ;  
                       line-height :1.5 ;
                        clear: both;
	                 margin-top: 2em;  }
					 
				#tbl {font-size:80%}	 
td {
		border: 1px solid #999;
		padding: 0.1em 1em;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
        border-bottom: 1px solid #ccc;

	}
li ul {
	position: absolute;
	right : 220px ;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul { display: block; }




h1   {font-size:1.0em;
       }
h2   {font-size:1.0em;
       }

a:link { color:#000077}
a:visited {color:green}
a:hover {color:red}


      




      
