
html {overflow: scroll;}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  background-attachment:fixed;
  color: white;
  margin: auto;
  color: #000000;
}

#container {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -235px;
  color: #000000;
}

#text {
  width: 500px;
  height: auto;
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5000;
  position: absolute;
}

span {
  font-size: 30px;
  font-weight: bold;
  padding-right: 50px;
}

a {
  color: #993333;
  background-color: transparent;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #993333;
  background-color: transparent;
  text-decoration: underline;
}

.texts {
  display:none;
}

#container img {
  opacity:0;
  visibility:hidden;
}

#textfield img {
  opacity:1;
  visibility:visible;
}

a:link { 
	text-decoration:none;
	color:#993333;
}

a:visited {
	text-decoration:none;
	color:#993333;
} 

a:hover {
	text-decoration:underline;
	color:#993333;
} 

#headerLayer {
	position:relative;
	left:0px;
	top:0px;
	width:785px;
	height:307px;
	background-image:url('images/banner.jpg');
	z-index:1;
}

#bodyLayer {
	position:relative;
	left:0px;
	width:785px;
}

#criticalanalysisLayer {
	position:absolute;
	left:3px;
	top:246px;
	width:308px;
	height:23px;
	z-index:2;
}

#controversiesLayer {
	position:absolute;
	left:444px;
	top:246px;
	width:313px;
	height:25px;
	z-index:3;
}

#labelLayer {
	position:relative;
	height:23px;
	padding-left:183px;
	font-family:Times New Roman;
	font-size:16px;
	font-weight:bold;
	color:#993333;
}

#sidebar {
	position:absolute;
	font-family: arial, helvetica, century gothic;
	width:175px;
	font-size:13px;
}

#content {
	position:relative;
	font-family: arial, helvetica, century gothic;
	width:575px;
	left:183px;
	font-size:14px;
	text-align:justify;
	line-height: 1.4em;
}

#footerLayer {
	position:relative;
	left:0px;
	clear:both;
}

#copyrightLayer {
	position:relative;
	left:0px;
	height:10px;
	font-size:9px;
	text-align:center;
}

#table1 {
	font-family: arial, helvetica, century gothic;
	font-size:14px;
}

p.lead:first-letter {
	font-size:285%; 
	text-shadow: #aaa 4px 4px;
	line-height: 0.6;
	margin: 3px 2px 0px 0px;
	float: left;
	color: #993333;
	font-family:'Times New Roman';
}
