body {
 font-family: arial, helvetica, sans-serif;
}

img {
    border: 0;
}

h1.header {
 font-weight:bold;
 background-image:url(img/header.png);
 background-color: #4C844C;
 font-size: 20px;
 height: 38px;
 margin: 0;
 text-align: center;
 padding:1px;
}
div.footer {
 background-image:url(img/footer.png);
 background-color: #4C844C;
 height: 42px;
 clear:both;
 text-align: center;
}
h2 {
 text-align:center;
 font-size: 15px;
}
div#menu {
 width: 140px;
 float: left; 
 margin: 0px;
	background-color: #769976 
}

div#menu ul {
	list-style-type: none;
	padding: 0;
}

div#menu ul li  {
}

div#menu ul li a {
 display: block;
 margin: 5px;
	background-color: #658865;
	padding:5px;
	color: black; 
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

div#menu ul li a:hover {
	background-color: #769976;
}

p {
 text-indent: 2em;
}

div.field {
 white-space: nowrap;
 background-color: #658865;
 margin: 0 5px 0 5px;
 padding: 0 5px 5px 5px;
 font-size: 13px;
 font-weight: bold;
 text-align: left;
 line-height: 22px;
}

