.SS_MainDiv {
	padding-top: 10px;
	margin: 0 auto;
	width: 910px;
	position: relative;
	overflow: hidden;
}
.SS_HeaderPane {
	float: left;
	width: 860px;
	text-align: left;
	overflow: hidden;
	margin-left: 10px;
}
.SS_MenuPane {
	float: left;
	width: 215px;
	text-align: left;
	margin-left: 10px;
}
.SS_InfoPane {
	float: left;
	width: 215px;
	text-align: left;
	overflow: hidden;
	margin-left: 10px;
}
.SS_ContentPane {
	float: left;
	text-align: left;
	width: 635px;
	margin-left: 10px;
	overflow: hidden;
}
.SS_MenuPane ul {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}
.SS_MenuPane li {
	line-height: 1.4em;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-left: 0px;
}
.SS_MenuPane li li{
	line-height: 1.2em;
	font-weight: normal;
	list-style-type: none;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.SS_MenuOut {
	padding: 1px;
	border: none;
	background-color: none;
	width: 100%;
}
.SS_MenuHover {
	background-color: #f3f3f3;
	border: solid 1px #eaeaea;
	padding: 0px;
	width: 100%;
}
.SS_MenuPane a:link {
	width: 100%;
	background-color: none;
	border: none;
	color: #000000;
	text-decoration: none;
}
.SS_MenuPane a:visited {
	width: 100%;
	background-color: none;
	border: none;
	color: #000000;
	text-decoration: none;
}
.SS_MenuPane a:hover {
	width: 100%;
	color: #000000;
	text-decoration: none;
}
.SS_MenuPane a:active {
	width: 100%;
	color: #000000;
	text-decoration: none;
}
.SS_AcMenuPoint {
	background-color: #e1f7b4;
	border: solid 1px #d3eca4;
	padding: 0px;
	width: 100%;
}
.shadowBody {
	background-image: url('img/bodybg.png');
	background-repeat: repeat-y;
	width: 910px;
}
.innerBody {
	width: 880px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
