/* disclaimera.html */
#top {
   	margin: 5px auto auto 100px;        /* border margin syntax: top,right,bottom,left */
   	padding: 0px;
   	height: auto;
   	width: 1100px;
	text-align: center;
	background: transparent;
   	color: #000;
}
#left {
   	position: absolute;
   	margin: 55px 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: 250px;
	margin-left: 360px;
   	margin-right: 5px;
   	top: 155px;
   	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;
}
li {
	list-style: square outside url(../images/square1.png);
}
.style0 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 14px; 
   	font-weight: bold; 
   	color: #ffcc00; 
   	background: transparent;
}
.style1 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 18px; 
   	font-weight: bold; 
   	color: #38ffff;
   	background: transparent;
   	text-decoration: none;
}
.style2 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 60px; 
   	font-weight: bold; 
   	color: #38ffff;
	background: transparent;
}
.style3 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 16px; 
   	font-weight: bold; 
   	color: #38ffff; 
   	background: transparent;
	font-style: italic;
}
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;
}
