/* protecta.html */
#top {
   	margin: 3px auto auto 50px;
	padding: 0px;
   	height: auto;
   	width: 1100px;
	text-align: center;
	background: transparent;
   	color: #000;
}
#topa {
   	margin-top: 20px;
   	padding: 5px;
   	height: 10px;
   	width: auto;                                 /* border, margin syntax: top,right,bottom,left */
	text-align: center;
	background: transparent;
}
#left {
   	position: absolute;
   	left: 10px;
   	top: 220px;
   	padding: 5px;
   	width: 140px;
	background: transparent;
   	color: #000;
}
#right {
   	position: absolute;
   	height: 250px;
	margin-left: 360px;
   	margin-right: 5px;
   	top: 200px;
   	padding: 5px;
   	width: 600px;
	background: transparent;
   	color: #000;
}
body {
   	background: url(../images/prairie_wind-1.gif);   	   	  /* border, margin syntax: top,right,bottom,left */
   	color: #000;
	font-size: 12px;
}

html {
overflow: auto;
}
div {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 10px;
	background: transparent;
   	color: #000;
}
p {     
   	color: #000; 
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 10px;
   	background: transparent;
}
div.hr {
  	color: #000;
    background: transparent;
    height: 3px;
	width: auto;
}
li {
	list-style: square outside url(../images/square1.png);
}
.style0 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 24px; 
   	font-weight: bold; 
   	color: #38ffff;
   	background: inherit;
}
.style1 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 8px;
}
.style2 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 20px; 
   	font-weight: bold; 
   	color: #38ffff;
   	background: inherit;
}
.style3 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 14px;
	color: #ffcc00; 
   	background: inherit;
}
.style4 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 12px;
	color: #ffcc00; 
   	background: inherit;
}
a {  
   	color: #fff; 
   	font-family: "Times New Roman", sans-serif;
   	font-size: 18px;
	font-weight: bold;
   	background: inherit;
	text-decoration: none;
}
a:hover {  
   	color: #ff0000; 
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 18px; 
	font-weight: bold;
   	background: inherit;
	text-decoration: underline;
}
