#navigation {
	margin: 0px auto 0px auto;
}


.labelHeading {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.labelHeadingLeft, .labelHeadingRight, .labelHeadingLeft2, .labelHeadingRight2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: white repeat;
}

.labelHeadingLeft {
	float: left;
	color: black;
	padding-right: 3px;
}

.labelHeadingLeft2 {
	float: left;
	color: #848484;
	padding-right: 3px;
}

.labelHeadingRight {
	float: left;
	color: #848484;
}

.labelHeadingRight2 {
	float: left;
	color: black;
}

.patternGrid {
	background-image: url("/images/pattern_grid.png");
	background-repeat: repeat-x;
}

.section_panel_bg
{ 
	background-image: url('/images/panel_bg.png');
	background-repeat: repeat-y;
}

.section_panel_footer
{ 
	background-image: url('/images/panel_footer.png');
	background-repeat: no-repeat;
	vertical-align: bottom;
	height:72px;
}

.section_blank {
	background-color: white;
}