body {
	left-margin: 15%;
	right-margin: 15%;
	padding: 0;
	width: 600px;
	border-right: 2px solid 3D382D;
	border-left: 2px solid #3D382D;
	background-color: 1695A3;
}


		  
a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #0F686B;
	text-decoration: none;
	text-align: center;
		    } 
			
a.nav {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
		}			
			
table {
	border-collapse: collapse;
	width: 600px;
	border-bottom-color: #0F686B;
	}

tr.title td {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	
	}
	
tr.nav td {
	border-top: 2px #A5B040;
	border-bottom: 2px #A5B040;
	border-left:2px #A5B040;
	border-right:2px #A5B040;
	background: #0F686B;
	margin-bottom: 5px;
	margin-top: 5px;

	}	

td {
	background: #FFFFFF;
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}
	
tr {
	border:thin #A5B040;
	border-top-color: #0F686B;
	border-top-width: 2px;
	}	

td.header {
	background: #F0ECDA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}
	
td.title {
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color: #FFFFFF;
		font-size:24px;
		color: #0F686B;
		}			
					
.text { 
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11pt;
	  color: #3D382D;
	  }	
	  
  
	  
.head {
	  font-family: verdana;
	  font-size: 18pt;
	  color: #000000;
	  }		
	  
.head2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style:italic;
	color: #3D382D;
	border-top: medium #A5B040;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	  }	
	  						
.gallery {
		 font-family: arial, helvetica, sans serif;
		 font-size: 11pt;
		 color: #333333;
		 padding-top: 5px;
		 }
			 

					
.image {
	   text-decoration: none;
	   border: 0px;
	   font-family: arial, helvetica, sans serif;
	   font-size: 10px;
	   background-color: #333333;
	   color: #000000;
	   }
	   
tr#footer td {
		  	 text-align: center;
			 border-top: 1px solid #000000;
			 padding-bottom: 8pt;
			 font-size: 9pt;
			 font-family: arial, helvetica, sans serif;
		  	 color: #336699;
			 }		   
		 			  

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
li {
  float: left;
  position: relative;
  width: 10em;
  }  
	
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }

clear: left	  
	
ul li a {
	display: block;
	text-decoration: underline;
	color: #777;
	background: #333333;
	padding: 5px;
	border-bottom: 0;
	}
	
li:hover ul, li.over ul { 
	display: block; }
	
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;	
	
		   

			 				 						

