.navi
{
	width:150px
}

.naviItem
{
	text-align: right;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #33cc33;
}

a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#33cc33;
	text-decoration:none;
	font-style:italic;
}
.mainContent {
	font-family: "Times New Roman", Times, serif;
	float: right;
}
.boxTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/box_title.jpg);
	background-position: left left;
	height: 64px;
	width: 630px;
	color: #33cc33;
	text-align: left;
	padding: 25 0 10 25;
	background-repeat: no-repeat;
	
}
.boxText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #33cc33;
	padding: 25 0 10 25;
}
.mainBox {
	text-align: center;
	display: block;
	position: relative;
	background-color: Yellow;
	

}
.naviSep {
	height: 10px;
}
