body {
	background: #ffffcc;
	/*
	background-image: url(images/demobgnd.gif);
	*/
	color: #996600;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: .5cm;
}

div#pageheader {
	text-align: center;
	color: #007700;
	height: 151px;
}

div#menu {
	float: left;
	width: 150px;
	font-size: 80%;
	background: #007700;
}

div#menu li {
	list-style-type: none;
	marker-offset: 0;
	margin-left: -30px;
	font-weight: bold;
	color: #ffffff;
	/*
	text-align: center;
	*/
}

div#menu li a, div#menu li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background: #007700;
	padding: 5px;
}

div#menu li a:hover, div#menu li a:active {
	color: #007700;
	background: #ffffff;
	font-weight: normal;
	padding: 5px;
}

div#content {
	margin-left: 165px;
}

div#pagefooter {
	clear: both;
}

.pheader {
	font-size: 110%;
	font-weight: bold;
}

/*
div.floatleft {
	float: left;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	margin: 20px 20px 20px 0px;
}

div.floatright {
	float: right;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	margin: 20px 0px 20px 20px;
}

div.floatleft a {
	text-decoration: none;
}

div.floatright a {
	text-decoration: none;
}

img.horzpic {
	width: 200px;
	height: 150px;
	border-style: none;
}

img.vertpic {
	width: 150px;
	height: 200px;
	border-style: none;
}
*/