a:link {
	color: #804040;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #804040;
  text-decoration: none;
	font-weight: bold;
}

a:hover {
  color: #523251;
  text-decoration: underline;
	font-weight: bold;
}

a:active {
  color: #523251;
  text-decoration: underline;
	font-weight: bold;
}


body {
  color: #4F3F32;
  background-color: #D9CAA6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 1.55em;
}

h3 {
  font-size: 1.15em;
}

#container {
  top: 20px;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  position: absolute;
  background-color: #EBE2D1;
  border: 5px solid #FFFFFF;
}

#pageHeader {
	/*background:url(header.jpg) no-repeat;*/
	width: 900px;
	height: 300px;
	color: #FEFFFF;
}

#pageHeader h1 {
	position: absolute;
	left: 350px;
	top: 29px;
}



#maintext {
  margin-left: 200px;
  margin-right: 20px;
}




#maintext p {
  margin: 0px 0px 8px 0px;
}



#footer {
	top: 28px;
	left: 135px;
	width: 900px;
	margin-left: 0px;
	font-size: 0.8em;
	margin-top: 30px;
    background-color:#D9B3B3;
}

#linkList {
  top: 21em;
  left: 50%;
  width: 150px;
  margin-left: -430px;
  position: absolute;
  background-color: #F2ECE1;
}

#linkList h3 {
  font-size: 0.9em;
  font-style: italic;
  margin: 10px 0px 0px 0px;
}

#linkList ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0px 0px 10px;
}

#linkList li {
  font-size: 0.8em;
}

#lselect h3 {
  height: 20px;
  margin: 20px 0px 0px -3px;
}

#lselect h3 span {
}

#lselect .c {
  text-decoration: none;
}

#lselect li {
  margin: 0px 0px 8px 0px;
}

#larchives h3 {
  width: 105px;
  height: 20px;
  margin: 20px 0px 0px -3px;
}

#larchives h3 span {
}

