/* --- changing backgrounds and top image for seasons or special circumstances --- */
/* --- spring body div background color: #3f491a --- */
/* --- spring  pageheader top image: spring_top.jpg --- */
/* --- summer body div background color: #FFFBDF --- */
/* --- summer pageheader top image: top.jpg --- */
/* --- fall body div background color: #566249 --- */
/* --- fall  pageheader top image: fall_top.jpg --- */
/* --- winter body div background color: #494f45--- */
/* --- winter  pageheader top image: winter_top.jpg --- */




body 
	{ 
		font-family: verdana, sans-serif;
		font-size: 11px;
		line-height: 1.5em; 
		color: #333; 
		background: #0c1f08;
		margin: 0;
		padding: 0;
		text-align: center;
	}

p 
	{ 
		margin-top: 10px; 
	}
	
h3 
	{ 
		font: bold 140% verdana;
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
		border-bottom: 1px dotted #CDC4AC;
	}
	
a:link 
	{ 
		text-decoration: none;
		border-bottom: none; 
		color: #369;
	}
	
a:visited 
	{ 
		text-decoration: none;
		border-bottom: none; 
		color: #369;
	}
	
a:hover, a:active 
	{ 
		text-decoration: none;
		border-bottom: none; 
		color: #036;
	}

/* ---( specific divs )  ----------------------------- */

#container 
	{
		position: relative;
		background: #FFFBDF url(images/fade.gif) no-repeat 0 92px;
		min-height: 700px;
		margin: 0 auto 10px auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		text-align: left;
 		width: 800px;
	}



#pageHeader
	{
		height: 92px;
		background: url(images/top.jpg) no-repeat top left;
	}


#pageHeader h1, #pageHeader h2 span
	{ 
		margin: 0;
		padding: 0;
		display: none;
	}
	
#pageHeader h2 
	{ 
		position: absolute;
		top: 92px;
		left: 0px;
		padding: 0;
		margin-left: 33px;
		width: 0px;
		height: 92px;
	}


#toplinks
	{
		top: 92px;
		text-align: center;
	}



/* ---( quick summary)---------------------------- */

#quickSummary 
	{
		position: absolute;
		top: 200px;
		right: 0;
		left: auto;
		z-index: 2;
		width: 298px;
 		width: 100px;
	}

html>body #quickSummary
	{
  		width: 300px;
	} 

#quickSummary p 
	{
		margin: 15px 15px 15px 15px; 
		font-style: italic;
		font-size: 120%; 
		font-family: "verdana";
		font-weight: bold;
		line-height: 1.5em;
		color: #3a3a2a;
	}

#quickSummary p.p2 
	{
		font-style: normal;
		font-weight: normal;
		font-size: 100%;
		margin-top: 0;
	}

#preamble 
	{
		margin: 0px 320px 0px 20px;
	}
	
#blank_preamble 
	{
		margin: 0px 20px 100px 20px;	
	}
	
#supportingText 
	{
		padding-left: 20px; 
		margin: 0 325px 0px 0;
	}


#participation
	{
		padding-left: 0px;
		padding-bottom: 50px;
		margin: 0 0px 0px 0;
	}


#footer 
	{ 
		margin: 0px 20px 10px 20px;
		border-top: 1px dotted #CDC4AC;
		padding-top: 6px;
		text-align: center;
	}
	
#footer a:link, #footer a:visited 
	{ 
		margin-right: 6px;
	}

/* ---( right side nav)----------------------------- */

#ensoBox 
	{
		position: absolute; 
		top: 92px; 
		right: 0;
		left: auto;
		width: 300px;
		padding: 0;
		border-top: 1px solid #CDC4AC;
		border-left: 1px solid #CDC4AC;
		border-bottom: 1px solid #CDC4AC;
		background: #ffffff url(images/mn_enso4.gif) no-repeat;
		z-index: 1;
	}
	
#linkList2 
	{ 
		margin: 260px 15px 25px 0px; 
	}

#linkList h3
	{
		color: #635F57;
		font-family: verdana;
		font-size: 120%;
		margin: 0 0 10px 0;
		padding: 0;
	}	
	
#linkList ul
	{
		margin: 0px;
		padding: 0px;
	}
#linkList li
	{
		display: block; 
		margin-bottom: 2px;
		padding-left: 10px;
		background: url(images/bullet.jpg) no-repeat 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;
	}





	
#lresources
	{
		margin-top: 22px;
	}
	

#sidebar_info, #sidebar_xtras, #special_announcement
	{	
		width: 235px;
		border-top: 1px solid #CDC4AC;
		padding-top: 15px;
		border-bottom: 1px solid #CDC4AC;
		padding-bottom: 15px;
		margin-left: 25px;	
	}
	
#sidebar_xtras
	{
		padding: 10px;
		background: #dbe6cb;
	}	
	