body {
	background-color: #e1f1ee;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5A5248;
}
.item {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5A5248;
}
.item a:link{
	color: #FF9900;
	font-weight:bold;
	text-decoration:underline;
}
.item a:hover{
	color: #FF9900;
	font-weight:bold;
	text-decoration:underline;
}
.item a:visited{
	color: #FF9900;
	font-weight:bold;
	text-decoration:underline;
}
.item a:active{
	color: #FF9900;
	font-weight:bold;
	text-decoration:underline;
}
.itemHead {
	font-size: 14px;
	font-weight:bold;
}
.imageButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight:bold;
}
.imageButton a:link{
	color: #5A5248;
	font-weight:bold;
}
.imageButton a:hover{
	color: #999999;
	font-weight:bold;
}
.imageButton a:visited{
	color: #5A5248;
	font-weight:bold;
}
.imageButton a:active{
	color: #5A5248;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
}
.top a:link{
	color: #FF9900;
}

.em {color: #999999}
#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:24px;
	z-index:1;
}
#content {
	position:absolute;
	left:300px;
	top:26px;
	width:470px;
	height:32px;
	z-index:1;
}

