
		body { 
		background: #FFDEAD;
		}
		
		.main {
		/*border: 4px solid #696969; */
		outline: #000000 double 6px;
		}
			
		.bodytext {
		font-family: 'New Century', Tahoma, sans-serif;
		font-size: 12pt;
		margin: 20px 30px 20px 30px;
		width: 640px;
		}			
		
		.resumebody {
		margin: 20px 30px 20px 30px;
		width: 600px;
		}
		
		.resumetext_header {
		font-family: 'New Century', sans-serif;
		font-size: 11pt;	
		}
			
		.resumetext {
		font-family: Verdana, sans-serif;
		font-size: 10pt;	
		}
						
		h1 {	
		font-family: 'New Century', Tahoma, sans-serif;
		font-size: 24pt;
		}
		
		h2 {	
		font-family: 'New Century', Tahoma, sans-serif;
		font-size: 18pt;
		}
		
		/* NAV LINKS */					
		a:link {
		color: #324F17;
		 font-family: 'New Century', Tahoma, sans-serif;
		 font-size:11pt;
		 font-weight: bold;
		 text-decoration: none;		 
		 }     /* unvisited link */		 
		 
		a:visited {
		color: #324F17;
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:11pt;
		font-weight: bold;
		text-decoration: none;
		}  /* visited link */
		
		a:hover {
		color: #000000;
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:11pt;
		font-weight: bold;
		text-decoration: none;
		}   /* mouse over link */
		
		a:active {
		color: #324F17;
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:11pt;
		font-weight: bold;
		text-decoration: none;
		}   /* selected link */	
		
		/* CONTACT EMAIL LINK */
		a.contact {
		color: #324F17;
		 font-family: 'New Century', Tahoma, sans-serif;
		 font-size:14pt;
		 font-weight: bold;
		 text-decoration: none;		
		}
		
		/*  FORM LINKS */
		a:link.forms {
		color: #00611C;
		 font-family: 'New Century', Tahoma, sans-serif;
		 font-size:14pt;
		 font-weight: bold;
		 text-decoration: none;
		 }     /* unvisited link */
		 
		a:visited.forms {
		color: #00611C;
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:14pt;
		font-weight: bold;
		text-decoration: none;
		}  /* visited link */
		
		a:hover.forms {
		color: #000000;
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:14pt;
		font-weight: bold;
		text-decoration: none;
		}   /* mouse over link */
		
		a:active.forms {
		color: #00611C;
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:14pt;
		font-weight: bold;
		text-decoration: none;
		}   /* selected link */	
		
		/* COPYRIGHT INFO */		
		a.copytext {
		font-family: 'New Century', Tahoma, sans-serif;
		font-size:6pt;
		color: #72587F; 		
		text-decoration: none;
		}		
		