body{
	background-color: #FFFFE7;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
}
#fondo{
	position:absolute; 
	left:15px; 
	top:0px; 
	width:750px; 
	height:1633px; 
	z-index:1;
	border: 1px solid #DCDCDC;
	background-color: White;
}
#op{
	position:absolute; 
	left:50px; 
	top:58px; 
	width:685px; 
	height:63px; 
	z-index:4;
	font-size:14px;
	text-align: center;
	border-bottom-color: #F5F5F5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #F5F5F5;
	border-top-style: solid;
	border-top-width: 1px;
}

#nav{
	position:absolute; 
	left:15px; 
	top:130px; 
	width:200px; 
	height:950px; 
	z-index:2;
	border: 1px solid #DCDCDC;
	background-color: #F5F5F5;
 	padding: 6px;
}
#copy{
	position:absolute; 
	left:15px; 
	top:1470px; 
	width:750px; 
	height:65px; 
	z-index:2;
 	font-size: 10px;
  	text-align: center;
}
#text{
	position:absolute; 
	left:234px; 
	top:130px; 
	width:530px; 
	height:1270px; 
	z-index:3;
	overflow: auto;
	font-size: 15px;
	text-align: center;
}
#text a{
	text-decoration: underline;
}
#text a:hover{
	color: #FFA500;
}
h1{
	margin: 10px;
}
h2{
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	background-color: #F8F8FF;
}
a{
	color: Black;
	line-height: 22px;
	text-decoration: none;
}
a:hover{
	background-color: White;
	text-decoration: underline;
}
.arrow{
	color: #DCDCDC;
}
.orange{
	color: #FFA500;
}

