html,body { 
	width: 100%; min-width: 800px; height: 100%;/*110px;*/
	margin: 0; padding: 0;
}
body {
	background: url('../img/top_bar.jpg') top repeat-x #fff;
}
.wrapper{
	margin: 0 auto;
	width: 800px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
.banner{
	height: 110px; width: 800px;
	/*margin: 100px 0 0 0;*/
	position: relative; top: 100px;
	background: url('../img/banner.png') top center no-repeat;
	text-align: center;
}
.home_link{
	width: 720px; height: 90px;
	position: relative;
	top: -4px; left: 40px;
	cursor: pointer;
}
@font-face {
	font-family: aviano_bold;
	src: url('aviano_bold.eot');
}
@font-face {
	font-family: aviano_bold;
	src: url("aviano_bold.otf") format("opentype");
}
.content {
	width: 730px;
	margin: -90px 35px 0px 35px; padding: 140px 0 152px 0;
	font-family: "aviano_bold", Verdana, Arial, sans-serif; line-height: 24px; font-size: 15px;
	text-align: center;
	color: #999b9e;
}
.content.governance{
	padding-top: 94px;
}
.content .line{
	width: 814px; height: 3px;
	background: url('../img/line1.png') no-repeat center;
	margin: 36px auto 20px -49px; padding: 0;
}
.content h1{
	font-family: "aviano_bold"; line-height: 24px; font-size: 15px; font-weight: normal;
	text-align: left;
	width: 715px; height: 26px;
	margin: -12px 16px 0 -12px; padding: 4px 0 0 28px;
        /* border-bottom: dotted 0px #b4b4b4;*/
	/*background: url('../img/ball.png') left no-repeat;*/
	color: #58595b;
}
.content .menu_item{
	float: left;
	width: 281px; height: 42px;
	margin: 0 16px; padding: 20px 0 0 40px;
	border-bottom: dotted 1px #b4b4b4;
	background: url('../img/ball.png') left no-repeat;
	text-align: left;
	font-size: 15px
}
.content .menu_item_long{
	width: 674px; height: 26px;
	margin: 22px 0 0 16px; padding: 4px 0 0 40px;
	background: url('../img/ball.png') left no-repeat;
	color: #58595b;
	text-align: left;
}
.content .menu_item_long.underline{
	/*border-bottom: dotted 1px #b4b4b4;*/
}
.content .menu_item_long.underline.gov{
	margin-left: -3px;
	width: 693px;
}
.content .menu_item_long.underline.header{
	background: none;
}
.content .menu_item_long.underline.link{
	margin-left: 60px;
	width: 630px;
}
.content a{
	color: #58595b;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
.content a:visited, .content a:active{
	color: #58595b;
}
.footer .copyright {
	font: 12px "Arial",sans-serif;
	text-align: center;
	height: 28px;
	padding: 35px 37px 18px 37px;
	position: relative; top: -92px; left: -195px;
}
.content .info_pdf {
	font: 10px "Arial",sans-serif;
	text-align: left;
	height: 12px;
	padding: 18px 37px;
	clear: both;
}
.content .years {
	width: 1000px; height: 35px;
	font-size: 19px;
	margin: -24px 0 25px 16px;
	text-align: left;
}
.content .years a{
	float: left;
	display: block;
	margin-top: 5px;
}
.splitter {
	float: left;
	width: 1px; height: 35px;
	margin: 0 15px;
	background: #58595b;
}
.content #year2010{
	display: none;
}
.content .news_line{
	width: 674px; height: 26px;
	margin: 0 0 0 16px; padding: 4px 0 0 40px;
	background: url('../img/ball.png') left no-repeat;
	text-align: left;
	font-size: 15px;
}
.content .news_desc{
	width: 695px; height: 15px;
	margin: 0 0 0 50px; padding: 7px;
	text-align: left;
	font: 12px "Tahoma",sans-serif; color: #848484; font-stretch: condensed; font-weight: 500;
	border-top: dotted 1px #b4b4b4; 
}
.content .report{
	margin: 12px 0 0 28px;
}
.content .report .header div{
	background: #f0eeee;
	height: 25px;
}
.content .report .row div{
	background: #f7f8f8;
	font: 14px "Tahoma",sans-serif; color: #58595b; font-stretch: condensed; font-weight: 500;
	height: 20px;
	padding-top: 5px;
}
.content .report .row.even div{
	background: #eeecec;
}
.content .report .row.space div{
	background: #fff;
	padding-top: 0;
}
.content .report .header div, .content .report .row div{
	float: left;
	border-right: 1px dotted #b4b4b4;
}
.content .report .header div.annual, .content .report .row div.annual {
	border-right: none;
}
.content .report .header{
	color: #58595b;
}
.content .report .row.space div{
	height: 6px;
}
.content .report .year{
	width: 109px;
}
.content .report .first{
	width: 144px;
}
.content .report .second{
	width: 149px;
}
.content .report .third{
	width: 154px;
}
.content .report .annual{
	width: 128px;
}

.footer {
	clear: both;
	/*position: fixed;
	bottom: 0; left: 0;*/
	width: 100%; height: 80px;
	margin-top: -101px;
	border-top: #e0e0e0 solid 1px;
	background: #f1f1f1;
	text-align: center;
	font: 9px/29px "Verdana",sans-serif; color: #848484; font-stretch: condensed; font-weight: 500;
	padding: 10px 0;
}
.footer .bold{
	font-weight: bold;
	font-size: 10px;
}
.footer .line{
	width: 130px; height: 2px;
	background: url('../img/line.png') repeat-x;
	margin: 0 auto; padding: 0;
}
