/* downloada.html */
#top {
	position: absolute;
   	margin-top: 3px;
   	padding: 0px;
   	height: 100px;
   	width: 1100px;
	text-align: center;
	background: transparent;
   	color: #000;
}
#center {
   	position: absolute;
	margin-top: 10px;
   	margin-left: 225px;
   	width: 510px;
   	padding: 0px;
	background: transparent;
}
#left {
   	position: absolute;
   	margin: 100px 1010px auto 5px;        /* border margin syntax: top,right,bottom,left */
	padding: 5px 5px;           /* padding syntax: top,right,bottom,left */
	border-top: 4px groove #bbb;
	border-right: 4px groove #000099;
	border-bottom: 4px groove #ffcc33;
	border-left: 4px groove #66cc66;
	border-radius: 25px 25px;
	-moz-border-radius: 25px 25px;
	-webkit-border-radius: 25px 25px;
	width: auto;      /* 140px / 12px = 11.66em */
   	height: auto;
   	background: transparent;
   	color: #fbd505;
}
#right {
   	position: absolute;
   	height: 350px;
	margin-left: 320px;
   	margin-right: 5px;
   	margin-top: 5px;
   	padding: 5px;
   	width: 500px;
	background: transparent;
   	color: #000;
}
#bottoma {
   	position: absolute;
   	height: auto;
	margin-left: -225px;
   	margin-right: auto;
   	margin-top: 50px;
   	width: 325px;
	text-align: left;
	background: transparent;
}
#bottomb {
   	position: absolute;
   	height: auto;
	margin-left: 120px;
   	margin-right: auto;
   	margin-top: 52px;
   	width: 80px;
	text-align: left;
	background: transparent;
}
#bottomc {
   	position: absolute;
   	height: auto;
	margin-left: 195px;
   	margin-right: auto;
   	margin-top: 50px;
   	width: 120px;
	text-align: left;
	background: transparent;
}
body {
   	background: url(../images/prairie_wind-1.gif);
   	color: #000;
}
html {
overflow: auto;
}
div {
   	font-family: "Times New Roman", arial, helvetica, sans-serif; 
   	font-size: 10pt;
	background: inherit;
   	color: #000;
}
p {     
   	color: #000; 
   	font-family: "Times New Roman", arial, helvetica, sans-serif; 
   	font-size: 10pt;
   	background: inherit;
}
li {
	list-style: square outside url(../images/square1.png);
}
.style0 {
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 14px;
	color: #ffcc00; 
   	background: inherit;
}
.style1{
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 16px;
	color: #ffcc00; 
   	background: inherit;
}
.style2 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 18px; 
   	font-weight: bold; 
   	color: #38ffff;
   	background: transparent;
   	text-decoration: none;
}
.style3 {
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 24px; 
   	font-weight: bold; 
   	color: #38ffff;
   	background: inherit;
}
.style4 {
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 50px; 
   	font-weight: bold; 
   	color: #38ffff;
   	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;
}
