li {
	text-decoration: none;
	display: list-item;
	color: #000;
	margin: 0px 0px 0px 10px;
	padding: 6px 0px;
	list-style: disc inside;
	font: 0.8em/15px Georgia, "Times New Roman", Times, serif;
}

a:link {
	font: bold normal 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	font: bold normal 1em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}
p {
	font: 0.9em/18px Georgia;
	color: #333;
	margin: 0px;
	padding: 10px;
}border {
	color: #999;
	border: 1px solid #999;
}
h1 {
	font: small-caps 0.9em Georgia;
	color: #FFF;
	margin: 18px 0px 0px;
	padding: 2px 0px 2px 5px;
	background: #930;
	width: 97%;
	border: 1px solid #CCC;
}
.boxed_text {
	padding: 10px;
	margin: 10px 10px 10px 10px;
	position: fixed;
	width: 400px;
	text-align: justify;
}
h2 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #930;
	padding-left: 5px;
}
.site_border {
	width: 800px;
	border: 1px solid #666;
	margin: auto;
	padding: auto;
}
body {
	margin: auto;
	padding-top: 20px;
	padding-right: auto;
	padding-bottom: 20px;
	padding-left: auto;
	background: #c6c0aa;
}
#lselect li a {
	font-weight: normal;
	color: #ebe6d4;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background: #900;
	padding: 3px 3px 3px 5px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	}
	
#lselect li a:hover {
	font-weight: normal;
	color: #900;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background: #c6c0aa;
	}


#lselect li {
	line-height: 16px;
	padding: 0px;
	font-size: 0.6em;
	margin: 3px;
	width: 130px;
	border: 1px solid #CCC;
	float: left;
	display: block;
	color: #FFF;
	background: #ebe6d4;
	}
	
#lselect {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}

ul {
	padding-left: 0px;
}
.header {
	text-align: center;
	display: block;
	margin: auto;
	padding: auto;
}
