@charset "utf-8";

#rightMenubox {
	margin-bottom: 30px;
	margin-top: 10px;
}
.rightTextBox {
	padding: 10px;
	border: 1px dotted #999999;
	background-color: #FFFFFF;
}




ul.rightmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
ul.rightmenu a {
	display: block;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #f0f0e6;
	color: #615130;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
}
ul.rightmenu a:visited {
	color: #615130;
}
ul.rightmenu a:hover {
	background-color: #979074;
	color: #FFFFFF;
	text-decoration: none;
}
ul.rightmenu li {
	display: inline;
}
*html ul.rightmenu a {
	height: 1px;
}
#leftCol {
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 10px;
}


.caption {
	font-size: 0.7em;
	margin-bottom: 10px;
	line-height: 110%;
}
