/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A1C07;
	background-color: #e5ce87;
}

#page {
	width: 999px;
}

a {
	color: #3A1C07;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topmenu {
	float: left;
	background-image: url(images/Index_nav.jpg);
	background-repeat: no-repeat;
	width: 533px;
	height: 44px;
	text-align: left;
	padding-top: 15px;
	padding-left: 100px;
}

#topmenu ul {
	padding: 0px;
	margin: 0px;
}

#topmenu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#topmenu ul li a {
	color: #3A1C07;
	text-decoration: none;
	text-transform: uppercase;
}

#topmenu ul li a:hover, #topmenu ul li a.selected {
	color: #ABA6AD;
	text-decoration: none;
}

#body_container {
	text-align: justify;
	line-height: 20px;
}

#footer a {
	font-weight: bold;
}

#footer a:hover, #footer a.selected {
	color: #ABA6AD;
	text-decoration: none;
}

