html {	background: #c3995f; }
body {	background: #c3995f;
	color: #000000;
	margin-top: 0px;
	font-family: helvetica,arial;
	font-size: 15px;
}


a:link {
  text-decoration: none;
  color: #5da5e8;
  border-bottom: 0px;
}
a:visited {
  text-decoration: none;
  color: #5da5e8;
  border-bottom: 0px;
}
a:active { text-decoration: none; }
a:hover { text-decoration: none;
	border-bottom: 1px solid #5da5e8;
}

img { border: 0px; }

hr { 
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: black;
}


#header {
	font-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	line-height: 0px;
	width: 700px;
	border-style: solid;
	border-color: #683d00;
	border-width: 0px 1px 1px 1px;
}

#header ul {
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul span, #header ul a:link, #header ul a:visited {
	position: static;
	display: block;
	float: left;
	padding: 14px 10px;
	text-decoration: none;
	border-right: 1px solid #683d00;
	border-left: 1px solid #683d00;
	color: #5da5e8;
	height: 2px;
}

#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #efdcbf;
	border-bottom: 1px solid #efdcbf;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
}

#body {
	text-align: center;
}

.linkheader {
	margin: 0 auto;
	background: #efdcbf url("images/linkbar.png") top repeat-x;
	color: white;
	width: 700px;
	height: 30px;
}

.bodyarea {
	margin: 0 auto;
	padding: 0px;
	background-color: #efdcbf;
	color: #000000;
	width: 700px;
	border-style: solid;
	border-color: #683d00;
	border-width: 0px 1px 1px 1px;
}

.bodyheader { top 10px; }

.bodyarea li { 
	list-style-type: square; 
	list-style-position: inside;
}

.bodytext {
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
	width: 600px;
}
