html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin: 0;
	background: url('images/back.jpg') #fff repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 130%;
}
th {
	color: #FFF;
	background: #000;
}
#page {
	width: 930px;
	margin: 35px auto auto auto;
	height: auto;
	background: #FFF;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#language {
	z-index: 0;
	text-align: left;
	margin: 0px 5px 0 0;
}
#language a {
	color: #FFF	
}
#leftpanel {
	margin: 0 0 0 0;
	width: 200px;
	height: auto;
	background: #FFF;
	overflow: hidden;
	z-index: 0;
}
#main {
	position: relative;
	margin: -210px 5px 5px 210px;
	min-height: 230px;
	width: auto;
	height: auto;
	background: #FFF;
	overflow: hidden;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	margin: 10px 0 0 0;
}
.text {
	text-indent: 1px;
	text-align: justify;
}

#nav li a {
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	display: block;
	padding: 5px;
	padding-left: 15px;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFF;
	background: #333333;
}
#header {
	position: absolute;
	width: 750px;
	height: 252px;
	overflow: hidden; 
	background: url('images/header.jpg');
	margin: 5px 0 0 0;
	border-bottom: solid 1px;
}

.budget-cell {
	padding: 5px;
	text-aligh: left;
	width: auto;
}

.total-cell {
	background-color: #d3d3d3;
}

.first-column {
	width: 21%;
}

.description {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;	
	padding-right: 8px;
}
.copy {
	width: 750px;
	margin: 0 auto;
}

.report-title {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

.report-subtitle {
	font-size: 130%;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
}

.report-image {
	width: 100%;
}

.caption {
	padding-bottom: 20px;
	text-align: center;
}

.cv-link {
	padding: 0 10px;
}

.footnote {
	font-size: 85%;
}

.slider-image {
	opacity: 1;
	filter: alpha(opacity=100);
}