html { height: 100%; }
body {
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0070AF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
hr {
	width: 98%;
	border: 0;
	align:center;
	height: 1px;
	color: #000;
	background-color: #000;
	
}
/*------template styles-----------*/
#wrapper {
	margin: 0px auto;
	width: 865px;
	align:center;
	height: 100%;
}
#header {
	width: 100%;
}
#headerTop {
	width: 100%;
}
#headerBottom {
	width: 100%;
	clear:both;
}
#footer {
	height: 95px;
	width: 100%;
	clear:both;	
	}

#footer_rule {
	height: 5px;
	margin: 0;
	padding: 0;
	width: 100%;
	clear:both;
	background: url(images/footer_rule.gif) center center no-repeat;
	text-align:center;
}
#copyright {
	clear:both;
	font-size: 9px;
	color: #000000;
	text-align: center;
}
#footer_national {
	float: left;
	margin: 10px 0;
	width: 160px;
}
#footer_munro {
	height: 95px;
	float: right;
	width: 80px;
}
#content_footer {
	margin: 32px 0;
	width: 600px;
	float: left;
	font-size: 12px;
	color: #0000FF;
	text-align: center;
}

/*-----end template--------*/

/*-----body styles--------*/
#intro_chart {
	width: 865px;
	clear:both;
}
#chart_1 {
	width: 830px; 
	align:center;
	clear:both;
	margin: 0px 14px;
}
#columns {
	width: 100%;
}
#column_left {
	width: 465px;
	float: left;
	border-right: 1px solid #000;
}
#column_right {
	width: 399px;
	float: right;
}
#rule {
	float: left;
	height: 100%; 
	width: 1px;
	left: 480px;
	background-color: #000000;
	margin-top: 0px;
}
.copy {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.boldcopy {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.greenheadline {
	font-size: 13px;
	font-weight: bold;
	color: #45A828;
	text-align: left;
}
.blue_headline {
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
}
.statelinks {
	font-size: 14px;
	color: #0000FF;
}
.yellowheadline {
	font-size: 13px;
	font-weight: bold;
	color: #F9A20E;
	text-align: left;
}
.chart_copy {
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.chart_copy_left {
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.chart_copy_center {
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.chart_copy9 {
	font-size: 9px;
	color: #000000;
	text-align: left;
}
.chart_boldcopy {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-position: left top;
}
.chart_links {
	font-size: 9px;
	color: #FF0000;
	text-align: center;
}
.chart_links_green {
	font-size: 9px;
	color: #009900;
	text-align: center;
}
.chart_links_yellow {
	font-size: 9px;
	color: #FF9900;
	text-align: center;
}
.chart_links_blue {
	font-size: 9px;
	color: #0000FF;
	text-align: center;
}
.chart_links_blue2 {
	font-size: 9px;
	color: #0070AF;
	text-align: center;
}
.chart_links_white {
	font-size: 9px;
	color: #ffffff;
	text-align: center;
}
