body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #669966;
	margin: 0px;
	background-image: url(../images/bgBody.gif);
	width: 85%;
}

table.bg {
	background-color: #FFFFFF;
}
td.bgMargin {
	background-color: #660000;
}
.addy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footer {
	color: #CCCC99;
	font-size: 10px;
}

p {
	font-size: 12px;
	margin: 15px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 14px;
}

a img {
	border: none;
}
ul {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
}

 navigation menu 

#navbuttons {
	width: 100% ;
}
	
#navbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#navbuttons li {
	margin: 0 0 0 2px ;
	padding: 7px 0 7px 0 ;
	display: block ;
	list-style: none ;
	height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	text-align:left;
}
#navbuttons li a {
	color: #000000 ;
	background-color: #adb46e ;
	width: 100% ;
	text-decoration: none ;
	display: block ;
	font-size: 16px ;
}
#navbuttons li a:hover {
	color: #686943 ;
	background-color: #adb46e ;
	text-decoration:underline;
}
