/*--------LEFT CONTAAINER--------*/
#LeftContainer {
	width:158px;
	float:left;
}
	#LeftContentTopMenu	{
		background:url(../images/menutop.gif) no-repeat;
		width:158px;
		height:15px;
	}
	#LeftContent {	
		font-family:Georgia;
		font-size:1em;
		font-weight:bold;
		background:#fff;
		width:158px;
		text-transform:uppercase;
	}
	#LeftContent li	{
		list-style-type:none;
		margin-left:15px;
		padding: 3px 0px 4px 0px;
	}
	#LeftContent li.last {
		padding-bottom: 8px;
	}
	#LeftContent a {
		color:#80a999;
		text-decoration:none;
		line-height:1.2em;
	}
	#LeftContent a:hover {
		color:#33755b;
		
	}	
	#LeftContent a.selected {
		color:#33755b;
		
	}		
	#LeftContentBottomMenu	{
		background:url(../images/menubottom.gif) no-repeat;
		width:158px;
		height:15px;
	}
	
	#LeftContent #Menu2BottomGreen	{
		padding: 6px 0px;
	}
	#GreenLine {
		padding-top:5px;
		width:140px;
	}
/*--------MAIN CONTAINER--------*/
#MainContentContainer	{
	margin-left:162px;
	width:588px;
}

	#MainContentTop	{
		background:url(../images/GreenContentTop.gif);	
		width:588px;
		height:15px;
	}
	#MainContent {
		background:#fff3d0;
		padding:0 15px;
		white-space: normal;
	}
	#GreenContent.editDoc {
		background:#fff3d0;
		padding:0px 17px 0px 16px;
		width: 555px;
	}
	#MainContentBottom	{
		background:url(../images/GreenContentBottom.gif);	
		width:588px;
		height:15px;
	}
.personalDate {
	line-height: 3.5em;
}
#LargeGreenContainer	{
	width:751px;
	background:#fef9e7;
}
#LargeMainContent{
	background:url(../images/lagreGreencontentTop.gif) no-repeat;
	padding:15px 15px 0px 15px;
}
#LargeMainBottom{
	background:url(../images/largeGreeenContentBottom.gif);
	height:15px;
}
#PrinterFriendly	{
	background:url(../images/Printer.gif) left center no-repeat;
	padding-left:18px;
	padding-top:3px;
	display:block;
}
#EmailToFriend	{
	background:url(../images/Envelope.gif) left center no-repeat;
	padding-left:18px;
}