@import url('_layout.css');
@import url('_fonts.css');
@import url('_forms.css');
	
#pageFeatureImage {
	position: relative;
	width: 854px; height: 160px;
	padding: 0px 8px;
	margin-top: 5px;
	background-image: url(../images/global/wrapper-background.png);
	background-repeat: repeat-y;
	z-index: 1;
	}
	
#pageContentWrapper {
	width: 854px;
	padding: 0px 8px;
	background-image: url(../images/global/wrapper-background.png);
	background-repeat: repeat-y;
	overflow: hidden;
	}

#pageLeftNav {
	float: left;
	width: 139px;
	border-right: 1px solid #999999;
	padding: 0px 10px 40px 20px;
	margin-top: 60px;
	line-height: normal;
	overflow: hidden;
	}
	
	.pageLeftNavItem, .pageLeftNavItem a {
		width: 178px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		color: #000000;
		}
		
	.pageLeftNavItemSelected {
		width: 178px;
		font-weight: bold;
		color: #DB6517;
		padding: 0px 0px 10px 0px;
		}
		
		.pageLeftNavItemSub {
			width: 148px;
			padding: 0px 0px 10px 10px;
			color: #000000;
			}
			
		.pageLeftNavItemSub a {
			color: #000000;
		}
			
		.pageLeftNavItemSubSelected {
			width: 159px;
			padding: 0px 0px 10px 0px;
			color: #DB6517;
			}

#pageContent {
	float: left;
	width: 634px;
	padding: 20px 25px 25px 25px;
	overflow: hidden;
	background-image: url(../images/global/content/content-background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
/* Blog */

.blogDate {
	font-size: 10px;
	font-style: italic;
	}
	
.blogTitle {
	color:#000000; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:13px; 
	}