#cellPage {
	margin:				75px auto 0px auto;
	padding:			0px 0px 0px 0px;

	width:				839px;

}

#cellHeader {
	margin:				0px 0px 20px 0px;
	padding:			0px 0px 0px 0px;
	
	text-align:			center;
}

#cellPrintHeader {
	display:			none;
}

#cellBanner {
	margin:				0px 0px 0px 0px;
	padding:			7px 7px 0px 7px;
	
	background-color:	#FFFFFF;
}


#cellNavigation {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 30px;

	height:				27px;
	
	text-transform:		uppercase;
}	

#cellNavigation a {
	float:				left;
	
	display:			block;
	
	height:				22px;

	margin:				0px 0px 0px 0px;
	padding:			5px 11px 0px 11px;
	
	white-space:		nowrap;
	color:				#FFFFFF;
}

#cellNavigation a.navSelected, 
#cellNavigation a:hover {
	color:				#42542A;
	text-decoration:	none;
	background-color:	#FFFFFF;
}

#cellNavigation ul,
#cellNavigation li {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	float:				left;
	
	list-style:			none;	
}

#cellNavigation li {
	margin:				0px 0px 0px 0px;
	padding:			0px 4px 0px 4px;
	
	background-image:	url('../images/bg_cellNavigation_li.gif');
	background-repeat: 	no-repeat;
	background-position: center right;	
	
}

#cellContent {
	position:			relative;

	margin:				0px 0px 0px 0px;
	padding:			0px 0px 37px 0px;
	
	border:				7px solid #FFFFFF;
	
	background-color:	#FFFFFF;
}	
/*
#cellScrollWindow {
	height:				225px;
	overflow-y:			scroll;
}
*/
#cellPrimary {
	margin:				0px 137px 0px 137px;
	padding:			0px 0px 20px 0px;
}	

.twoColumn #cellPrimary {
	margin:				0px 207px 0px 137px;
}

#cellContent em {
	font-family:		"Trebuchet MS", Times, serif;
	color:				#B04326;
	color:				#42542A;	
}

#cellSecondary {
	position:			absolute;
	
	top:				0px;
	left:				650px;
	
	width:				160px;

	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
}

#cellFooter {
	margin:				8px 0px 0px 0px;
	padding:			0px 0px 10px 0px;
	
	text-align:			center;
	font-size:			9px;
	color:				#FFFFFF;
}		

#cellFooter a,
#cellFooter a:link,
#cellFooter a:visited {
	color:				#FFFFFF;
}

#cellFooter a:hover,
#cellFooter a:active {
	text-decoration:	underline;
}

img.floatLeft {
	float:				left;

	margin:				0px 15px 10px 0px;

	border:				1px solid #FF8800;
}

img.floatNone {
	margin:				0px 0px 18px 0px;
}

img.floatRight {
	float:				right;

	margin:				0px 0px 10px 15px;
	
	border:				1px solid #FF8800;	
}


ul.pdfList,
ul.pdfList li {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	list-style:			none;
}

ul.pdfList a {
	display:			block;

	margin:				0px 0px 1px 0px;
	padding:			3px 0px 3px 16px;
	
	font-size:			11px;
	
	background-image:	url('../images/icon_pdf.gif');
	background-repeat: 	no-repeat;
	background-position: 2px 7px;
	
	background-color: 	#EBDCC0;	
	
}

ul.pdfList a:hover {
	text-decoration:	none;
	background-color: 	#DEC496;	
}


.dataKey {
	width:				170px;
	float:				left;

	padding:			0px 10px 0px 0px;

	color:				#4d4d4d;
	text-align:			right;
	font-weight:		bold;
}

.footNote {
	padding:			0px 0px 5px 0px;
	
	color:				#666666;
	font-size:			85%;
	line-height:		normal;
}

.dollarFormat {
	text-align:			right;
	font-weight:		bold;
}

.noBorder {
	border:				none !important;
	background-image:	none !important;
}
