* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin-top: 32px;
	background-color: #C9BCA3;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

a {
	color: #D6C694;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

a:hover, a:active {
	text-decoration: underline;
}

acronym {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted gray;
}

ul {
	margin-left: 1em;
	margin-bottom: 1em;
}

li {
	list-style-type: none;
}

#container {
	float: left;
	width: 580px;
	padding-left: 50%;
	margin-left: -290px;
}

#intro {
	float: left;
	width: 274px;
	margin-top: 510px;
}

#pageHeader {
	position: absolute;
	margin-top: -80px;
	text-transform: lowercase;
}

#pageHeader h1 {
	font-size: 1em;
}

#pageHeader h2 {
	font-size: 1.5em;
}

#linkList h3 {
	font-size: 1em;
}

#quickSummary p.p1 {
	display: none;
}

#quickSummary p.p2 {
	position: absolute;
	top: 500px;
	text-transform: lowercase;
	font-size: smaller;
}

#quickSummary p.p2 a {
	color: white;
}

#linkList {
	float: left;
	width: 274px;
}
 
#preamble, #lselect, #larchives, #lresources {
	background: url(night_background.png);
	padding: 8px;
}

#preamble {
	background: url(menu_header.png) top no-repeat;
}

#lresources {
	background: url(menu_footer.png) bottom no-repeat;
	padding-bottom: 135px;
}

#supportingText {
	float: right;
	clear: right;
	width: 274px;
}

#explanation, #participation, #benefits, #requirements {
	background: url(night_background.png);
	padding: 8px;
}

#explanation {
	background: url(night_header.png) top no-repeat;
}

#requirements {
	background: url(night_footer.png) bottom no-repeat;
}

#supportingText h3:before {
	content: url(bullet.png);
}

#footer {
	position: absolute;
	margin-top: 1em;
	padding-bottom: 1em;
}

#footer a {
	color: white;
}

#extraDiv1 {
	position: absolute;
	top: 32px;
	height: 404px;
	width: 274px;
	background: url(day.jpg);
	left: 50%;
	margin-left: -290px;
}
