@charset "utf-8";
/* CSS Document */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000066;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

body {
	background-color: #586549;
	margin: 0px;
	padding: 0px;
}
#content a:link {
	color: #006699;
	text-decoration: underline;
}
#content a:visited {
	color: #8C7563;
}

#content {
	margin: auto;
	width: 800px;
	background: #ffffff;
	height: 25px;
}
#text {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	width: 780px;
	padding: 10px;
}
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #586549;
	margin-top: 0px;
}
#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #3C2B23;
	text-align: center;
}

#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3C2B23;
	text-align: justify;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #586549;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #B5A189;
	padding-top: 10px;
	padding-bottom: 10px;
}


#header_container {
	background-color: #586549;
	width: 100%;
	height: 240px;
}
#header {
	margin: auto;
	width: 800px;
}


#navigation {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 800px;
	background-image: url(images/navbar1.jpg);
	background-repeat: repeat-x;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 800px;
}
#navigation ul  li {
	display: inline;
	width: 800px;
}
#navigation ul li a {
	text-decoration: none;
	padding: 5px;
	float: left;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: 0px solid #000000;
}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #000000;
}
#navigation ul li a:hover {
	color: #FFFFFF;
}
#navigation ul li a.present {
	color: #FFFFFF;
}
