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

#left {
	width: 200px;
	float: left;
	text-align: center;
}
ul {
	text-align: left;
	font-size: 1.15em;
}
li {
	padding: 5px;
	list-style-image: url(../images/listimg.jpg);
}
#content {
	background-image: url(../images/topbackground02.png);
	background-repeat: repeat-x;
	margin-left: 200px;
	padding-bottom: 20px;
}
/*#content img {
	margin-top:20px;
}*/
#content li {
	padding: 2px;
	list-style: none;
}
#top {
	background-color: #8e9f59;
	height: 6px;
}
#topmenu {
	height: 110px;
}
#content p {
	width: 560px;
	margin-left: 20px;
}
.headimage {
	vertical-align: top;
	width: 150px;
}
table {
	width: 560px;
	margin: 20px;
	border-collapse:collapse;
}
table td{
	background-color:#eeeeee;
	padding:5px;
}
