body {background-image:url(symbs/background.jpg); 
	 background-repeat:no-repeat; 
	 background-attachment:scroll;
	 }
	 

	 
	 
table.main {table-layout:fixed
		   }
		   
table.nav {table-layout:fixed; 
		  background-image:url(symbs/Nav-backg.jpg); 
		  background-repeat:repeat-y;
		  }
		  

 
a.nav {font-size:14pt; 
	  font-family:Garamond,Times New Roman,Arial; 
	  font-weight:bold; 
	  color:#000000; 
	  text-decoration:none;
	  }	
	  
a.navch {font-size:14pt; 
		font-family:Garamond,Times New Roman,Arial; 
		font-weight:bold; 
		color:#3300CC; 
		text-decoration:underline;
	  }	
	  
a.imp {font-size:7pt; 
		font-family:Verdana; 
		color:black; 
		text-decoration:none;
	  }	
a.imp:hover {font-size:7pt; 
		font-family:Verdana; 
		color:yellow; 
		text-decoration:underline;
	  }	
		  
#over:hover {background-image:url(symbs/Nav-backg-hov.jpg);
  		    }


		 
#content {position:absolute;
		 left:260px;
		 right:30px;
		 top:20px;
		 color:black;
		 font-family:Verdana;
		 font-size:0.9em;
		 } 
		 
#content i{
		 font-size:0.8em;
		 } 
		 
#content h1 {font-family:Verdana;
		 	font-weight:bold;
			color:black;
			text-decoration:underline;
			font-size:1.5em
   		 	}
   
#content h2 {font-family:Verdana;
		 	font-weight:bold;
			color:black;
			text-decoration:none;
			font-size:1.1em
   		 	}
			
#content h3 {font-family:Verdana;
		 	font-weight:bold;
			color:black;
			text-decoration:underline;
			font-size:1.2em
   		 	}
			
   
#content span {font-family:Verdana;
		 	  font-weight:bold;
			  color:black;
			  text-decoration:none;
			  font-size:0.95em
   		 	}
   
#content a.mail {font-size:0.9em; 
		   font-family:Verdana; 
		   color:#0099CC;
		   font-weight:bold; 
		   text-decoration:none
		   }
#content a.mail:hover {font-size:0.9em; 
		   font-family:Verdana; 
		   color:#000033;
		   font-weight:bold; 
		   text-decoration:underline
		   }
		   
#content a.list {font-size:0.9em; 
		   font-family:Verdana; 
		   color:#000000;
		   font-weight:bold; 
		   text-decoration:none
		   }
#content a.list:hover {font-size:0.9em; 
		   font-family:Verdana; 
		   color:#0099cc;
		   font-weight:bold; 
		   text-decoration:underline
		   }
		   
#content table {background-color:#CCCCCC; 
		 	    border-collapse:collapse
		 	   }
//#content ul {list-style-image:url(symbs/listpoint.gif);
//		 	}
			
#content p.block {text-align:justify
		 		 }