.GEdit {
    font-size: 14px;
    width: 619px;
}
.regularContent{
	overflow-x:hidden;
}

div.rightSide{
	margin-top:9px;
	width:685px;
	float:left;
	
}
div.rightSide div.regularContainer{
	width:708px;
	min-height: 708px;
 	height: auto !important;
  	height: 708px;
	background:url(appProxy/site/global/contentBg.png) no-repeat;
}
div.rightSide div.regularContainer div.title{
	height:35px;
	width:94%;
	margin:0 auto;
	color:#044c06;
	line-height:37px;
	text-indent:15px;
	font-family:Trebuchet MS
}
div.rightSide div.regularContainer div.main{
	width:612px;
	min-height: 400px;
 	height: auto !important;
  	height: 400px;
	margin:0 auto;
	padding: 20px 30px;
	border: 1px solid #858585;
	border-top: 0;
}
div.rightSide ul.pageDepth{
	list-style-type:none;
	min-height: 23px;
 	height: auto !important;
  	height: 23px;
  	font-size:11px;
  	margin-left:38px;
}
div.rightSide ul.pageDepth li{
	float:left;
	color:#34721D;
	padding-left:5px;
}
div.rightSide ul.pageDepth li.home{
	padding-left:0px;
	background:url(appProxy/site/global/pageDepthHomeBg.jpg) right no-repeat;
	padding-right:5px;
}
div.rightSide ul.pageDepth li.home a{
	color:#828282;
}
