/* CSS Document */

#contentWrapper{
	width:996px;
	margin:0 auto;
	background:url(/images/layout/contentBG.png) repeat-y #FFFFFF;

}

#headerSpace{
	width:996px;
	height:16px;
}
#contentTop{
	/*margin-top:16px;*/
	height:5px;
	line-height:5px;
	width:996px;
	background:url(/images/layout/content_top.png) repeat-x ;
	
	
}
#contentTopRightCorner{
	float:right;
	width:14px;
	background:url(/images/layout/content_top_right_corner.png) no-repeat;
	height:5px;
	overflow:hidden;


}
#contentTopLeftCorner{
	height:5px;
	width:14px;
	overflow:hidden;
	background:url(/images/layout/content_top_left_corner.png) no-repeat;
	float:left;

}
#contentBottom{
	height:9px;
	background:url(/images/layout/content_bottom.png) repeat-x ;	
}

#contentBottomRightCorner{
	width:14px;
	height:9px;
	overflow:hidden;
	background:url(/images/layout/content_bottom_right_corner.png) no-repeat;
	float:right;
}
#contentBottomLeftCorner{
	width:14px;
	height:9px;
	overflow:hidden;
	background:url(/images/layout/content_bottom_left_corner.png) no-repeat;
	float:left;
}

#contentMiddle{
	min-height:500px;
	overflow:hidden;
	background-image:none;
	
}



#contentBody, #contentLeft{
	float:left;
	
	
	
}
#contentRight{
	float:right;
}

#contentRightTop{
	width:6px;
	height:650px;
	background:url(/images/layout/content_right_top.png) no-repeat ;	
	
}
#contentRightBottom{
	width:6px;
	height:300px;
	background:url(/images/layout/content_right_bottom.png) repeat-y bottom right ;	
	
	
}

#contentLeftTop{
	width:6px;
	height:750px;
	background:url(/images/layout/content_left_top.png) no-repeat ;	
	
}
#contentLeftBottom{
	width:6px;
	background:url(/images/layout/content_left_bottom.png) repeat-y ;	
	
}

#contentBody{
	width:984px;

}

/*#contentRight, #contentBody, #contentLeft, #contentRightBottom, #contentLeftBottom { padding-bottom: 32767px;
margin-bottom: -32767px; }
*/




#footerWrapper{
	width:925px;
	margin:0 auto;
	padding: 5px 0px;
	font-size:9px;
	line-height:normal;
	color: #000000;
}

#footerText{
	width:510px;
	float:left;
}

#footerMenu{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

#footerMenu a{
	color:#000000;
	text-decoration:underline;
}

#footerMenu li{
	display:inline;
	border-right: solid 1px #000000;
	padding:0 4px;
	
}
.greyText{
	color:#8F97A3;

}

#footerMenu li.last{
	border-right:none;
	
}
#footerLogo{
	float:right;
	width:415px;
	margin-right:0px;
	vertical-align:bottom;

}
.logoDisplay{
	padding:10px 10px;
	float:left;
}
.bottomImage{
	vertical-align:text-bottom;
	margin-top:10px
}


