div, body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#footer {
	background-image: url(images/CHR-web1_03.jpg);
	height: 94px;
	text-align: center;
	font-size: 13px;
}
#footer-text {
	position: relative;
	top: 55px;
	color: #FFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}




#navigationBar {
	height: 30px;
	width: 500px;
	margin:auto;

}
#navigationBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigationBar ul li {
	float: left;
	position: relative;
}
#navigationBar ul li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 20px;
	color: black;
	font-weight:bold;
}
#navigationBar ul li a:hover {	
	background: #ccc;
	color: black;
}
#navigationBar ul li.selected a {
	background: #013300;
	color: white;
}
#navigationBar ul li.selected ul li a {
	background-color: #013300;
	color: white;
}
#navigationBar ul ul {
	position: absolute;
	left: 0px;
	top: 30px;
	display: none;
}
#navigationBar ul ul li {
	float: none;
	width: 200px;
}
#navigationBar ul ul li a {
	width: 200px;
	float: none;
	background: black;
}
#navigationBar ul ul li a:hover, #navigationBar ul li.selected ul li a:hover {
	background-color: #D6DED1;
	color: black;
}
#content {
	margin: 20px 20px 20px 20px;
	font-size: 16px;
	text-align: left;
}
.centered-text {
	text-align: center;
}

h2 {
	color: #F9FAF4;
	font-weight: normal;
	font-size: 19px;
	display: block;
	background-color: #AAB9A2;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 4px;
}

h1 {
	font-weight: normal;
	color: #013300;
	font-size: 22px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#footer-text a {
	color: #CCC;
}

