
#pageBody {		
	position: relative;
	width: 100%;/* force layout in IE */	
}

#rightContent {
	width: 228px;
}

.floatedContent #leftContent {
	float: left;	
}
.floatedContent #rightContent {
	float: right;
}

body.narrow .floatedContent #centerContent {
	margin-left: 175px;
}
body.narrow .floatedContent #pageContent {
	width: 520px;
}


body.leftnav .floatedContent #centerContent {
	margin-left: 175px;
}




#leftContent,
#rightContent,
#centerContent {
	vertical-align: top;
}

#mainTable {
	width: 100%;
}

body.narrow  #centerContent,
body.leftnav #centerContent {
	padding: 44px 12px 30px 0;
}
body.narrow #leftContent,
body.leftnav #leftContent {
	width: 175px;
}

img.pagehead {
	display: block;
	margin-bottom: 5px;
}

.narrowText {
	width: 520px;
}




/** BEGIN PAGE HEADER ***/

#headerBar {			
	top: 0px;
	width: 100%;
	height: 43px;
	background-image: url('/images/common/header/redbg.png');
	background-repeat: repeat-x;
	position: absolute;
	z-index: 100;
}
#headerSpacer {
	height: 38px;
}
#vtLogoIcon {
	top: 4px;
	left: 4px;
	position: absolute;			
}
#vtLogo {
	top: 0px;
	left: 44px;
	position: absolute;			
}
#pageHeader {
	position: relative;
}
#navTop {
	width: 100%;	
}	

#vtsContainer {
	position: absolute;
	top: 0px;
	left: 260px;
	z-index: 101;	
}

/*** END PAGE HEADER ***/

/*** BEGIN LEFT NAVIGATION ***/
ul#leftnav a {
	text-decoration: none;
	color: #67737A;
}
ul#leftnav li {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 18px;
	border-top: 1px solid #DDDDDD;
}

ul#leftnav li.selected {
	background-image: url('/images/common/smredarrow.gif');
	background-repeat: no-repeat;
	background-position: 6px .55em;
}

ul#leftnav a {
	color: #545F67;
} 

ul#leftnav li.selected a, 
ul#leftnav li.expanded a {
	font-weight: bold;
	
}
ul#leftnav li.last {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
}
ul#leftnav {
	font-size: 13px;
	display: block;
	margin: 75px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 151px;
}
ul#leftnav ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 15px;
	font-size: 11px;
}
ul#leftnav ul li {
	padding-left: 10px;
}

/* these !important fix behavior in IE */
ul#leftnav ul li a {
	font-weight: normal !important;
}
ul#leftnav ul li.selected a {
	font-weight: bold !important;
}

ul#leftnav ul li.selected {
	background-image: url('/images/common/smredarrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .45em;
}



/*** END LEFT NAVIGATION ***/


	
		
		