/* 02/25/08 AF */
/* 06/23/08 AF */
/* 10/29/08 AF */
/* 01/29/09 AF */

/* Style & design ideas gratefully inspired by css Zen Garden submission
 * 010 - 'A Garden Apart' by Dan Cederholm, http://www.simplebits.com/ */

body 
	{ 
		
		
		font:normal 12px "Trebuchet ms", "Verdana", "Sans-serif";
		
		line-height: 1.5em;
		
		
		color: #333; 
		background-color: #cccc99;
		margin: 0;
		padding: 0;
		text-align: center;
}

p 
	{ 
		margin-top: 0px; 
	}
	

h2 
	{ 
		font: bold 250% "trebuchet ms";
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
	}
	

h3 
	{ 
		font: bold 140% "trebuchet ms";
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
	}
	
h4
	{ 
		font: bold 125% "trebuchet ms";
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
	}
	

/* Masthead */

	
#masthead
	{
		
		height: 130px;
		margin: 0 auto 0px auto;
		
		
		
		background-color:#CCC;
		
		
		
	
		
		
		
	
		
		
		
		
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		/*border-top: 1px solid #000;*/
		border-top: 1px solid #000;
		
		
		
		
		
		
		
		width: 800px;
		
		
		
		display: block;
		/* This next line is necessary for IE 6 to work: AF 10/24/08 */
		overflow: hidden;
		
		
		
		
		
		
	}

/* General */

#container 
	{
		position: relative;
		
		background: #FFFBDF 0 92px;
		margin: 0 auto 10px auto;
		
		
		
		
		
		
		
		
		
		
		
		
		
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		
		
		text-align: left;
 		width: 800px;
	}
	

#contentTop
	{ 
		padding-top: .24%;
		
		
		
	
	}
	
	
	


#contentText 
	{
		/*  padding-left: 20px; */
		padding-right: 20px; 
		/*  margin: 0 350px 40px 0; */
		margin: 0 0px 40px 350px;
	}
	
	
	

/* (  Emphasis on text ) */

.highlight{
color:#F00;
font-weight:bold;
text-decoration:underline;
}

/* (Inline Emphasis on text) */
em {
color:#F00;
font-weight:bold;
}


/*----( Body Photo Positions (see inline styles in the html too )-------------------------------*/

#photo_container 
	{
		position: absolute; 
		
		top: 268px;
		/* top: 263px;*/
	
		right: auto;
		left: 4px;
		width: 230px;
		padding-top: 15px;
		
		
		
		
		
		
		
	}

		
		
	
/* ---( Left side nav)----------------------------- */

#linkList 
	{
		position: absolute; 
		
		top: 110px;
		/*bottom:400px;*/
		
	
		right: auto;
		left: 0;
		width: 230px;
		padding: 0;
		
		border-right: 1px solid #CDC4AC;
		border-bottom: 1px solid #CDC4AC;
		background: #E5E0D4;
		z-index: 1;
	}
	
	
	
	
	
	
	
	
	
	

#linkList2 
	{ 
		margin: 18px 15px 15px 15px; 
	}

#linkList h3
	{
		color: #635F57;
		font-family: "trebuchet ms";
		font-size: 120%;
		margin: 0 0 6px 0;
		padding: 0;
	}	
	

#linkList ul
	{
		margin: 0px;
		padding: 0px;
	}

#linkList li
	{
		display: block; 
		margin-bottom: 2px;
		padding-left: 14px;
		background: 0 5px;
		list-style-type: none;
	}
	

#linkList li a:link
	{ 
		color: #c96;
		border-bottom: none;
	}
	

#linkList li a:visited
	{
		color: #c96;
		border-bottom: none;
	}
	

#linkList li a:hover
	{
		color: #963;
	}

#lselect
	{
		padding: 12px 0 12px 0;
		border-top: 1px dashed #CDC4AC;
		border-bottom: 1px dashed #CDC4AC;
	}
	
	
	
	
	
