body {
margin: 0;
padding: 0;
font-family: georgia, tahoma, sans-serif;
font-size: 11px;
background: #C1AB94 url('bg.gif');
position: relative;
}
#top-background {
position: absolute;
top: 0;
left: 0;
width:100%;
height:278px;
background: url('bg_top.gif') repeat-x;
}

#container {
position: relative;
z-index: 10;
/*border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;*/
width: 710px;
margin: 0 auto;
padding: 0 5px;
background: #FFFFFF; 
}

#pageHeader {
	padding: 0;	
	margin: 0 auto;
	width: 700px;
	height: 220px;
	background: url('logo.jpg') no-repeat; 
}
#pageHeader h1 {
	top: 0;
	width: auto;
	position: absolute;
	text-align: left;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 40px;
	padding-left: 50px;
}

#pageHeader h2 {
	top: 0;
	width: auto;
	position: absolute;
	text-align: left;
	margin-top: 40px;
	font-size: 20px;
	color: #344557;
	padding-left: 60px;
}
#linkList {
	position: absolute;
	top: 220px;
	left: 500px;
	width: 200px;
}
#preamble, #supportingText {
	text-align: justify;
	width: 500px;
	padding: 0;
	margin-left: 10px;
}

#footer {
	height: 75px;
	line-height: 75px;
	text-align: center;
	width: 700px;
	font-size: 15px; 
}
#footer a {
	margin-right: 20px;
	width: 700px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	background: transparent;
	text-decoration: overline;
}
p {
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	padding-left: 10px;
	color: #364C64;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}
li {
	line-height: 14px;
	padding-top: 10px;
	padding-left: 10px;
}
a:link.c, a:active.c, a:visited.c {
		font-weight: bold;
		color: #497F1C;
		text-decoration: none;
}
a:hover.c {
		text-decoration: underline;
}
a:link, a:active, a:visited {
		font-weight: bold;
		color: #3E526B;
		text-decoration: none;
}
a:hover {
		text-decoration: underline;
}
#preamble h3 {
}
#explanation h3 {
}
benefits h3 {
}
#participation h3 {
}
#lselect h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
	background: #497F1C;
}
#lselect li {
}
#larchives h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
}
#larchives li {
	border-color: #9D411A;
}
#lresources h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
	background: #684729;
}
#lresources li {
	border-color: #684729;
}