html, body {
	text-align: center;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #222525;
	background-color: #e8e7bf;
	margin:0;
	padding:0;
}

#topnav {
	position: absolute;
	top: 50px;
	left: 665px;
	font-size: 11px;
}

#navbar {
	height: 27px;
	font-family: "Times New Roman", serif;
	font-size: 14px;
}

#navbar ul {
	background-image: url('images/navbar.jpg');
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 34px;
}

#navbar li {
	line-height: 27px;
	list-style: none;
	display: inline;
	position: relative;
	padding-left: 15px;
}

#navbar a, #navbar a:visited {
	color: white;
	text-decoration: none;
	padding: 6px 5px 5px 5px;
	margin : 0px;
}

#navbar a:hover {
	background-color: #6C8577;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1000px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	background-color: #e8e7bf;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	color: #282151;	
	line-height: 20px;
	padding: 0px;
	margin: 0px; 
}

a {
	color: #435a4d;
}

.morebutton {
	position: relative;
	top: 3px;	
	color: #222525;
}

.readmore {
	color: #435a4d;
	font-size: 11px;
	text-decoration: underline;
}
.readmore a, .readmore a:visited {
	color: #435a4d;
}

.heading {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #282151;	
	text-decoration: none;
}