body{
	/*background-color:#eb2139;
	background-image:url('image/bck.jpg');*/
	background-color:#000000;
	height:100%;
	margin-bottom:100px;

}

h1{
	font-weight:normal;
	letter-spacing:-1px;
	font-size:28px;
	line-height:30px;

}

.quote{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	padding:5px 0 5px 20px;
	color:#FFFFFF;
	float:right;
	font-style:italic;
	width:150px;
}

.content{
	width:500px;
	min-height:100%;
	height:100%;
	padding:0px 0px 65px 0px; 
	z-index:500; 
	font-size:14px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;	
	position:fixed; 
	top:0px; 
	left:0px; 
	color:#222222;
	background-color:#d1d2cb;
	background-image:url('/AnnualReport/2010/image/contentBck2.jpg');
	background-repeat:repeat-y;
	background-position:right;
	
}

.content a{
	color:#990000;
}

.content a:hover{

	color:#cc0000;
}

.title{
	height:120px;
	padding:0px 0px 0 60px;
	width:420px;
	background-image:url('/AnnualReport/2010/image/titleBck.png');
	background-repeat:no-repeat;
	background-position:left;
	
}

.innerContent{
	width:370px;
	min-height:55%;
	height:55%;
	margin-left:29px;
	overflow:auto;
	margin-top:40px;
	padding: 0px 40px 50px 7%;
	margin-bottom:10px;

}

.creditsButton{
	width:20px;
	height:65px;
	position:fixed;
	left:470px;
	bottom:15px;
	z-index:600;
	cursor:pointer;
}

.hideShowButton{
	width:20px;
	height:65px;
	position:fixed;
	left:470px;
	top:15px;
	z-index:600;
	cursor:pointer;
}

.navigation1{
	font-family:Arial, Helvetica, sans-serif;	
	color:#000000;
	font-size:12px;
}

.navigation1 a{
	padding-right:10px;
	color:#222222;
	text-decoration:none;
	cursor:pointer;
}

.navigation1 a:hover{
	color:#555555;
	text-decoration:none;
}

.background{
	z-index:10; 
	position:fixed; 
	top:0; 
	left:500px; 
	width:100%; 
	height:100%; 
	min-height:100%;
}

/*now it's on the left*/
.rightBlackBar{
	position:fixed;
	left:0px;
	width:10px;
	height:100%;
	min-height:100%;
	background-color:#000000;
	z-index:600;

}

.extraLinks{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

.extra_nav{
	padding:0px 0px 0px 60px;
	
	position:fixed;
	bottom:-10px;
	left:0px;
	
}

.modalBck{
	display:none;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#000000;
	z-index:700;
	position:fixed;
	top:0px;
	left:0px;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	KhtmlOpacity: .7;
	opacity: .7;
}

.modalDialog{
	display:none;
	position:relative;
	top:100px;
	z-index:800;
	width:700px;
	margin:0 auto;	
	padding:10px 10px 40px 10px;
	background-color:#d1d2cb;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000;
	font-family:Arial, Helvetica, sans-serif;

}

.modalCloseButton{
	position:absolute;
	top:-20px;
	right:-20px;
	cursor:pointer;
	width:54px;
	height:52px;
	background-image:url('/AnnualReport/2010/image/closeButton.png');
}

.modalCloseButton:hover{

	background-image:url('/AnnualReport/2010/image/closeButton_rollover.png');
}

.modalDialog h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:15px;
}

.modalDialog a{
	color:#333333;

}

.modaDialog a:hover{
	color:#666666;
	
}

.modalInner{
	overflow:auto;
	margin:40px;
	max-height:500px;
}
