/*	
CSS Document: cahlon.css 
Created by: Michal Cahlon for Cahlon Web Development
Created for: Cahlon.com web site
Last updated: January 28, 2003 
*/

	body 
		{
		background-color: #8d8b71; 
		color: #000000;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		}
	
	#leftcontent 
		{
		float:left;
		width:67%;
		border-right:2px solid #660000;
		border-bottom:2px solid #660000;
		margin-right:20px;
		padding-bottom:20px;
		}
	#rightcontent 
		{
		padding-bottom:10px;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		
		}
	p, h1, h2
		{
		margin:0px 10px 10px 10px;
		}
	
	h1 
		{
		color: #660000;
		font-size:24px;
		font-weight: bold;
		padding-top:10px;
		padding-bottom:10px;
		}	
	
	h2 
		{
		color: #660000;
		font-size:18px;
		font-weight: bold;
		padding-top:10px;
		}
	
	#rightcontent p 
		{
		font-size:12px
		}
	
	#leftcontent p 
		{
		font-size:14px
		}

/* linking styles */	

	a
		{ 
		font-family: Trebuchet MS, Helvetica, sans-serif;
		color: #000000; 
		font-size: 14px;
		font-weight: bold;
		font-style:normal;
		text-decoration: underline;
		}
	a.teammates
		{ 
		font-family: Trebuchet MS, Helvetica, sans-serif;
		color: #000000; 
		font-size: 14px;
		font-weight: normal;
		font-style:normal;
		text-decoration: underline;
		}
	
	
	a.visited
	
		{ 
		color: #594342; 
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline; 
		}
	a.hover
		{ 
		color: #594342;
		font-size: 14px;
		font-weight: normal;
		text-decoration: underline; 
		}
	a.active 
		{ 
		color: #594342; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none; 
		}

