@import url(_fonts.css);
@import url(_layout.css);

#pageWrapper {
	width: 684px;
	padding: 0px 0px 0px 77px;
}

#pageContentHeader {
	width: 684px; 
	height: 45px;
	}
	
#pageContentWrapper {
	width: 684px;
	}	
	
#pageContentLeft {
	float: left;
	width: 20px;
	background-image:url(../images/pages/contentleft-background.jpg);
	background-position: top;
	}
	
#pageContent {
	float: left;
	width: 614px;
	padding: 20px 15px;
	background-image: url(../images/pages/content-background.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	}
	
#pageContentRight {
	float: left;
	width: 20px;
	background-image:url(../images/pages/contentright-background.jpg);
	background-position: top;
	}
	
#pageContentFooter {
	width: 684px; 
	height: 26px;
	}
	
/*Content*/
#pageLeftNavWrapper {
	position: absolute;
	top: 195px; left: 52px;
	width: 185px;
	background-image: url(../images/global/leftnav/sideNav-background.jpg);
	background-repeat: repeat-y;
	line-height: 0px;
	}
	
#pageLeftNavHeader {
	width: 185px; height: 13px;
	}
	
#pageLeftNavFooterr {
	width: 185px; height: 10px;
	}
	
.navSectionTitle {
	width: 165px; height: 23px;
	text-align: left;
	padding: 8px 0px 0px 6px;
	color: #195067;
	margin-left: 13px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	}
	
.navItem {
	width: 171px; height: 31px;
	text-align: left;
	color: #000000;
	border-top: 1px solid #999999;
	margin-left: 13px;
	font-size: 12px;
	line-height: normal;
	}
	
	.navItem a {
	display: block;
	padding: 7px 0px 0px 6px;
	width: 165px; height: 24px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/global/leftnav/sideNav-button-background.jpg);
	}
	
	.navItem a:hover {
		background-repeat: no-repeat;
		background-position: 0px -31px;
		color: #000000;
	}
	
	.navItem a:active, .navItem a:visited {
		text-decoration: none;
		color: #000000;
	}
	
.navItemSelected {
	width: 171px; height: 31px;
	text-align: left;
	color: #000000;
	border-top: 1px solid #999999;
	margin-left: 13px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	}
	
	.navItemSelected a {
	display: block;
	padding: 7px 0px 0px 6px;
	width: 165px; height: 24px;
	text-decoration: none;
	color: #000000;
	}
	
	.navItemSelected a:hover {
		background-repeat: no-repeat;
		background-position: 0px -31px;
		color: #000000;
	}
	
	.navItemSelected a:active, .navItemSelected a:visited {
		text-decoration: none;
		color: #000000;
	}
	
.navItemSec {
	width: 171px; height: 31px;
	text-align: left;
	color: #000000;
	border-top: 1px solid #999999;
	margin-left: 13px;
	font-size: 11px;
	line-height: normal;
	}
	
	.navItemSec a {
	display: block;
	padding: 7px 0px 0px 10px;
	width: 161px; height: 24px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/global/leftnav/sideNav-button-background.jpg);
	}
	
	.navItemSec a:hover {
		background-repeat: no-repeat;
		background-position: 0px -31px;
		color: #000000;
	}
	
	.navItemSec a:active, .navItemSec a:visited {
		text-decoration: none;
		color: #000000;
	}
	
.navItemSecSelected {
	width: 171px; height: 31px;
	text-align: left;
	color: #000000;
	border-top: 1px solid #999999;
	margin-left: 13px;
	font-size: 11px;
	line-height: normal;
	background-image: url(../images/global/leftnav/sideNav-button-background.jpg);
	}
	
	.navItemSecSelected a {
	display: block;
	padding: 7px 0px 0px 10px;
	width: 161px; height: 24px;
	text-decoration: none;
	color: #000000;
	}
	
	
	