/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F7EFE3;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #6D1A0D;
}
body p, li {
	font-size: 0.8em;
	padding: 0.5em;
}
body ul li {
	list-style-type: none;
}
body a {
	color: #6D1A0D;
}
div#quickSummary {
	margin: 0 1em 0;
}
div#quickSummary .p2 {
	text-align: right;
	margin-top: -2.5em;
}
div#container {
	margin: 0 auto;
	width: 45em;
	border-right: 0.1em solid #6D1A0D;
	border-left: 0.1em solid #6D1A0D;
	position: relative;
	padding-bottom: 10em;
}
div#pageHeader {
	background-image:  url("images/img_top.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 14.75em;
}
div#pageHeader h1 {
	visibility: hidden;
}
div#pageHeader h2 {
	visibility: hidden;
}

div#preamble, div#explanation, div#participation, div#benefits, div#requirements, div#linkList2 {
	width: 20em;
	border: 1px solid #6D1A0D;
}

div#preamble {
	margin-left: 1.5em;
	margin-top: 0.5em;
}

div#preamble h3 {
	text-indent: -1000em;
	background-image:  url("images/img_road.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 2.5em;
}

div#explanation {
	margin: 1em 0 0 1.5em;
}

div#explanation h3 {
	text-indent: -1000em;
	background-image:  url("images/img_sowhat.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 2.5em;
}

div#participation {
	position: absolute;
	right: 1em;
	top: 18.25em;
}
div#participation h3 {
	text-indent: -1000em;
	background-image:  url("images/img_participation.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 2.5em;
}

div#benefits {
	position: absolute;
	right: 1em;
	top: 46em;
}
div#benefits h3 {
	text-indent: -1000em;
	background-image:  url("images/img_benefits.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 2.5em;
}

div#requirements {
	position: absolute;
	right: 1em;
	top: 57.5em;
}
div#requirements h3 {
	text-indent: -1000em;
	background-image:  url("images/img_requirements.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 2.5em;
}
div#linkList2 {
	margin: 1em 0 0 1.5em;
}
div#linkList2 ul li {
	padding-bottom: 0;
}
div#linkList2 h3.select {
	text-indent: -1000em;
	background-image:  url("images/img_select.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 2.5em;
}
div#linkList2 div#larchives h3 {
	padding: 0.4em 0 0 0.4em;
	font-size: 0.9em;
}
div#linkList2 div#lresources h3 {
	padding: 0.4em 0 0 0.4em;
	font-size: 0.9em;
}

div#footer {
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	margin: 1em 1.5em 0 1.5em;
	word-spacing: 5em;
}
