@charset "utf-8";
/* CSS Document */
.menuMarker {
	margin-left:32px;
}
#leftContent {
	background:white;
	width:609px;
	padding:10px 0;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#373434;
}
	#leftContent img {
		margin-bottom:-20px;
	}
	#leftContent li{
		line-height:23px;
	}
#rightContent {
	width:191px;
	background:url(../images/rightContents.gif) repeat-y;
	padding:10px 0;
	height:550px;
}
	.rightBox {
		background:url(../images/index/rightBox.gif) no-repeat;
		width:178px;
		height:31px;
		font-size:12px;
		color:#FF9900;
		font-weight:bolder;
		padding:8px 0 0 5px;
	}
	.rightBoxContent {
		margin:5px 0 15px 2px;
	}
		.rightBoxContent img {
			border:0;
		}
	.smallFont {
		width:96%;
		font-size:10px;
		padding-left:5px;
		font-style:italic;
		text-align:justify;
	}