

body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	}
	

a:link {
	color: #4F5732;
	font-weight: 600;
	}
	
a:visited {
	color: #2F380C;
	font-weight: 600;
	}
	
a:hover {
	background: #fff;
	color: #2F380C;
	font-weight: 600;
	}
	
a:active {
	color: #4F5732;
	background: #eee;
	font-weight: 600;
	}	

#container {
	text-align: left;
	}

#content {
	margin: 0 0 0 30px;
	padding: 0;
	}
	
#header {
	height: 80px;
	margin: 0;
	padding: 0;	
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-family: georgia, "Times New Roman", serif;
	border-bottom: 3px double #000;
	}
	
#header2 {
	visibility: hidden;
	display: none;
	}
	
#nav {
	visibility: hidden;
	display: none;
	}
	
#main {
	background: #E3EDBC;
	}
	
.object {
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
	
.object p {
	line-height: 1.5em;
	font-size: 85%;
	text-align: left;
	}
	
.object p+p {
	line-height: 1.5em;
	font-size: 85%;
	text-align: left;;
	}
	
.object p:first-letter {
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
	
.object li {
	background: url(images/bullet.gif) no-repeat;
	padding: 0 0 0 15px;
	list-style: none;
	font-size: 85%;
	background-position: 0 .5em;
	line-height: 1.5em;
	}
	
.object ul {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
.object h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	}
	
img.flower {
	visibility: hidden;
	display: none;
	}
	
.goals {
	margin-left: 0;
	}
	
#footer {
	visibility: hidden;
	display: none;
	}
	
.skip_n {
	visibility: hidden;
	display: none;
	}
	
.skip_c {
	display: none;
	}
	
.skip_t {
	border: 0;
	height: 28px;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	}	
