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


h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #64300a;
	text-align: justify;
	padding: 2em;
}


#navigation {
	font-size: x-small;
	background-color: #000000;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

#navigation ul {
	list-style: none;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

#navigation li {
  display: inline;
}
#navigation a:link, #navigation a:visited {
  padding: 1em 1em 1em 1em; 
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  border: 0px;
}

#navigation a:hover, #navigation a:active {
	padding: 1em 1em 1em 1em;
	color: #fffff;
	background-color: #000000;
	text-decoration: underline;
	border: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
ul {
	text-align: left;
}
.header {
	background-image: url(/images/hr_background.jpg);
	background-repeat: no-repeat;
}

