/* CSS Document */
/*basic elements*/

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

	

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

		}
		

			
		
	#header {
		padding:	25px;		
		margin:		25px 25px 25px -50px;
		height:		42px;
	}
	
	#navlist ul{
			
			text-align: 	left;
			list-style: 	none;
			padding-top: 	0px;
			_padding-top: 	10px;
		}

#navlist li	{
							font-family:	Helvetica, Arial, Verdana, sans-serif;
							font-size:		small;
							padding-top:	15px;
			}


		
   table{
	 padding-top: 20px;
	}
		
		
	#leftnav
		{
		position:	absolute;
		top:		100px;
		left:		0px;
		width:		305px;	
		margin-left: 10px;	
		
		}	
		
	 a:link, a:visited {
						color: 			#808080;
						text-decoration:	none;
						}
	a:hover  {
					color:			#A9A9A9;
					text-decoration:	none;	
					}
					
					
	.here a {
			color: #333;
			}
			
						
				
				
	#cv {
			
			position:		absolute;
			padding-bottom:	50px;
			top:			100px;
			margin-left:	220px;
			width:		600px;
			height:		616px;
			color:		#808080;	
			font-size:	small;
			
			}
			

		

			
	p	{
		line-height:	15px;
		}	
		

	table	{
		border-collapse: separate;
		border-spacing: 10px 5px;
		}
			
	/*this for bottom nav*/		
			
	

					






			


	/*below are extra divs trying to move footer to always be on the bottom of the page*/	
	
/*
 *	#container {
 *			width:		800px;
 *			padding-top:	0x;
 *			padding-bottom:	0px;
 *			margin-left:	0px;
 *			margin-right:	0px;
 *		}
 *
 *
 *
*		#containerfooter {
*			  		position: relative;
*    			min-height: 100%;
*
*							}
*	
*		#footer {
*  				position: absolute;
*    			bottom: 0;
*				text-align:	center;
*				color:	#808080;
*				font-size:	smaller;
*				}
*/
