* 	{
	margin: 0;
	padding: 0;
	}


body { 
	font: 8pt/16pt verdana, geneva, arial, sans serif; 
	color: #000; 
	background: #CBCB85;

}

/* layout specifications */
/*---------------------------------------------------*/

#container	{
	border:1px solid #230;
	width:760px;
	margin:1em 30px; 
	padding: 0px; 
	background: #FFF url(../images/green.gif) repeat-x;

}

/* use  image to replace text for the Page Header. Courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader { 
	background: transparent url(../images/tree_wide3.jpg) no-repeat; 
	position:absolute;
	left:0;
	margin:0 0 0 45px;
	width: 300px; 
	height:266px;

	}

#pageHeader h1,#pageHeader h2 {
	display:none;
	}
	
.footer{
	font: 0.9em normal verdana, arial, sans serif; 
	color:#000;
	text-align:center;
	background:transparent url(../images/left.gif) repeat-y right top;
	}

/* Home Page Only */
/*---------------------------------------------------*/

#intro { 
	margin:0;
	padding:0;
	margin-top:20px;
	width:760px;
	background: transparent url(../images/left.gif) repeat-y right top;
}



#quickSummary{
	margin: 0 0 0 325px;
	width:386px;
	height: 200px;
	background: #ABBC47;
	border-bottom:20px solid #2A3A00;
}

#quickSummary p {
	font: bold 1.3em arial,verdana, sans serif;
	color:#fff; 
	padding:100px 30px 2px 60px;
	text-align:right;
}


/* The main area of the page
/*---------------------------------------------------*/

#content	{
	padding:20px;
	border-width:0 0 1px 1px;
	border-color:#fff #ddd;
	border-style:solid;
	text-align:left;
	margin: 0 0 0 325px;
	width:386px;
	
}

#content p {
	text-align:left;
	width: 300px;
	line-height:140%;
	padding-bottom:1em;
	text-indent:2em;
}

h3  {
	padding-top:1em;
	margin: 0;
	width: 270px;
	height: 36px;
	border-bottom:1px solid #ddd;
	color: #F75A0D;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}


/* the registration page */
#paypal	{
	text-align:center;
	}

/* the Navigation List */

#navList ul {
	position:absolute;
	left:0px;
	top:260px;
	width:340px;
	padding:50px 30px 0 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:190px;
	}


	
#navList li	{
	border-bottom:1px solid #eee;
	line-height: 120%;
	list-style-type: none;
	display: block;
	padding: 5px 10px 5px 30px;
	margin: 5px 10px;
	background: transparent url(../images/bullet2.gif) no-repeat 0px 5px;
	}	
	

li a	{
	white-space:nowrap;
	font-weight:bold;
	}



li a:hover{
	text-decoration:underline;
	color:#ABBC47;
}

#content ul li {
	font-size:1.1em;
	list-style-type: none;
	display: block;
	background:none;
	}


/* some generic stuff */
/*---------------------------------------------------*/

a {
	color:#230;
}

a:visited {
	color:#672;
}

a:hover {
	color:#ABBC47;
}

h4	{
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:150%;
	padding:1em 0 2em 0;
	color:#F75A0D;
	}
	
p.update	{	/* the info on when the page was last updated */
	font:0.9em/110% "trebuchet ms", verdana, sans-serif;;
	text-align:center;
	color: #000000;
	width:760px;
	margin-left:30px;
	}
