body        {
				 background-image:url(wall.jpg);
			}
#bundy		{
				 
			}
#header		{
				position:absolute; top:0; left:0;
				height:150px; width:100%;  
				text-align:center; 
			}
#navlinks	{
				position:absolute; top:150px; 
				left:0; height:550px; width:150px; 
				font-size:80%; text-align:left; 
			}	
#navlinks a {
				display:block; text-decoration:none; 
				width:9em; margin-left:10px; 
				margin-top:1px; color:#000000; 
				font-family:"Verdana", sans-serif;
			}
#navlinks a:link,a:visited
			{
				background:#d5dcef; 
				border:2px outset #d5dcef;
 			}
#navlinks a:focus, a:hover 
			{
				background: #7c9bcf; 
				border:2px outset #7c9bcf; color:red;
			}
#navlinks a:active 
			{
				background:#2d73b9; 
				border:2px outset #2d73b9;
			}
#centery	{
				position:absolute; top:150px; left:150px; 
				width:75%; height:750px; 
				overflow:scroll; background-color:#dedede;
				text-align:center; padding:8px;
			}
#footer		{
				position:absolute; top:900px; left:0; 
				width:100%; height:150px;  
				background-image:url(wall.jpg);
			}
h1		 	{
				color:#000080; font-style:italic;
				font-family:"Ultra Serif SF", Verdana, sans-serif; 
				
			}	 
h2       	{
				color:#57001a; font-style:italic;
				font-family:"Ultra Serif SF", Verdana, sans-serif; 
				
			}
h3       	{
				color:#005b1e; 
				font-family:"Ultra Serif SF", Verdana, sans-serif;
			}
h4   	 	{
				color:#000000; 
				font-family:"Ultra Serif SF", Verdana, sans-serif;
			}
h5   	 	{
				color:#00ff00; 
				font-family:"Ultra Serif SF", Verdana, sans-serif;
			}
h6       	{
				color:#d7d7d7; 
				font-family:"Ultra Serif SF", Verdana, sans-serif;
			}
#flag    	{
				text-align:left; float:left;
			}
#flag1   	{
				text-align:right; float:right;
			}					 							
#flag2   	{
				text-align:right; float:right;
			}			
#flag3   	{
				text-align:left; float:left;
			}
#footer  	{
				height:150px; text-align:center;font-size:75%;
		 	}		 
p		 	{
				text-align:justify;  font-size:90%;
				font-family:"Verdana", sans-serif; 
				line-height:150%; letter-spacing:.05em;
				
			}
p.dropcap:first-letter
			{
				text-align:justify; line-height:150%; 
				font:bold 175% times, sans-serif; 
				color:navy; float:left; margin-right:3px; 
				letter-spacing:.06em;
			}
#lside1		{
				float:left;
			}
#lside2		{
				float:left;
			}
#lside3		{
				float:left;
			}
#lside4		{
				float:left;
			}
#lside5		{
				float:left;
			}
#lside6		{
				float:left;
			}
#lside7		{
				float:left;
			}
#lside8		{
				float:left;
			}
b           {
				color:#005b1e;
			}
table 		{
				float:right;
			}
hr			{
				color:black;
			}

i           {
				color:red;
			}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 20px; /*position where enlarged image should offset horizontally */

}
.thumbnail0{
position: relative;
z-index: 0;
}

.thumbnail0:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail0 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail0 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail0:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: -160px; /*position where enlarged image should offset horizontally */

}
.smallsize {display:none;}	

/*img.hide	{	position:absolute;top:140px;left:17%;
				z-index:50;
			}*/	
			
img.show	{	position:absolute;top:140px;left:17%;
				/*z-index:-50;*/
			}																	
