@import url('_layout.css');
@import url('_fonts.css');
@import url('_forms.css');

.niceImage{
	border: 1px solid #eeeeee;
	padding: 6px;
	margin: 0px 6px;
	}

#pageContentWrapper {
	width: 745px;
	padding-top: 25px;
	padding-left: 215px;
	text-align: left;
	}
	
	
/* Left Nav */
#pageLeftNavWrapper {
	position: absolute;
	top: 155px; left:-8px;
	width: 222px;
	background-image:url(../images/global/leftnav/leftnav-background.jpg);
	background-repeat: repeat-y;
	}
	
	#pageLeftNav {
		width: 222px; 
		text-align: left;
		background-image:url(../images/global/leftnav/leftnav-top-background.jpg);
		background-repeat: no-repeat;
		background-position: top;
		}
		
		#pageLeftNavLinksWrapper {
		width: 222px; 
		text-align: left;
		background-image:url(../images/global/leftnav/leftnav-bottom-background.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		min-height: 325px;
		}
		
		#pageLeftNavTitle {
			width: 187px;
			font-size: 14px;
			font-weight: bold;
			padding: 23px 15px 0px 20px;
			overflow: hidden;
		}
		
		#pageLeftNavLinks {
			width: 187px;
			padding: 0px 15px 10px 20px;
			overflow: hidden;
		}
		
		.pageLeftNavItem {
			width: 182px;
			padding: 15px 0px 0px 5px;
			font-weight: bold;
		}
	
			.pageLeftNavItem a{
				color: #000000;
			}
			
			.pageLeftNavItem a:hover{
				color: #007DC3;
			}
		
		.pageLeftNavItemSelected {
			width: 182px;
			padding: 15px 0px 0px 5px;
			color: #007DC3;
			font-weight:bold;
		}
			.pageLeftNavItemSelected a{
				color: #007DC3;
			}
			
			.pageLeftNavItemSelected a:hover{
				color: #007DC3;
			}
			
		
		.pageLeftNavItemSec {
			width: 172px;
			padding: 3px 0px 0px 15px;
			font-weight: normal;
		}
	
			.pageLeftNavItemSec a{
				color: #000000;
			}
			
			.pageLeftNavItemSec a:hover{
				color: #007DC3;
			}
		
		.pageLeftNavItemSecSelected {
			width: 172px;
			padding: 3px 0px 0px 15px;
			color: #007DC3;
			font-weight: normal;
		}
			.pageLeftNavItemSecSelected a{
				color: #007DC3;
			}
			
			.pageLeftNavItemSecSelected a:hover{
				color: #007DC3;
			}
		
	#pageLeftNavBottom {
		width: 190px; height: 49px;
		background-image: url(../images/global/leftnav/pageLeftNavFooter.jpg);
		background-repeat: no-repeat;
		}
		
#pageContent {
	width: 715px;
	overflow: hidden;
	padding: 0px 15px;
	text-align: left;
	min-height: 350px;
	}
		
		
