#topBar {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 15px;	
	background-color: #008040;	
	margin: 0;
	border-bottom: 10px inset #C6EC8C;	
}

#navigation {	
	position: absolute;
	z-index: 1;
	width: 220px;
	padding-right:10px;
	padding-top: 0px;	
	top: 40px;
	left: 0%;	
	height:100%;	
	border-right: 1px dashed #999999;
	text-align:right;
	}

#centerDoc {
	position: absolute;		
	width:550px;
	left: 255px;
	top: 40px;	
	text-align:left;
	z-index: 10;	
	margin: 0px 0 20px 0px; /*top right bottom left*/
	display: block;	
	}
	
body {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F9F9F9;
	margin:0; 
	padding:0;	
	}	
	
