@charset "UTF-8";
/* CSS Document */
@import url(_base.css); /* Import Font CSS Document */
@import url(_typography.css); /* Import Font CSS Document */
@import url(_layout.css); /*Import basic layout CSS Document */

#pageTop { height: 12px; font-size: 0; line-height: 0; width: 974px; }
#pageContentWrapper { background-image: url(../images/pages/background.png); background-repeat: repeat-y; width: 974px; }
	#pageContent { background-image: url(../images/pages/content-bottom.png); background-repeat: no-repeat; background-position: bottom; min-height: 250px; overflow: hidden; padding: 20px 35px; width: 904px; }
#pageBottom { height: 20px; font-size: 0; line-height: 0; width: 974px; }
	

#pageLeftMenuWrapper { float: left; width: 270px; }
	#pageLeftMenuHeader { height: 18px; padding: 0; margin: 0; width: 240px; overflow: hidden;}
		#pageLeftMenuHeader img { behavior: url(../assets/css/iepngfix.htc); }
	.pageLeftMenu {background-image: url(../images/pages/leftMenu/bottom.png); background-position: bottom; background-repeat: no-repeat; min-height: 160px; padding: 0px 22px 32px 22px; width: 196px; }
	
	.pageLeftMenu ul { display: block; margin: 0; padding: 0 5px 0 10px; list-style: none; }
	.pageLeftMenu h4 { font-weight: bold; margin-bottom: 0.5em; }
	.pageLeftMenu li { list-style: none; padding: 0; margin: 0; line-height: 1.9em; }
		.pageLeftMenu li a { margin: 0; padding:  0 0 0 6px; color: #000000; text-align: left; font-size: 0.95em; }
		.pageLeftMenu li a:hover { color: #000000; text-decoration: underline; }
		.pageLeftMenu li ul { margin: 0; padding: 0 0 6px 8px; }
		.pageLeftMenu li li { list-style: none; margin: 0; padding: 0 0 0 6px; line-height: 1.7em; }
		.pageLeftMenu li li a { margin: 0; padding: 0 0 0 6px; color: #000000; text-decoration: none;}
		.pageLeftMenu li li a:hover { text-decoration: underline; }
		.leftMenuSelected { font-weight: bold; background-image: url(../images/pages/leftMenu/selected.gif); background-position: left; background-repeat: no-repeat; }
				
#pageText { float: left; width: 630px; }