





/********************************** Structure **********************************/

* {
	padding: 0;
	margin: 0;
}
body {
	background: white;
  	font: .80em/1.4em Tahoma, Sans-Serif;
	padding: 10px;
}

#header {
	width: 800px;
	height: 357px;
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 5px;
	background: white url('bg-header.jpg') no-repeat top left;
}

#page {
	margin: 0 auto;
	padding: 0 40px 20px 40px;
	background-color: #b1d78b;
	width: 720px;

}
#content {
	width: 550px;
	float: left;
}
#content ul,
#content ol {
	margin: 10px 0 10px 20px;
}
#content ul {
	list-style: square;
}
#content ul li,
#content ol li {
	margin: 3px 0;
}

#menu {
	margin-left: 580px;
	padding-top: 20px;
}

#footer {
	background-color: #72cdf4;
	padding: 10px 40px;
	width: 720px;
	margin: 0 auto;
}
#copyright {
	padding: 0 40px;
	width: 720px;
	margin: 0 auto;
	font-size: smaller;
}


/********************************** Typography **********************************/

h1 {
	display: block;
	width: 515px;
	height: 111px;
	background: url('lime-logo.png') no-repeat;
}
h1 a {
	display: block;
	width: 515px;
	height: 111px;
}
h1 a span {
	display: none;
}
h2 {
	color: #008066;
	font-size: 2em;
	font-weight: normal;
	margin-top:20px;
}
h3 {
	color: #008066;
	font-size: 1.6em;
	font-weight: bold;
	margin-top:20px;
}
h4 {
	color: #008066;
	font-size: 1.3em;
	font-weight: bold;
	margin-top:20px;
}
p {
	margin: 20px 0;
}
#content p {
	line-height: 150%;
}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #00703c;
	font-weight: bold;
}
a:focus,
a:active,
a:hover {
	color: black;
}

#header h2 {
	margin-left: 40px;
	margin-top: 90px;
}
#header p {
	margin-left: 40px;
	width: 380px;
	font-weight: bold;
	font-size: 1.25em;
}
#page img {
	border: 1px solid #008066;
	padding: 2px;
}

blockquote p {
	color: #008066;
	font-weight: bold;
	font-size: 1.25em;
	margin: 20px 0 5px 0;
}

#content blockquote p {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	margin: 20px 0 5px 0;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
}

#content blockquote cite {
	font-weight: bold;
}

#footer a {
	font-weight: normal;
}
p.images img {
	margin-bottom: 5px;
}
p.images {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 120%;
}

/********************************** menus **********************************/

#menu dl dt,
#menu dl dd {
	margin-bottom: 4px;
}
#menu dl dt a,
#menu dl dt a:link,
#menu dl dt a:visited {
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 1.25em;
}
#menu dl dt a:hover,
#menu dl dt a:focus,
#menu dl dt a:active {
	color: #008066;
}

#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}

#footer2 ul {
	list-style: none;
}
#footer2 ul li {
	display: inline;
}

#footer2 {
	padding: 10px 40px;
	width: 800px;
	margin: 0 auto;
}