body {font-size: 100%;
font-family: Arial, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: white;
 }
	
h1 {font-size: 1.6em;
	color: #B54100	}
h2 {font-size: 1.4em;
	color: #B54100	} 
h3 {font-size: 1.2em;
	color: #B54100	}
h4 {font-size: 1.0em;
	color: #B54100	}	
p {font-size: .8em;
		}
			
			
img.banner {position: absolute;
				top: 0px;
				left: 200px; }
				
img.topleft {position: absolute;
					top: 0px;
					left: 0px; }
	
	/*nav bar*/
	
#navbar {background-color: #B54100 ;
		color:white; }

#navbar ul li {list-style-type: none; }

#navbar ul li a:link {
    	 color: white; text-decoration: none; }
#navbar ul li a:visited {
    	 color: black; text-decoration: none;  }
#navbar ul li a:hover {background: white;
		 color: #B54100; }
		 		 
#navbar	ul {
		margin: 0px;
		padding: 0px;
    	list-style: none;
		position: absolute;
		top: 300px;
		left: 0;
		width: 200px; }
		
#navbar	ul li {
    	 background: #B54100;
		 padding: 0.3em;
    	 border-bottom-style: solid;
		 border-bottom-width: 3px;
		 border-bottom-color: #D68A63;	}
		 
#navbar	ul.navbartop li {
    	 background: #B54100;
    	 text-decoration: none;
		 padding: 0.3em;
		 }
	
	/*-----main info panel ------*/
	
#main a:link {
			color: #B54100;  }
#main a:visited {
			color: purple; text-decoration: none;  }
#main a:hover {background:#B54100; 
			color: white; } 

#main p {
		text-align: justify;
		line-height: 1.5em;
		}
			 
#main p.orange {color: #B54100;
				}	
						
#main {	font-family: Arial, Geneva, Verdana, sans-serif;
			margin: 1em;
			padding: 3em;
			/*border: solid;
			border-width: 3px;
			border-color: yellow;*/
			position: absolute;
			top: 60px;
			left: 200px;	
					}
#main ol li {font-size: 0.8em;
			padding: 0.3em;
				}

#main p.italic {font-style: italic; 
				 }
#main ul li {padding: .3em;}
#thumbnails {width:100%;background:#EAEAEA;border:1px solid #AEAEAE}
#thumbnails td {text-align:center}
#thumbnails img {border:1px solid #000}
#thumbnails p {color:#000;text-align:center;margin:5px 0 0 0}

