body{
	background-color:#22835A;
}

div{
	overflow:hidden;
}

table tr td {
vertical-align:top;
}

#wrapper{
	margin-top:60px;
	width:800px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

#icon{
	width:185px;
	height:126px;

	background-image:url('icon.jpg');
}

#header{
	height:138px;
}
#menu{
	max-width:190px;
	width:190px;
	margin-top:0px;
}
#menuBar{
	float:left;
	max-width:215px;
	width:215px;
	min-width:185px;
}

#content{
	margin-left:240px;
	margin-right:40px;
	height:270px;
	overflow:hidden;
	background-color:#FFF;
	position:relative;
	margin-bottom:20px;
}
#content .dContent{
	position:absolute;
	top:0px;
	width:460px;
}

			.scrollBar{
				background-color:#ADA;
				width:13px;
				background:url('scrollBar.jpg') repeat-y;
				overflow:hidden;
			}
			.scrollBar .scrollBarBar{
				background-color:#23845b;
				width:20px;
				cursor:pointer;
			}

			.scrollBar .scrollBarTop{
				background:url('scrollBarBottom.jpg') no-repeat;
				width:13px;
				height:13px;
				cursor:pointer;
			}

			.scrollBar .scrollBarBottom{
				background:url('scrollBarTop.jpg') no-repeat;
				width:13px;
				height:13px;
				cursor:pointer;
			}
			.contentScroll{
				height:320px;
				width:500px;
			}



.separator{
	border-bottom:1px dotted black;
	width:90%;
	height:1px;
	margin-top:12px;
	margin-bottom:12px;
}
.topRightTitle{
	text-align:right;
	float:right;
}

.bottomRightDir{
	text-align:right;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#22835A;
}

.tableTwo {
	width:100%;
}
.tableTwo td{
	vertical-align:top;
	text-align:left;
}
.tableTwo .columnOne {
	width:50%;
	border-right:1px dotted black;
	padding-right:40px;
}

.tableTwo .columnTwo {
	width:50%;
	padding-left:20px;
}

.fullWidth{
	width:100%;
}

#wrapper{
	background:#FFF url('fonsTop.jpg') no-repeat;
}

#bottomWrapper{
	background: #22835A url('fonsBottom.jpg') no-repeat;
	padding:0px;
	margin:0px;
	height:8px;
	width:100%;
}

#realBody{
	padding-top:68px;
	padding-left:38px;
	padding-right:10px;
	padding-bottom:10px;

}

.rightImageColumn{
	width:160px;
}

.ieDialogHack{
	position: absolute; 
	left: expression(ignoreMe = document.documentElement.scrollLeft + "px"); 
	top: expression(ignoreMe = document.documentElement.scrollTop + "px");
	width: expression(document.documentElement.clientWidth + "px"); 
	height: expression(document.documentElement.clientHeight + "px"); 
}

.rightImageWrapper {
	height:80px;
	width:100px;
	background-color:#c4e6d6;
	margin:0 auto 10px auto;
}

.rightImageWrapper img{
	height:60px;
	width:100px;
}

.rightImageWrapper div{
	font-size:10px;
	background:#c4e6d6 url('imgArrow.jpg') no-repeat;
	padding-left:20px;
	margin-top:4px;
	margin-left:3px;
}

.workTable{
	background-color:#FFF;
}

.workTable tr td{
	background-color:#e7f6ef;
	border-bottom:2px solid #FFF;
}
.workTable tr td img{
	width:60px;
}
.workTablePdfColumn a{
	background: #ADA url('linkPdf.jpg');
	display:block;
	width:38px;
	height:44px;
	margin:0 auto 0 auto;
}

.workTable tr td h1{
	font-size:13px;
	font-weight:bold;
}

.workTablePdf{
	width:60px;
	height:60px;
}

.worlTableImageColumn{
	width:60px;
}

.worlTablePdfColumn{
	width:60px;
	vertical-align:middle;
	
}
.worlTableClientColumn a{
	background: #ADA url('linkUrl.jpg');
	display:block;
	width:38px;
	height:44px;
	margin:0 auto 0 auto;
}



			.accordeonElement{
				background:#ADA;
			}
			.accordeonElement .accPre{
				height:8px;
				width:100%;
				background-image:url('accTop.gif');
				margin:0;
				padding:0;
			}
			.accordeonElement .accPost{
				height:8px;
				width:100%;
				background-image:url('accBottom.gif');
				margin:0;
				padding:0;
			}
			.accordeonElement .accTitle{
				margin:0px;
				cursor:pointer;
				margin:0;
				padding:0;
			}
			.accordeonElement .accElementOp{
				margin:0;
				padding:0;
				background:white;
				z-index:100;
				filter:alpha(opacity=30);
			}
			.accordeonElement .accElement{
				width:170px;
				overflow:hidden;
				padding-left:10px;
				z-index:500;
				position:relative;
			}

			.accordeonElement .accElementDis{
				width:160px;
				overflow:hidden;
				padding-left:0px;
				z-index:500;
				position:relative;
			}





