html {
	background-color: #abf;
}
body {
	font-family: Arial, cursive;
	background-color: #abf;
	text-align: center; color: black;
	margin: 0px; 
	border-bottom: 1px solid #abf;
}
p {
  display: block; 
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px solid black;
}
h4+p {
	margin: 0 0 0 0;
}
h3 {
  display: block;
  font-weight: bolder;
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 10px;
}
h4 {
  font-size: 1em;
  margin: 30px 0 0 0;
  border: 0px solid black;
}
a {
	text-decoration: none; color: #00f;
}
a:hover {
	text-decoration: underline; color: black;
}
a img {
	border: 0;
}
a:hover img {
	
}
strong {
  font-weight: bold;
}
em {
  font-style: italic; text-decoration: underline;
}
li {
  display: list-item;
  list-style-type: square;  
  list-style-position: inside;
}
#container {
	width: 760px;
	border: 5px solid #008;
	margin-top: 0px; margin-bottom: 50px; margin-left: auto; margin-right: auto;
	z-index: 0;
	background: white; color: black;
}
#pageHeader {
	position: absolute; top: 50px; left: 0;
	background: #008 url('xsltop.png') no-repeat center;
	border-top: 2px solid white; border-bottom: 2px solid white;
	width: 100%; height: 200px; 
	z-index: 1;	
}
#pageHeader h1 {
	display: none;
}
#pageHeader h2 {
	display: none;
}
#intro {
}
#summary {
	text-align: justify;
	display: block; float: left; width: 190px; margin: 290px 20px 0px 0px; padding: 0 10px 0 0;
	z-index: 2;
	border: 0px solid green;
}
#supportingText {
	position: relative;
	border: 0px solid #008;
	margin-left: auto; margin-right: auto; 
	padding: 10px 60px;
	background: url('booster.png') left bottom repeat-y;
}
#explanation {
	min-height: 300px;	
	margin-top: 300px;
	text-align: left;
	border: 0px solid green;
}
#explanation ul {
  display: block;
  margin: 0 0 20px 0;
  font-size: 0.8em;
  border: 0px solid red;
  padding: 0;
}
#explanation h4+p+ul {
	margin-left: 50px;
}
#footer {
	margin-top: 50px;
	font-size: 0.8em;
}
#footer2 {
	margin-top: 10px;
	font-size: 0.8em;
}
#footer a {
	
}
#linkList {
position: absolute; top: 0; height: 300px; width: 760px; font-weight: bold;
}
#lmain {
	position: absolute; top: 235px; left:60px;
	border: 0px solid blue;
	color: black;
	z-index: 3;
}
#lmain h3 {
	display: none;
}
#lmain li {
	display: inline; font-size: 0.8em;
}
#lmain a {
	margin-left: 40px; margin-right: 40px;
}
#lsecond {
	position: absolute; bottom: 235px; left: 60px;
	border: 0px solid blue;
	color: black;
	z-index: 3;
}
#lsecond h3 {
	display: none;
}
#lsecond li {
	display: inline; font-size: 0.8em;
}
#lsecond li:first-child>a {
	margin-left: 40px;
}
#lsecond li>a {
	margin-left: 360px;
}
#languages {
	text-align: right;
	position: absolute; bottom: 235px;
	margin-left: 600px;
	border: 0px solid blue;
	color: black;
	z-index: 3;
}
#languages h3 {
	display: none;
}
#languages li {
	display: inline; font-size: 0.8em;
}
#languages a {
	margin-left: 20px; margin-right: 20px;
}
