	/* CSS Document */

 body {
		font-family:	Helvetica, Arial, Verdana, sans-serif;
		font-size:	small;
		color:		white;
		
		}

	

/*specific divs*/
	#container {
				width:		1280px;
				height:		1000px;
				padding:	0px 0px 0px 50px;
				margin:		0px;

				}
		

			
		
	#header {
				padding:	25px;		
				margin:		25px 25px 25px -50px;
				height:		42px;
				}

	
				
		
	#leftnav	{
				position:	absolute;
				top:		100px;
				left:		0px;
				width:		305px;	
				margin-left: 10px;	
				}	
				
				
	#navlist ul, li	{
							font-family:	Helvetica, Arial, Verdana, sans-serif;
							font-size:		small;
							padding-top:	10px;
				}	

					
					
		
	 a:link, a:visited {
						color: 			#808080;
						text-decoration:	none;
						}
						
						
	a:hover  {
					color:			#A9A9A9;
					text-decoration:	none;	
					}
					
					
	.here a {
			color: #333;
			}



	#bottomnav table {
						position:	absolute;
						top:		450px;
						left:		-200px;
						whitespace:  nowrap;
						}

				
	
			
	#bottomnav tr, td, li	{
							display:	inline;
							list-style-type:	none;
							font-family:	Helvetica, Arial, Verdana, sans-serif;
							font-size:		small;
							padding:		2.5px;
							}
							
	ul#bottomnav  li	{
						padding-right:	5px;
						
						}		
							
							
							
				
	#bottomnav a {
				padding-top:	0px;
				padding-right:	2.5px;
				padding-left:	2.5px;
				}
				
	#bottomnav a:link, #bottomnav a:visited {
												color: 			#808080;
												text-decoration:	none;
												}
										
	#bottomnav a:hover {									
						color:				#A9A9A9;
						text-decoration:	none;
						}
					
					
							
	#onpage a:link {
					color: #333333;
			
					}				
	
	#leftarrow {
	
				position:	absolute;
				top:		-60px;
				left:		10px;
				width:		0px;
				margin-left:	500px;
				
				}	
	
	#rightarrow {
	
				position:	absolute;
				top:		-60px;
				left:		100px;
				margin-left:	440px;
				
				}	
				
	table	{
				position:	relative;
				top:		-15px;
				
				}	
				
	#numbers{	
				position:	absolute;
				left:		-500px;
				top:		450px;
				}
				
				
				
	#imagecontent {
			
			position: absolute;
			top:		125px;
			margin-left:	280px;
			width:		700px;
			
			}
			
				
			
	#vertcenter {
				margin-left: 60px;
				}	
				
					
			
	#imagepadding {
					padding-right:	5px;
					}
	
	
	#arrownav {
				position:	relative;
				top:		17px;
				left:		5px;
				width:		0px;
				margin-left:	-140px;
				}		
				
				
	li	{
			list-style: none;
			
			}
	

					