@charset "UTF-8";
/* CSS Document */

	
#homepageContent{
	top: 130px;
}

#ContentWrapper{
	height: 140px;
	background-image: url(graphics/titleContent.gif);
	position: absolute;
	width: 100%;
	left: 0px;
	background-repeat: repeat-x;
	top: 0px;
}


.chartBar{
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 14px;
}

.chartContent{
	background-color: #CCCCCC;
	color: #000000;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 12px;
}

#SubWrapper{
	width: 975px;
	height: 102px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -487px;
	background-image: url(graphics/topBanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxOutline{
	border: 1px double #E81D1F;
}

h5{
	font-size: 9px;
}
